@unvired/react-native-unvired-sdk 0.0.16 → 0.0.20
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/BuildNo.txt +1 -1
- package/README.md +1 -1
- package/package.json +35 -11
package/BuildNo.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
R-0.000.
|
|
1
|
+
R-0.000.0020
|
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ npm install @unvired/react-native-unvired-sdk
|
|
|
116
116
|
### Install Peer Dependencies
|
|
117
117
|
|
|
118
118
|
```bash
|
|
119
|
-
npm install react-native-device-info
|
|
119
|
+
npm install react-native-device-info react-native-fs @op-engineering/op-sqlite @react-native-async-storage/async-storage react-native-zip-archive
|
|
120
120
|
```
|
|
121
121
|
|
|
122
122
|
### Optional: Push Notifications
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unvired/react-native-unvired-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"description": "Unvired SDK for React Native with logging, database, notifications, and file system support",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"types": "dist/main.d.ts",
|
|
@@ -24,40 +24,64 @@
|
|
|
24
24
|
"author": "Unvired",
|
|
25
25
|
"license": "UNLICENSED",
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"react-native-fs": "^2.20.0",
|
|
28
|
-
"@react-native-firebase/messaging": "^21.8.1",
|
|
29
27
|
"react": "19.2.0",
|
|
30
28
|
"react-native": "0.83.1",
|
|
29
|
+
"react-native-fs": "^2.20.0",
|
|
31
30
|
"react-native-device-info": "^15.0.1",
|
|
32
31
|
"@op-engineering/op-sqlite": "^15.2.5",
|
|
33
32
|
"react-native-zip-archive": "^7.0.2",
|
|
33
|
+
"@react-native-firebase/messaging": "^21.8.1",
|
|
34
34
|
"@react-native-async-storage/async-storage": "^2.2.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
37
37
|
"@react-native-firebase/messaging": {
|
|
38
38
|
"optional": true
|
|
39
|
+
},
|
|
40
|
+
"@op-engineering/op-sqlite": {
|
|
41
|
+
"optional": true
|
|
42
|
+
},
|
|
43
|
+
"react-native-zip-archive": {
|
|
44
|
+
"optional": true
|
|
45
|
+
},
|
|
46
|
+
"@react-native-async-storage/async-storage": {
|
|
47
|
+
"optional": true
|
|
48
|
+
},
|
|
49
|
+
"react-native-device-info": {
|
|
50
|
+
"optional": true
|
|
51
|
+
},
|
|
52
|
+
"react-native-fs": {
|
|
53
|
+
"optional": true
|
|
54
|
+
},
|
|
55
|
+
"react": {
|
|
56
|
+
"optional": true
|
|
57
|
+
},
|
|
58
|
+
"react-native": {
|
|
59
|
+
"optional": true
|
|
39
60
|
}
|
|
40
61
|
},
|
|
41
62
|
"devDependencies": {
|
|
42
|
-
"@types/
|
|
63
|
+
"@types/pako": "^2.0.4",
|
|
64
|
+
"@types/react": ">=19.0.0",
|
|
43
65
|
"@types/react-native": "^0.73.0",
|
|
44
66
|
"@types/sql.js": "^1.4.9",
|
|
45
67
|
"eslint": "^8.0.0",
|
|
46
68
|
"jest": "^29.0.0",
|
|
47
69
|
"prettier": "^3.0.0",
|
|
48
70
|
"typescript": "^5.0.0",
|
|
49
|
-
"react
|
|
50
|
-
"
|
|
51
|
-
"react-native-
|
|
52
|
-
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
53
|
-
"react-native-device-info": "^15.0.1",
|
|
54
|
-
"@react-native-firebase/messaging": "^21.8.1"
|
|
71
|
+
"react": "19.2.0",
|
|
72
|
+
"react-native": "0.83.1",
|
|
73
|
+
"@react-native-firebase/app": "21.14.0"
|
|
55
74
|
},
|
|
56
75
|
"engines": {
|
|
57
76
|
"node": ">=22.0.0"
|
|
58
77
|
},
|
|
59
78
|
"dependencies": {
|
|
60
|
-
"
|
|
79
|
+
"react-native-fs": "^2.20.0",
|
|
80
|
+
"@op-engineering/op-sqlite": "^15.2.5",
|
|
81
|
+
"react-native-zip-archive": "^7.0.2",
|
|
82
|
+
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
83
|
+
"react-native-device-info": "^15.0.1",
|
|
84
|
+
"@react-native-firebase/messaging": "^21.8.1",
|
|
61
85
|
"pako": "^2.1.0",
|
|
62
86
|
"sql.js": "^1.10.3"
|
|
63
87
|
},
|