forked from rrweb-io/rrweb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating references to repo and author
- Loading branch information
Kelly Wallach
committed
Oct 23, 2023
1 parent
3e5af93
commit b5be3a6
Showing
8 changed files
with
24 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": ["@changesets/changelog-github", { "repo": "rrweb-io/rrweb" }], | ||
"changelog": ["@changesets/changelog-github", { "repo": "amplitude/rrweb" }], | ||
"commit": false, | ||
"fixed": [ | ||
[ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "rrvideo", | ||
"name": "@amplitude/rrvideo", | ||
"version": "2.0.0-alpha.11", | ||
"description": "transform rrweb session into video", | ||
"main": "build/index.js", | ||
|
@@ -17,7 +17,7 @@ | |
"check-types": "tsc -noEmit", | ||
"prepublish": "yarn build" | ||
}, | ||
"author": "[email protected]", | ||
"author": "Amplitude Inc", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/fs-extra": "11.0.1", | ||
|
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,5 +1,5 @@ | ||
{ | ||
"name": "rrweb-player", | ||
"name": "@amplitude/rrweb-player", | ||
"version": "2.0.0-alpha.11", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^22.0.0", | ||
|
@@ -48,15 +48,15 @@ | |
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rrweb-io/rrweb.git" | ||
"url": "git+https://github.com/amplitude/rrweb.git" | ||
}, | ||
"keywords": [ | ||
"rrweb" | ||
], | ||
"author": "[email protected]", | ||
"author": "Amplitude Inc", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/rrweb-io/rrweb/issues" | ||
"url": "https://github.com/amplitude/rrweb/issues" | ||
}, | ||
"homepage": "https://github.com/rrweb-io/rrweb#readme" | ||
"homepage": "https://github.com/amplitude/rrweb#readme" | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"name": "rrweb-snapshot", | ||
"name": "@amplitude/rrweb-snapshot", | ||
"version": "2.0.0-alpha.11", | ||
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", | ||
"scripts": { | ||
|
@@ -18,7 +18,7 @@ | |
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rrweb-io/rrweb.git" | ||
"url": "git+https://github.com/amplitude/rrweb.git" | ||
}, | ||
"keywords": [ | ||
"rrweb", | ||
|
@@ -35,12 +35,12 @@ | |
"es", | ||
"typings" | ||
], | ||
"author": "[email protected]", | ||
"author": "Amplitude Inc", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/rrweb-io/rrweb/issues" | ||
"url": "https://github.com/amplitude/rrweb/issues" | ||
}, | ||
"homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme", | ||
"homepage": "https://github.com/amplitude/rrweb/tree/master/packages/rrweb-snapshot#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.4", | ||
"@types/jest": "^27.0.2", | ||
|
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,5 +1,5 @@ | ||
{ | ||
"name": "rrweb", | ||
"name": "@amplitude/rrweb", | ||
"version": "2.0.0-alpha.11", | ||
"description": "record and replay the web", | ||
"scripts": { | ||
|
@@ -26,7 +26,7 @@ | |
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/rrweb-io/rrweb.git" | ||
"url": "git+ssh://[email protected]/amplitude/rrweb.git" | ||
}, | ||
"keywords": [ | ||
"rrweb" | ||
|
@@ -42,12 +42,12 @@ | |
"es", | ||
"typings" | ||
], | ||
"author": "[email protected]", | ||
"author": "Amplitude", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/rrweb-io/rrweb/issues" | ||
"url": "https://github.com/amplitude/rrweb/issues" | ||
}, | ||
"homepage": "https://github.com/rrweb-io/rrweb#readme", | ||
"homepage": "https://github.com/amplitude/rrweb#readme", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"@types/chai": "^4.1.6", | ||
|
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