forked from rrweb-io/rrweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from chromaui/andrew/ap-4984-create-changes-to-…
…support-constructed-stylesheets Support constructed stylesheets in shadow DOM instances
- Loading branch information
Showing
6 changed files
with
55 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "rrweb-snapshot", | ||
"version": "2.0.0-alpha.17", | ||
"name": "@chromaui/rrweb-snapshot", | ||
"version": "2.0.0-alpha.17-noAbsolute", | ||
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", | ||
"scripts": { | ||
"prepare": "npm run prepack", | ||
|
@@ -12,15 +12,15 @@ | |
"test:update": "yarn build && vitest run --update", | ||
"bench": "vite build && vitest bench", | ||
"dev": "vite build --watch", | ||
"build": "yarn turbo prepublish -F rrweb-snapshot", | ||
"build": "yarn turbo prepublish -F @chromaui/rrweb-snapshot", | ||
"check-types": "tsc --noEmit", | ||
"prepublish": "yarn check-types && vite build", | ||
"lint": "yarn eslint src" | ||
}, | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rrweb-io/rrweb.git" | ||
"url": "git+https://github.com/chromaui/rrweb.git" | ||
}, | ||
"keywords": [ | ||
"rrweb", | ||
|
@@ -50,9 +50,9 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/rrweb-io/rrweb/issues" | ||
"url": "https://github.com/chromaui/rrweb/issues" | ||
}, | ||
"homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme", | ||
"homepage": "https://github.com/chromaui/rrweb/tree/master/packages/rrweb-snapshot#readme", | ||
"devDependencies": { | ||
"@rrweb/utils": "^2.0.0-alpha.17", | ||
"@types/jsdom": "^20.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters