@amplitude/analytics-react-native 1.4.13 → 1.4.14

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.
@@ -115,7 +115,7 @@ class AndroidContextProvider(private val context: Context, shouldTrackAdid: Bool
115
115
  if (manager.phoneType != TelephonyManager.PHONE_TYPE_CDMA) {
116
116
  val country = manager.networkCountryIso
117
117
  if (country != null) {
118
- return country.toUpperCase(Locale.US)
118
+ return country.uppercase(Locale.US)
119
119
  }
120
120
  }
121
121
  } catch (e: Exception) {
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- const VERSION = '1.4.13';
7
+ const VERSION = '1.4.14';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.4.13';
1
+ export const VERSION = '1.4.14';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.4.13";
1
+ export declare const VERSION = "1.4.14";
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.4.13",
3
+ "version": "1.4.14",
4
4
  "description": "Official React Native SDK",
5
5
  "keywords": [
6
6
  "analytics",
@@ -58,9 +58,9 @@
58
58
  "url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
59
59
  },
60
60
  "dependencies": {
61
- "@amplitude/analytics-client-common": "^1.2.5",
62
- "@amplitude/analytics-core": "^1.2.7",
63
- "@amplitude/analytics-types": "^1.3.5",
61
+ "@amplitude/analytics-client-common": "^1.2.6",
62
+ "@amplitude/analytics-core": "^1.2.8",
63
+ "@amplitude/analytics-types": "^1.4.0",
64
64
  "@amplitude/ua-parser-js": "^0.7.31",
65
65
  "@react-native-async-storage/async-storage": "^1.17.11",
66
66
  "tslib": "^2.4.1"
@@ -90,5 +90,5 @@
90
90
  ]
91
91
  ]
92
92
  },
93
- "gitHead": "239368a7dc41c20ff6d4fd49c9d80d1fabc43922"
93
+ "gitHead": "a5ee875c1a4ea6e497728db608393da8ad5a5e76"
94
94
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.4.13';
1
+ export const VERSION = '1.4.14';