Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .changeset/shy-carrots-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
"@rrweb/all": patch
"@rrweb/browser-client": patch
"@rrweb/packer": patch
"@rrweb/record": patch
"@rrweb/replay": patch
"rrdom-nodejs": patch
"rrdom": patch
"rrvideo": patch
"rrweb-player": patch
"rrweb-snapshot": patch
"rrweb": patch
"@rrweb/types": patch
"@rrweb/utils": patch
"@rrweb/rrweb-plugin-canvas-webrtc-record": patch
"@rrweb/rrweb-plugin-canvas-webrtc-replay": patch
"@rrweb/rrweb-plugin-console-record": patch
"@rrweb/rrweb-plugin-console-replay": patch
"@rrweb/rrweb-plugin-network-record": patch
"@rrweb/rrweb-plugin-network-replay": patch
"@rrweb/rrweb-plugin-sequential-id-record": patch
"@rrweb/rrweb-plugin-sequential-id-replay": patch
---

Add `repository.directory` to package.json so relative links in each published README resolve to the correct GitHub path instead of 404ing
3 changes: 2 additions & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/all"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/browser-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/browser-client"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/packer"
},
"license": "MIT",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/plugins/rrweb-plugin-canvas-webrtc-record"
},
"keywords": [
"devtools",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/plugins/rrweb-plugin-canvas-webrtc-replay"
},
"keywords": [
"devtools",
Expand Down
3 changes: 2 additions & 1 deletion packages/plugins/rrweb-plugin-console-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/plugins/rrweb-plugin-console-record"
},
"keywords": [
"devtools",
Expand Down
3 changes: 2 additions & 1 deletion packages/plugins/rrweb-plugin-console-replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/plugins/rrweb-plugin-console-replay"
},
"keywords": [
"devtools",
Expand Down
3 changes: 2 additions & 1 deletion packages/plugins/rrweb-plugin-network-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/plugins/rrweb-plugin-network-record"
},
"keywords": [
"rrweb"
Expand Down
3 changes: 2 additions & 1 deletion packages/plugins/rrweb-plugin-network-replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/plugins/rrweb-plugin-network-replay"
},
"keywords": [
"rrweb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/plugins/rrweb-plugin-sequential-id-record"
},
"keywords": [
"devtools",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/plugins/rrweb-plugin-sequential-id-replay"
},
"keywords": [
"devtools",
Expand Down
3 changes: 2 additions & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/record"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/replay"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/rrdom-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/rrdom-nodejs"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/rrdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/rrdom"
},
"scripts": {
"dev": "vite build --watch",
Expand Down
3 changes: 2 additions & 1 deletion packages/rrvideo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"types": "build/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/rrvideo"
},
"scripts": {
"install": "playwright install",
Expand Down
3 changes: 2 additions & 1 deletion packages/rrweb-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/rrweb-player"
},
"keywords": [
"devtools",
Expand Down
3 changes: 2 additions & 1 deletion packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/rrweb-snapshot"
},
"keywords": [
"devtools",
Expand Down
3 changes: 2 additions & 1 deletion packages/rrweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
"url": "git+ssh://git@github.com/rrweb-io/rrweb.git",
"directory": "packages/rrweb"
},
"keywords": [
"devtools",
Expand Down
3 changes: 2 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/types"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/rrweb-io/rrweb.git",
"directory": "packages/utils"
},
"license": "MIT",
"type": "module",
Expand Down