@amplitude/analytics-react-native 1.1.8-beta.0 → 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 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
 
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- const VERSION = '1.1.8-beta.0';
7
+ const VERSION = '1.1.9';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAG,cAAc;AAAC"}
1
+ {"version":3,"names":["VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAG,OAAO;AAAC"}
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.1.8-beta.0';
1
+ export const VERSION = '1.1.9';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,cAAc"}
1
+ {"version":3,"names":["VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,OAAO"}
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.1.8-beta.0";
1
+ export declare const VERSION = "1.1.9";
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,iBAAiB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/analytics-react-native",
3
- "version": "1.1.8-beta.0",
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.0-beta.1",
61
- "@amplitude/analytics-core": "^1.0.0-beta.1",
62
- "@amplitude/analytics-types": "^1.0.0-beta.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": "05eb25a635c91ee2f11d2391483678dd0768f80b"
92
+ "gitHead": "0c03a57239e1048b1730fa58464b125ba9b8b6ba"
93
93
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.1.8-beta.0';
1
+ export const VERSION = '1.1.9';