@amplitude/plugin-session-replay-react-native 0.4.4 → 0.4.6-SR-2360.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/android/build.gradle +2 -2
- package/lib/commonjs/version.js +1 -1
- package/lib/commonjs/version.js.map +1 -1
- package/lib/module/version.js +1 -1
- package/lib/module/version.js.map +1 -1
- package/lib/typescript/app-mask-view.d.ts +1 -1
- package/lib/typescript/app-mask-view.d.ts.map +1 -1
- package/lib/typescript/version.d.ts +1 -1
- package/lib/typescript/version.d.ts.map +1 -1
- package/package.json +19 -20
- package/src/version.ts +1 -1
package/android/build.gradle
CHANGED
|
@@ -90,8 +90,8 @@ repositories {
|
|
|
90
90
|
def kotlin_version = getExtOrDefault("kotlinVersion")
|
|
91
91
|
|
|
92
92
|
dependencies {
|
|
93
|
-
implementation("com.amplitude:session-replay-android:[0.22.0
|
|
94
|
-
implementation("com.amplitude:analytics-android:[1.22.4
|
|
93
|
+
implementation("com.amplitude:session-replay-android:[0.22.0,0.23.0)")
|
|
94
|
+
implementation("com.amplitude:analytics-android:[1.22.4,1.23.0)")
|
|
95
95
|
|
|
96
96
|
// For < 0.71, this will be from the local maven repo
|
|
97
97
|
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
|
package/lib/commonjs/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["VERSION","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,
|
|
1
|
+
{"version":3,"names":["VERSION","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,iBAAiB","ignoreList":[]}
|
package/lib/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.4.
|
|
1
|
+
export const VERSION = '0.4.6-SR-2360.0';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"names":["VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,iBAAiB","ignoreList":[]}
|
|
@@ -2,6 +2,6 @@ import { type ViewProps } from 'react-native';
|
|
|
2
2
|
interface AmpMaskViewProps extends ViewProps {
|
|
3
3
|
mask: 'amp-mask' | 'amp-unmask' | 'amp-block';
|
|
4
4
|
}
|
|
5
|
-
export declare const AmpMaskView: import("react-native").HostComponent<AmpMaskViewProps>;
|
|
5
|
+
export declare const AmpMaskView: import("react-native/types").HostComponent<AmpMaskViewProps>;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=app-mask-view.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-mask-view.d.ts","sourceRoot":"","sources":["../../src/app-mask-view.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEtE,UAAU,gBAAiB,SAAQ,SAAS;IAC1C,IAAI,EAAE,UAAU,GAAG,YAAY,GAAG,WAAW,CAAC;CAC/C;AAED,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"app-mask-view.d.ts","sourceRoot":"","sources":["../../src/app-mask-view.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEtE,UAAU,gBAAiB,SAAQ,SAAS;IAC1C,IAAI,EAAE,UAAU,GAAG,YAAY,GAAG,WAAW,CAAC;CAC/C;AAED,eAAO,MAAM,WAAW,8DACoC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.4.
|
|
1
|
+
export declare const VERSION = "0.4.6-SR-2360.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,oBAAoB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amplitude/plugin-session-replay-react-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6-SR-2360.0",
|
|
4
4
|
"description": "Amplitude Session Replay plugin for React Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"analytics",
|
|
@@ -25,23 +25,6 @@
|
|
|
25
25
|
"type": "git",
|
|
26
26
|
"url": "git+https://github.com/amplitude/Amplitude-TypeScript.git"
|
|
27
27
|
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"build": "bob build",
|
|
30
|
-
"clean": "rimraf node_modules lib coverage",
|
|
31
|
-
"fix": "yarn fix:eslint & yarn fix:prettier",
|
|
32
|
-
"fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
|
|
33
|
-
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
|
|
34
|
-
"lint": "yarn lint:eslint & yarn lint:prettier",
|
|
35
|
-
"lint:eslint": "eslint '{src,test}/**/*.ts'",
|
|
36
|
-
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
|
|
37
|
-
"test": "jest",
|
|
38
|
-
"typecheck": "tsc -p ./tsconfig.json",
|
|
39
|
-
"version": "yarn version-file && yarn build",
|
|
40
|
-
"version-file": "node -p \"'export const VERSION = \\'' + require('./package.json').version + '\\';'\" > src/version.ts",
|
|
41
|
-
"typescript": "tsc --noEmit",
|
|
42
|
-
"example": "yarn workspace @amplitude/plugin-session-replay-react-native-example",
|
|
43
|
-
"pods": "cd example && pod-install --quiet"
|
|
44
|
-
},
|
|
45
28
|
"source": "src/index",
|
|
46
29
|
"files": [
|
|
47
30
|
"src",
|
|
@@ -92,5 +75,21 @@
|
|
|
92
75
|
]
|
|
93
76
|
]
|
|
94
77
|
},
|
|
95
|
-
"
|
|
96
|
-
|
|
78
|
+
"scripts": {
|
|
79
|
+
"build": "bob build",
|
|
80
|
+
"clean": "rimraf node_modules lib coverage",
|
|
81
|
+
"fix": "pnpm fix:eslint & pnpm fix:prettier",
|
|
82
|
+
"fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
|
|
83
|
+
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
|
|
84
|
+
"lint": "pnpm lint:eslint & pnpm lint:prettier",
|
|
85
|
+
"lint:eslint": "eslint '{src,test}/**/*.ts'",
|
|
86
|
+
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
|
|
87
|
+
"test": "jest",
|
|
88
|
+
"typecheck": "tsc -p ./tsconfig.json",
|
|
89
|
+
"version": "pnpm version-file && pnpm build",
|
|
90
|
+
"version-file": "node -p \"'export const VERSION = \\'' + require('./package.json').version + '\\';'\" > src/version.ts",
|
|
91
|
+
"typescript": "tsc --noEmit",
|
|
92
|
+
"example": "yarn workspace @amplitude/plugin-session-replay-react-native-example",
|
|
93
|
+
"pods": "cd example && pod-install --quiet"
|
|
94
|
+
}
|
|
95
|
+
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.4.
|
|
1
|
+
export const VERSION = '0.4.6-SR-2360.0';
|