@appsurify-testmap/rrweb-cypress-plugin 2.1.1-alpha.6
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/Readme.md +2 -0
- package/dist/rrweb-cypress-plugin-reporter.cjs +384 -0
- package/dist/rrweb-cypress-plugin-reporter.cjs.map +1 -0
- package/dist/rrweb-cypress-plugin-reporter.d.cts +16 -0
- package/dist/rrweb-cypress-plugin-reporter.d.ts +16 -0
- package/dist/rrweb-cypress-plugin-reporter.js +367 -0
- package/dist/rrweb-cypress-plugin-reporter.js.map +1 -0
- package/dist/rrweb-cypress-plugin-reporter.umd.cjs +434 -0
- package/dist/rrweb-cypress-plugin-reporter.umd.cjs.map +7 -0
- package/dist/rrweb-cypress-plugin-reporter.umd.min.cjs +32 -0
- package/dist/rrweb-cypress-plugin-reporter.umd.min.cjs.map +7 -0
- package/dist/rrweb-cypress-plugin.cjs +537 -0
- package/dist/rrweb-cypress-plugin.cjs.map +1 -0
- package/dist/rrweb-cypress-plugin.d.cts +3 -0
- package/dist/rrweb-cypress-plugin.d.ts +3 -0
- package/dist/rrweb-cypress-plugin.js +537 -0
- package/dist/rrweb-cypress-plugin.js.map +1 -0
- package/dist/rrweb-cypress-plugin.umd.cjs +590 -0
- package/dist/rrweb-cypress-plugin.umd.cjs.map +7 -0
- package/dist/rrweb-cypress-plugin.umd.min.cjs +13171 -0
- package/dist/rrweb-cypress-plugin.umd.min.cjs.map +7 -0
- package/package.json +69 -0
package/package.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@appsurify-testmap/rrweb-cypress-plugin",
|
|
3
|
+
"version": "2.1.1-alpha.6",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
6
|
+
},
|
|
7
|
+
"keywords": [
|
|
8
|
+
"rrweb"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"dev": "vite build --watch",
|
|
12
|
+
"build": "tsc -noEmit && vite build",
|
|
13
|
+
"check-types": "tsc -noEmit",
|
|
14
|
+
"prepublish": "yarn run build"
|
|
15
|
+
},
|
|
16
|
+
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/utils#readme",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/rrweb-io/rrweb/issues"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/rrweb-io/rrweb.git"
|
|
23
|
+
},
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"type": "module",
|
|
26
|
+
"main": "./dist/rrweb-cypress-plugin.umd.cjs",
|
|
27
|
+
"module": "./dist/rrweb-cypress-plugin.js",
|
|
28
|
+
"browser": "./dist/rrweb-cypress-plugin.umd.cjs",
|
|
29
|
+
"unpkg": "./dist/rrweb-cypress-plugin.umd.cjs",
|
|
30
|
+
"typings": "./dist/rrweb-cypress-plugin.d.ts",
|
|
31
|
+
"exports": {
|
|
32
|
+
".": {
|
|
33
|
+
"types": "./dist/rrweb-cypress-plugin.d.ts",
|
|
34
|
+
"import": {
|
|
35
|
+
"types": "./dist/rrweb-cypress-plugin.d.ts",
|
|
36
|
+
"default": "./dist/rrweb-cypress-plugin.js"
|
|
37
|
+
},
|
|
38
|
+
"require": {
|
|
39
|
+
"types": "./dist/rrweb-cypress-plugin.d.cts",
|
|
40
|
+
"default": "./dist/rrweb-cypress-plugin.umd.cjs"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"./reporter": {
|
|
44
|
+
"require": "./dist/rrweb-cypress-plugin-reporter.umd.cjs",
|
|
45
|
+
"import": "./dist/rrweb-cypress-plugin-reporter.js",
|
|
46
|
+
"types": "./dist/rrweb-cypress-plugin-reporter.d.ts"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"files": [
|
|
50
|
+
"dist",
|
|
51
|
+
"package.json"
|
|
52
|
+
],
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@types/debug": "^4.1.7",
|
|
55
|
+
"@types/lodash": "^4.17.16",
|
|
56
|
+
"@types/node": "^22.15.21",
|
|
57
|
+
"cypress": "^14.3.2",
|
|
58
|
+
"typescript": "^5.8.3",
|
|
59
|
+
"vite": "^5.2.8",
|
|
60
|
+
"vite-plugin-dts": "^3.8.1"
|
|
61
|
+
},
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"@appsurify-testmap/rrweb": "^2.1.1-alpha.6",
|
|
64
|
+
"@appsurify-testmap/rrweb-plugin-sequential-id-record": "^2.1.1-alpha.6",
|
|
65
|
+
"@appsurify-testmap/rrweb-snapshot": "^2.1.1-alpha.6",
|
|
66
|
+
"@appsurify-testmap/rrweb-types": "^2.1.1-alpha.6",
|
|
67
|
+
"@appsurify-testmap/rrweb-ui-report": "^2.1.1-alpha.6"
|
|
68
|
+
}
|
|
69
|
+
}
|