@bytem/bytem-tracker-app 0.0.8 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -7,7 +7,7 @@ This is the official Bytem Tracker SDK for React Native applications.
7
7
  Install the package and its peer dependencies using Yarn:
8
8
 
9
9
  ```bash
10
- yarn add @bytem/bytem-tracker-app @react-native-async-storage/async-storage react-native-device-info uuid
10
+ yarn add @bytem/bytem-tracker-app
11
11
  ```
12
12
 
13
13
  ### iOS Setup
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@bytem/bytem-tracker-app",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Bytem Tracker SDK for React Native",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
5
+ "main": "dist/src/index.js",
6
+ "types": "dist/src/index.d.ts",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
@@ -25,13 +25,13 @@
25
25
  "author": "Barry",
26
26
  "license": "ISC",
27
27
  "peerDependencies": {
28
- "@react-native-async-storage/async-storage": "^1.0.0",
29
28
  "react": ">=16.8.0",
30
- "react-native": ">=0.60.0",
31
- "react-native-device-info": "^10.0.0"
29
+ "react-native": ">=0.60.0"
32
30
  },
33
31
  "dependencies": {
34
- "uuid": "^9.0.0"
32
+ "uuid": "^9.0.0",
33
+ "@react-native-async-storage/async-storage": "^1.19.0",
34
+ "react-native-device-info": "^10.8.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@react-native-async-storage/async-storage": "^1.19.0",