@formo/analytics-react-native 0.1.1 → 0.1.2

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.
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = void 0;
7
7
  // This file is auto-generated by scripts/update-version.js during npm version
8
8
  // Do not edit manually - it will be overwritten
9
- const version = exports.version = '0.1.1';
9
+ const version = exports.version = '0.1.2';
10
10
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
1
  // This file is auto-generated by scripts/update-version.js during npm version
2
2
  // Do not edit manually - it will be overwritten
3
- export const version = '0.1.1';
3
+ export const version = '0.1.2';
4
4
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.1";
1
+ export declare const version = "0.1.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formo/analytics-react-native",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Formo Analytics SDK for React Native - Track wallet events and user analytics in mobile dApps",
5
5
  "packageManager": "pnpm@10.27.0",
6
6
  "repository": {
@@ -94,7 +94,7 @@
94
94
  "@babel/preset-react": "^7.28.5",
95
95
  "@babel/preset-typescript": "^7.28.5",
96
96
  "@react-native-async-storage/async-storage": "^1.21.0",
97
- "@react-native/babel-preset": "^0.73.0",
97
+ "@react-native/babel-preset": "^0.77.0",
98
98
  "@types/jest": "^29.5.12",
99
99
  "@types/react": "^18.0.25",
100
100
  "@typescript-eslint/eslint-plugin": "^8.57.2",
@@ -105,7 +105,7 @@
105
105
  "expo-device": "^7.0.0",
106
106
  "jest": "^29.7.0",
107
107
  "react": "^18.3.1",
108
- "react-native": "^0.73.0",
108
+ "react-native": "^0.77.0",
109
109
  "react-native-builder-bob": "^0.23.0",
110
110
  "react-native-device-info": "^14.0.0",
111
111
  "typescript": "^5.7.3",
@@ -123,7 +123,13 @@
123
123
  "minimatch@10": ">=10.2.4",
124
124
  "picomatch@2": ">=2.3.2 <3",
125
125
  "picomatch@3": ">=3.0.2 <4",
126
- "picomatch@4": ">=4.0.4"
126
+ "picomatch@4": ">=4.0.4",
127
+ "yaml@2": ">=2.8.3 <3",
128
+ "brace-expansion@1": ">=1.1.13 <2",
129
+ "semver@5": ">=7.7.4",
130
+ "semver@6": ">=7.7.4",
131
+ "@react-native-community/cli": ">=17.0.1",
132
+ "@react-native-community/cli-server-api": ">=17.0.1"
127
133
  }
128
134
  },
129
135
  "react-native-builder-bob": {
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated by scripts/update-version.js during npm version
2
2
  // Do not edit manually - it will be overwritten
3
- export const version = '0.1.1';
3
+ export const version = '0.1.2';