@amplitude/session-replay-browser 1.30.3 → 1.30.5-fake-branch-1141.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/session-replay-browser",
3
- "version": "1.30.3",
3
+ "version": "1.30.5-fake-branch-1141.0",
4
4
  "description": "",
5
5
  "author": "Amplitude Inc",
6
6
  "homepage": "https://github.com/amplitude/Amplitude-TypeScript",
@@ -16,44 +16,26 @@
16
16
  "type": "git",
17
17
  "url": "git+https://github.com/amplitude/Amplitude-TypeScript.git"
18
18
  },
19
- "scripts": {
20
- "build": "yarn build:es5 && yarn build:esm && yarn bundle",
21
- "bundle": "rollup --config rollup.config.js",
22
- "bundle:analyze": "ANALYZE=true rollup --config rollup.config.js",
23
- "build:es5": "tsc -p ./tsconfig.es5.json",
24
- "build:esm": "tsc -p ./tsconfig.esm.json",
25
- "watch": "tsc -p ./tsconfig.esm.json --watch",
26
- "clean": "rimraf node_modules lib coverage",
27
- "fix": "yarn fix:eslint & yarn fix:prettier",
28
- "fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
29
- "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
30
- "lint": "yarn lint:eslint & yarn lint:prettier",
31
- "lint:eslint": "eslint '{src,test}/**/*.ts'",
32
- "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
33
- "publish": "node ./scripts/publish/upload-to-s3.js",
34
- "test": "jest",
35
- "typecheck": "tsc -p ./tsconfig.json",
36
- "version": "yarn version-file && GENERATE_SNIPPET=true yarn build",
37
- "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"
38
- },
39
19
  "bugs": {
40
20
  "url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
41
21
  },
42
22
  "dependencies": {
43
- "@amplitude/analytics-client-common": "2.4.18",
44
- "@amplitude/analytics-core": "2.34.1",
45
- "@amplitude/analytics-types": "^2.11.0",
23
+ "@amplitude/experiment-core": "0.7.2",
46
24
  "@amplitude/rrweb-packer": "2.0.0-alpha.34",
47
25
  "@amplitude/rrweb-plugin-console-record": "2.0.0-alpha.34",
48
26
  "@amplitude/rrweb-record": "2.0.0-alpha.34",
49
27
  "@amplitude/rrweb-types": "2.0.0-alpha.34",
50
28
  "@amplitude/rrweb-utils": "2.0.0-alpha.34",
51
- "@amplitude/targeting": "0.2.0",
52
29
  "@rollup/plugin-replace": "^6.0.1",
53
30
  "idb": "8.0.0",
54
- "tslib": "^2.4.1"
31
+ "tslib": "^2.4.1",
32
+ "@amplitude/analytics-client-common": "2.4.20-fake-branch-1141.0",
33
+ "@amplitude/analytics-core": "2.35.1-fake-branch-1141.0",
34
+ "@amplitude/analytics-types": "2.11.1-fake-branch-1141.0",
35
+ "@amplitude/targeting": "0.2.0"
55
36
  },
56
37
  "devDependencies": {
38
+ "@aws-sdk/client-s3": "^3.229.0",
57
39
  "@babel/core": "^7.24.7",
58
40
  "@babel/plugin-transform-modules-commonjs": "^7.24.7",
59
41
  "@rollup/plugin-commonjs": "^23.0.4",
@@ -70,5 +52,23 @@
70
52
  "files": [
71
53
  "lib"
72
54
  ],
73
- "gitHead": "d2946c44a5a5304f3dfc4dbb9e83985b97f44803"
74
- }
55
+ "scripts": {
56
+ "build": "pnpm build:es5 && pnpm build:esm && pnpm bundle",
57
+ "bundle": "rollup --config rollup.config.js",
58
+ "bundle:analyze": "ANALYZE=true rollup --config rollup.config.js",
59
+ "build:es5": "tsc -p ./tsconfig.es5.json",
60
+ "build:esm": "tsc -p ./tsconfig.esm.json",
61
+ "watch": "tsc -p ./tsconfig.esm.json --watch",
62
+ "clean": "rimraf node_modules lib coverage",
63
+ "fix": "pnpm fix:eslint & pnpm fix:prettier",
64
+ "fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
65
+ "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
66
+ "lint": "pnpm lint:eslint & pnpm lint:prettier",
67
+ "lint:eslint": "eslint '{src,test}/**/*.ts'",
68
+ "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
69
+ "test": "jest",
70
+ "typecheck": "tsc -p ./tsconfig.json",
71
+ "version": "pnpm version-file && GENERATE_SNIPPET=true pnpm build",
72
+ "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"
73
+ }
74
+ }