@betterbugs/utils 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 +4 -5
package/Readme.md CHANGED
@@ -1,4 +1,4 @@
1
- # @rrweb/utils
1
+ # @betterbugs/utils
2
2
 
3
3
  This package contains the shared utility functions used across rrweb packages.
4
4
  See the [guide](../../guide.md) for more info on rrweb.
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@betterbugs/utils",
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/utils"
11
10
  ],
12
11
  "scripts": {
@@ -16,13 +15,13 @@
16
15
  "prepublish": "npm run build",
17
16
  "lint": "yarn eslint src/**/*.ts"
18
17
  },
19
- "homepage": "https://github.com/BetterBugs-Team/rrweb/tree/main/packages/utils#readme",
18
+ "homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@betterbugs/utils#readme",
20
19
  "bugs": {
21
- "url": "https://github.com/BetterBugs-Team/rrweb/issues"
20
+ "url": "https://github.com/rrweb-io/rrweb/issues"
22
21
  },
23
22
  "repository": {
24
23
  "type": "git",
25
- "url": "git+https://github.com/BetterBugs-Team/rrweb.git"
24
+ "url": "git+https://github.com/rrweb-io/rrweb.git"
26
25
  },
27
26
  "license": "MIT",
28
27
  "type": "module",