@amplitude/analytics-react-native 0.4.3 → 0.4.4-beta.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/README.md CHANGED
@@ -109,10 +109,10 @@ import { Identify, groupIdentify } from '@amplitude/analytics-react-native';
109
109
 
110
110
  const groupType = 'plan';
111
111
  const groupName = 'enterprise';
112
- const event = new Identify()
113
- event.set('key1', 'value1');
112
+ const identity = new Identify()
113
+ identity.set('key1', 'value1');
114
114
 
115
- groupIdentify(groupType, groupName, identify);
115
+ groupIdentify(groupType, groupName, identity);
116
116
  ```
117
117
 
118
118
  ### Track Revenue
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- const VERSION = '0.4.3';
7
+ const VERSION = '0.4.4-beta.0';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["VERSION"],"sources":["version.ts"],"sourcesContent":["export const VERSION = '0.4.3';\n"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAG,OAAhB"}
1
+ {"version":3,"names":["VERSION"],"sources":["version.ts"],"sourcesContent":["export const VERSION = '0.4.4-beta.0';\n"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAG,cAAhB"}
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.4.3';
1
+ export const VERSION = '0.4.4-beta.0';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["VERSION"],"sources":["version.ts"],"sourcesContent":["export const VERSION = '0.4.3';\n"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,OAAhB"}
1
+ {"version":3,"names":["VERSION"],"sources":["version.ts"],"sourcesContent":["export const VERSION = '0.4.4-beta.0';\n"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,cAAhB"}
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.4.3";
1
+ export declare const VERSION = "0.4.4-beta.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,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/analytics-react-native",
3
- "version": "0.4.3",
3
+ "version": "0.4.4-beta.0",
4
4
  "description": "Official React Native SDK",
5
5
  "keywords": [
6
6
  "analytics",
@@ -57,10 +57,10 @@
57
57
  "url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
58
58
  },
59
59
  "dependencies": {
60
- "@amplitude/analytics-client-common": "^0.2.1",
60
+ "@amplitude/analytics-client-common": "^0.2.2-beta.0",
61
61
  "@amplitude/analytics-connector": "1.4.5",
62
- "@amplitude/analytics-core": "^0.9.3",
63
- "@amplitude/analytics-types": "^0.10.2",
62
+ "@amplitude/analytics-core": "^0.9.4-beta.0",
63
+ "@amplitude/analytics-types": "^0.10.3-beta.0",
64
64
  "@amplitude/ua-parser-js": "^0.7.31",
65
65
  "@react-native-async-storage/async-storage": "^1.17.7",
66
66
  "tslib": "^2.3.1"
@@ -90,5 +90,5 @@
90
90
  ]
91
91
  ]
92
92
  },
93
- "gitHead": "3fe5920040401c833941f18b031687d26cb2a552"
93
+ "gitHead": "6ab4885f3970c6bd8939b603a6918339c8b87f4a"
94
94
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.4.3';
1
+ export const VERSION = '0.4.4-beta.0';