@betterbugs/packer 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 +2 -2
  2. package/package.json +5 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # @rrweb/packer
1
+ # @betterbugs/packer
2
2
 
3
- `@rrweb/packer` is a tool to compress rrweb events into a smaller size.
3
+ `@betterbugs/packer` is a tool to compress rrweb events into a smaller size.
4
4
 
5
5
  See the [storage recipe](../../docs/recipes/optimize-storage.md#compression) for more info on how this works.
6
6
  And the [guide](../../guide.md) for more info on rrweb.
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@betterbugs/packer",
3
- "version": "2.0.0-alpha.23",
3
+ "version": "2.0.0-alpha.25",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "keywords": [
8
8
  "rrweb",
9
- "betterbugs",
10
9
  "@betterbugs/packer"
11
10
  ],
12
11
  "scripts": {
@@ -18,13 +17,13 @@
18
17
  "prepublish": "tsc -noEmit && vite build",
19
18
  "lint": "yarn eslint src/**/*.ts"
20
19
  },
21
- "homepage": "https://github.com/BetterBugs-Team/rrweb/tree/main/packages/packer#readme",
20
+ "homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@betterbugs/packer#readme",
22
21
  "bugs": {
23
- "url": "https://github.com/BetterBugs-Team/rrweb/issues"
22
+ "url": "https://github.com/rrweb-io/rrweb/issues"
24
23
  },
25
24
  "repository": {
26
25
  "type": "git",
27
- "url": "git+https://github.com/BetterBugs-Team/rrweb.git"
26
+ "url": "git+https://github.com/rrweb-io/rrweb.git"
28
27
  },
29
28
  "license": "MIT",
30
29
  "type": "module",
@@ -79,7 +78,7 @@
79
78
  },
80
79
  "dependencies": {
81
80
  "fflate": "^0.4.4",
82
- "@betterbugs/types": "^2.0.0-alpha.23"
81
+ "@betterbugs/types": "^2.0.0-alpha.25"
83
82
  },
84
83
  "browserslist": [
85
84
  "supports es6-class"