@betterbugs/rrweb-plugin-console-record 2.0.0-alpha.23 → 2.0.0-alpha.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -13
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @rrweb/rrweb-plugin-console-record
1
+ # @betterbugs/rrweb-plugin-console-record
2
2
 
3
3
  Please refer to the [console recipe](../../../docs/recipes/console.md) on how to use this plugin.
4
4
  See the [guide](../../../guide.md) for more info on rrweb.
package/package.json CHANGED
@@ -1,9 +1,6 @@
1
1
  {
2
2
  "name": "@betterbugs/rrweb-plugin-console-record",
3
- "version": "2.0.0-alpha.23",
4
- "publishConfig": {
5
- "access": "public"
6
- },
3
+ "version": "2.0.0-alpha.25",
7
4
  "description": "",
8
5
  "type": "module",
9
6
  "main": "./dist/rrweb-plugin-console-record.umd.cjs",
@@ -37,20 +34,19 @@
37
34
  },
38
35
  "repository": {
39
36
  "type": "git",
40
- "url": "git+https://github.com/BetterBugs-Team/rrweb.git"
37
+ "url": "git+https://github.com/rrweb-io/rrweb.git"
41
38
  },
42
39
  "keywords": [
43
- "rrweb",
44
- "betterbugs"
40
+ "rrweb"
45
41
  ],
46
- "author": "BetterBugs-Team",
42
+ "author": "yanzhen@smartx.com",
47
43
  "license": "MIT",
48
44
  "bugs": {
49
- "url": "https://github.com/BetterBugs-Team/rrweb/issues"
45
+ "url": "https://github.com/rrweb-io/rrweb/issues"
50
46
  },
51
- "homepage": "https://github.com/BetterBugs-Team/rrweb#readme",
47
+ "homepage": "https://github.com/rrweb-io/rrweb#readme",
52
48
  "devDependencies": {
53
- "@betterbugs/rrweb": "^2.0.0-alpha.23",
49
+ "@betterbugs/rrweb": "^2.0.0-alpha.25",
54
50
  "typescript": "^5.4.5",
55
51
  "vite": "^6.0.1",
56
52
  "vite-plugin-dts": "^3.9.1",
@@ -58,7 +54,7 @@
58
54
  "puppeteer": "^20.9.0"
59
55
  },
60
56
  "peerDependencies": {
61
- "@betterbugs/rrweb": "^2.0.0-alpha.23",
62
- "@betterbugs/utils": "^2.0.0-alpha.23"
57
+ "@betterbugs/rrweb": "^2.0.0-alpha.25",
58
+ "@betterbugs/utils": "^2.0.0-alpha.25"
63
59
  }
64
60
  }