@highlight-run/rrweb 2.0.0-lambda.5 → 2.0.0-lambda.8
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.
- package/CHANGELOG.md +427 -0
- package/README.md +113 -7
- package/dist/assets/image-bitmap-data-url-worker-DwtK8A0z.js.map +1 -1
- package/dist/rrweb.cjs +8380 -6667
- package/dist/rrweb.cjs.map +1 -1
- package/dist/rrweb.d.cts +181 -4
- package/dist/rrweb.d.ts +181 -4
- package/dist/rrweb.js +8380 -6667
- package/dist/rrweb.js.map +1 -1
- package/dist/rrweb.umd.cjs +8379 -6694
- package/dist/rrweb.umd.cjs.map +4 -4
- package/dist/rrweb.umd.min.cjs +160 -60
- package/dist/rrweb.umd.min.cjs.map +4 -4
- package/package.json +22 -13
- package/umd/rrweb.js +19710 -0
- package/umd/rrweb.min.js +202 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@highlight-run/rrweb",
|
|
3
|
-
"version": "2.0.0-lambda.
|
|
3
|
+
"version": "2.0.0-lambda.8",
|
|
4
4
|
"description": "record and replay the web",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepare": "npm run prepack",
|
|
@@ -17,11 +17,12 @@
|
|
|
17
17
|
"repl": "yarn build && node scripts/repl.js",
|
|
18
18
|
"live-stream": "yarn build && node scripts/stream.js",
|
|
19
19
|
"dev": "vite build --watch",
|
|
20
|
-
"build": "
|
|
20
|
+
"build": "tsc -noEmit && vite build",
|
|
21
21
|
"check-types": "tsc -noEmit",
|
|
22
22
|
"prepublish": "tsc -noEmit && vite build",
|
|
23
|
-
"lint": "
|
|
24
|
-
"benchmark": "vitest run --maxConcurrency 1 --no-file-parallelism test/benchmark"
|
|
23
|
+
"lint": "npx eslint src",
|
|
24
|
+
"benchmark": "vitest run --maxConcurrency 1 --no-file-parallelism test/benchmark",
|
|
25
|
+
"test:webkit": "yarn build && vitest run --config vitest.config.webkit.ts"
|
|
25
26
|
},
|
|
26
27
|
"type": "module",
|
|
27
28
|
"repository": {
|
|
@@ -29,11 +30,16 @@
|
|
|
29
30
|
"url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
|
|
30
31
|
},
|
|
31
32
|
"keywords": [
|
|
32
|
-
"
|
|
33
|
+
"devtools",
|
|
34
|
+
"product-analytics",
|
|
35
|
+
"real-user-monitoring",
|
|
36
|
+
"rrweb"
|
|
33
37
|
],
|
|
34
38
|
"main": "./dist/rrweb.umd.cjs",
|
|
35
39
|
"module": "./dist/rrweb.js",
|
|
36
40
|
"unpkg": "./dist/rrweb.umd.cjs",
|
|
41
|
+
"jsdelivr": "./umd/rrweb.js",
|
|
42
|
+
"style": "./dist/style.css",
|
|
37
43
|
"typings": "dist/rrweb.d.ts",
|
|
38
44
|
"exports": {
|
|
39
45
|
".": {
|
|
@@ -49,11 +55,12 @@
|
|
|
49
55
|
"./dist/style.css": "./dist/style.css"
|
|
50
56
|
},
|
|
51
57
|
"files": [
|
|
58
|
+
"umd",
|
|
52
59
|
"dist",
|
|
53
60
|
"package.json"
|
|
54
61
|
],
|
|
55
62
|
"sideEffects": false,
|
|
56
|
-
"author": "
|
|
63
|
+
"author": "rrweb Core Team <maintainers@rrweb.com>",
|
|
57
64
|
"license": "MIT",
|
|
58
65
|
"bugs": {
|
|
59
66
|
"url": "https://github.com/rrweb-io/rrweb/issues"
|
|
@@ -66,25 +73,27 @@
|
|
|
66
73
|
"@types/node": "^18.15.11",
|
|
67
74
|
"@types/offscreencanvas": "^2019.6.4",
|
|
68
75
|
"construct-style-sheets-polyfill": "^3.1.0",
|
|
76
|
+
"cross-env": "^7.0.3",
|
|
69
77
|
"fast-mhtml": "^1.1.9",
|
|
70
78
|
"identity-obj-proxy": "^3.0.0",
|
|
71
79
|
"ignore-styles": "^5.0.1",
|
|
72
80
|
"inquirer": "^9.0.0",
|
|
73
81
|
"jest-image-snapshot": "^6.2.0",
|
|
82
|
+
"playwright": "^1.60.0",
|
|
74
83
|
"puppeteer": "^20.9.0",
|
|
75
84
|
"simple-peer-light": "^9.10.0",
|
|
76
85
|
"ts-node": "^10.9.1",
|
|
77
86
|
"tslib": "^2.3.1",
|
|
78
|
-
"turbo": "^2.0.5",
|
|
79
87
|
"typescript": "^5.4.5",
|
|
80
|
-
"vite": "^
|
|
81
|
-
"vite-plugin-dts": "^3.9.1"
|
|
88
|
+
"vite": "^6.4.2",
|
|
89
|
+
"vite-plugin-dts": "^3.9.1",
|
|
90
|
+
"vitest": "^3.2.6"
|
|
82
91
|
},
|
|
83
92
|
"dependencies": {
|
|
84
|
-
"@highlight-run/rrdom": "2.0.0-lambda.
|
|
85
|
-
"@highlight-run/rrweb-snapshot": "2.0.0-lambda.
|
|
86
|
-
"@highlight-run/rrweb-types": "2.0.0-lambda.
|
|
87
|
-
"@highlight-run/rrweb-utils": "2.0.0-lambda.
|
|
93
|
+
"@highlight-run/rrdom": "2.0.0-lambda.8",
|
|
94
|
+
"@highlight-run/rrweb-snapshot": "2.0.0-lambda.8",
|
|
95
|
+
"@highlight-run/rrweb-types": "2.0.0-lambda.8",
|
|
96
|
+
"@highlight-run/rrweb-utils": "2.0.0-lambda.8",
|
|
88
97
|
"@types/css-font-loading-module": "0.0.7",
|
|
89
98
|
"@xstate/fsm": "^1.4.0",
|
|
90
99
|
"base64-arraybuffer": "^1.0.1",
|