@amplitude/analytics-react-native 1.1.8 → 1.1.9
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 -2
- package/lib/commonjs/version.js +1 -1
- package/lib/module/version.js +1 -1
- package/lib/typescript/version.d.ts +1 -1
- package/package.json +5 -5
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -19,11 +19,11 @@ To get started with using Amplitude React Native SDK, install the package to you
|
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
21
|
# npm
|
|
22
|
-
npm install @amplitude/analytics-react-native
|
|
22
|
+
npm install @amplitude/analytics-react-native@^1.0.0
|
|
23
23
|
npm install @react-native-async-storage/async-storage
|
|
24
24
|
|
|
25
25
|
# yarn
|
|
26
|
-
yarn add @amplitude/analytics-react-native
|
|
26
|
+
yarn add @amplitude/analytics-react-native@^1.0.0
|
|
27
27
|
yarn add @react-native-async-storage/async-storage
|
|
28
28
|
```
|
|
29
29
|
|
package/lib/commonjs/version.js
CHANGED
package/lib/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.1.
|
|
1
|
+
export const VERSION = '1.1.9';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.1.
|
|
1
|
+
export declare const VERSION = "1.1.9";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amplitude/analytics-react-native",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Official React Native SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"analytics",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@amplitude/analytics-client-common": "^1.0.
|
|
61
|
-
"@amplitude/analytics-core": "^1.
|
|
62
|
-
"@amplitude/analytics-types": "^1.
|
|
60
|
+
"@amplitude/analytics-client-common": "^1.0.1",
|
|
61
|
+
"@amplitude/analytics-core": "^1.1.0",
|
|
62
|
+
"@amplitude/analytics-types": "^1.1.0",
|
|
63
63
|
"@amplitude/ua-parser-js": "^0.7.31",
|
|
64
64
|
"@react-native-async-storage/async-storage": "^1.17.11",
|
|
65
65
|
"tslib": "^2.4.1"
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
]
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "0c03a57239e1048b1730fa58464b125ba9b8b6ba"
|
|
93
93
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.1.
|
|
1
|
+
export const VERSION = '1.1.9';
|