@sailfish-ai/recorder 1.7.20 → 1.7.21
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/dist/index.js +189 -78
- package/dist/sailfish-recorder.cjs.js +1 -1
- package/dist/sailfish-recorder.cjs.js.br +0 -0
- package/dist/sailfish-recorder.cjs.js.gz +0 -0
- package/dist/sailfish-recorder.es.js +1 -1
- package/dist/sailfish-recorder.es.js.br +0 -0
- package/dist/sailfish-recorder.es.js.gz +0 -0
- package/dist/sailfish-recorder.umd.js +1 -1
- package/dist/sailfish-recorder.umd.js.br +0 -0
- package/dist/sailfish-recorder.umd.js.gz +0 -0
- package/package.json +5 -5
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sailfish-ai/recorder",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.21",
|
|
4
4
|
"publishPublicly": true,
|
|
5
5
|
"main": "dist/sailfish-recorder.umd.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"check-types": "tsc --noEmit",
|
|
13
13
|
"prepublish": "npm run check-types && npm run build",
|
|
14
14
|
"artifactregistry-login": "npx google-artifactregistry-auth",
|
|
15
|
-
"publish-local": "npm publish --registry http://localhost:4873 --//localhost:4873/:_authToken=none"
|
|
15
|
+
"publish-local": "npm publish --tag latest --registry http://localhost:4873 --//localhost:4873/:_authToken=none"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
|
18
18
|
"dist"
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@sailfish-rrweb/rrweb-plugin-console-record": "
|
|
28
|
-
"@sailfish-rrweb/rrweb-record-only": "
|
|
29
|
-
"@sailfish-rrweb/types": "
|
|
27
|
+
"@sailfish-rrweb/rrweb-plugin-console-record": "0.5.2",
|
|
28
|
+
"@sailfish-rrweb/rrweb-record-only": "0.5.2",
|
|
29
|
+
"@sailfish-rrweb/types": "0.5.2",
|
|
30
30
|
"async-mutex": "^0.5.0",
|
|
31
31
|
"idb": "^8.0.3",
|
|
32
32
|
"react-zendesk": "^0.1.13",
|