@amplitude/plugin-session-replay-browser 1.25.5 → 1.25.6-pnpm-migration.0
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/lib/cjs/version.d.ts +1 -1
- package/lib/cjs/version.d.ts.map +1 -1
- package/lib/cjs/version.js +2 -2
- package/lib/cjs/version.js.map +1 -1
- package/lib/esm/version.d.ts +1 -1
- package/lib/esm/version.d.ts.map +1 -1
- package/lib/esm/version.js +2 -2
- package/lib/esm/version.js.map +1 -1
- package/lib/scripts/console-plugin-min.js.map +1 -1
- package/lib/scripts/index-min.js +1 -1
- package/lib/scripts/index-min.js.gz +0 -0
- package/lib/scripts/index-min.js.map +1 -1
- package/lib/scripts/index-min3.js.map +1 -1
- package/lib/scripts/plugin-session-replay-browser-min.js +1 -1
- package/lib/scripts/plugin-session-replay-browser-min.js.gz +0 -0
- package/lib/scripts/plugin-session-replay-browser-min.js.map +1 -1
- package/lib/scripts/rrweb-record-min.js.map +1 -1
- package/package.json +30 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amplitude/plugin-session-replay-browser",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.6-pnpm-migration.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Amplitude Inc",
|
|
6
6
|
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
|
|
@@ -16,38 +16,21 @@
|
|
|
16
16
|
"type": "git",
|
|
17
17
|
"url": "git+https://github.com/amplitude/Amplitude-TypeScript.git"
|
|
18
18
|
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "yarn bundle && yarn build:es5 && yarn build:esm",
|
|
21
|
-
"bundle": "rollup --config rollup.config.js",
|
|
22
|
-
"build:es5": "tsc -p ./tsconfig.es5.json",
|
|
23
|
-
"build:esm": "tsc -p ./tsconfig.esm.json",
|
|
24
|
-
"watch": "tsc -p ./tsconfig.esm.json --watch",
|
|
25
|
-
"clean": "rimraf node_modules lib coverage",
|
|
26
|
-
"fix": "yarn fix:eslint & yarn fix:prettier",
|
|
27
|
-
"fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
|
|
28
|
-
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
|
|
29
|
-
"lint": "yarn lint:eslint & yarn lint:prettier",
|
|
30
|
-
"lint:eslint": "eslint '{src,test}/**/*.ts'",
|
|
31
|
-
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
|
|
32
|
-
"publish": "node ./scripts/publish/upload-to-s3.js",
|
|
33
|
-
"test": "jest",
|
|
34
|
-
"typecheck": "tsc -p ./tsconfig.json",
|
|
35
|
-
"version": "yarn version-file && GENERATE_SNIPPET=true yarn build",
|
|
36
|
-
"version-file": "echo '// Autogenerated by `yarn version-file`. DO NOT EDIT' > src/version.ts && node -p \"'export const VERSION = \\'' + require('./package.json').version + '\\';'\" >> src/version.ts"
|
|
37
|
-
},
|
|
38
19
|
"bugs": {
|
|
39
20
|
"url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
|
|
40
21
|
},
|
|
41
22
|
"dependencies": {
|
|
42
|
-
"@amplitude/
|
|
43
|
-
"@amplitude/
|
|
44
|
-
"@amplitude/analytics-types": "^2.11.0",
|
|
45
|
-
"@amplitude/session-replay-browser": "1.30.4",
|
|
23
|
+
"@amplitude/rrweb-plugin-console-record": "2.0.0-alpha.34",
|
|
24
|
+
"@amplitude/rrweb-record": "2.0.0-alpha.34",
|
|
46
25
|
"idb-keyval": "^6.2.1",
|
|
47
|
-
"tslib": "^2.4.1"
|
|
26
|
+
"tslib": "^2.4.1",
|
|
27
|
+
"@amplitude/analytics-client-common": "2.4.20-pnpm-migration.0",
|
|
28
|
+
"@amplitude/analytics-types": "2.11.1-pnpm-migration.0",
|
|
29
|
+
"@amplitude/analytics-core": "2.35.1-pnpm-migration.0",
|
|
30
|
+
"@amplitude/session-replay-browser": "1.30.5-pnpm-migration.0"
|
|
48
31
|
},
|
|
49
32
|
"devDependencies": {
|
|
50
|
-
"@
|
|
33
|
+
"@aws-sdk/client-s3": "^3.229.0",
|
|
51
34
|
"@rollup/plugin-commonjs": "^23.0.4",
|
|
52
35
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
53
36
|
"@rollup/plugin-typescript": "^10.0.1",
|
|
@@ -57,10 +40,28 @@
|
|
|
57
40
|
"rollup": "^2.79.1",
|
|
58
41
|
"rollup-plugin-execute": "^1.1.1",
|
|
59
42
|
"rollup-plugin-gzip": "^3.1.0",
|
|
60
|
-
"rollup-plugin-terser": "^7.0.2"
|
|
43
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
44
|
+
"@amplitude/analytics-browser": "2.33.2-pnpm-migration.0"
|
|
61
45
|
},
|
|
62
46
|
"files": [
|
|
63
47
|
"lib"
|
|
64
48
|
],
|
|
65
|
-
"
|
|
66
|
-
|
|
49
|
+
"scripts": {
|
|
50
|
+
"build": "pnpm bundle && pnpm build:es5 && pnpm build:esm",
|
|
51
|
+
"bundle": "rollup --config rollup.config.js",
|
|
52
|
+
"build:es5": "tsc -p ./tsconfig.es5.json",
|
|
53
|
+
"build:esm": "tsc -p ./tsconfig.esm.json",
|
|
54
|
+
"watch": "tsc -p ./tsconfig.esm.json --watch",
|
|
55
|
+
"clean": "rimraf node_modules lib coverage",
|
|
56
|
+
"fix": "pnpm fix:eslint & pnpm fix:prettier",
|
|
57
|
+
"fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
|
|
58
|
+
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
|
|
59
|
+
"lint": "pnpm lint:eslint & pnpm lint:prettier",
|
|
60
|
+
"lint:eslint": "eslint '{src,test}/**/*.ts'",
|
|
61
|
+
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
|
|
62
|
+
"test": "jest",
|
|
63
|
+
"typecheck": "tsc -p ./tsconfig.json",
|
|
64
|
+
"version": "pnpm version-file && GENERATE_SNIPPET=true pnpm build",
|
|
65
|
+
"version-file": "echo '// Autogenerated by `pnpm version-file`. DO NOT EDIT' > src/version.ts && node -p \"'export const VERSION = \\'' + require('./package.json').version + '\\';'\" >> src/version.ts"
|
|
66
|
+
}
|
|
67
|
+
}
|