@unvired/react-native-unvired-sdk 0.0.16 → 0.0.21

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 (3) hide show
  1. package/BuildNo.txt +1 -1
  2. package/README.md +1 -1
  3. package/package.json +33 -34
package/BuildNo.txt CHANGED
@@ -1 +1 @@
1
- R-0.000.0016
1
+ R-0.000.0021
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 @dr.pogodin/react-native-fs react-native-sqlite-storage @react-native-async-storage/async-storage
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.16",
3
+ "version": "0.0.21",
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",
@@ -11,60 +11,59 @@
11
11
  "lint": "eslint src/",
12
12
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
13
13
  },
14
- "keywords": [
15
- "react-native",
16
- "unvired",
17
- "sdk",
18
- "mobile",
19
- "logger",
20
- "database",
21
- "notifications",
22
- "file-system"
23
- ],
24
- "author": "Unvired",
25
- "license": "UNLICENSED",
26
14
  "peerDependencies": {
15
+ "react": ">=18",
16
+ "react-native": ">=0.73",
27
17
  "react-native-fs": "^2.20.0",
28
- "@react-native-firebase/messaging": "^21.8.1",
29
- "react": "19.2.0",
30
- "react-native": "0.83.1",
31
18
  "react-native-device-info": "^15.0.1",
32
19
  "@op-engineering/op-sqlite": "^15.2.5",
33
20
  "react-native-zip-archive": "^7.0.2",
21
+ "@react-native-firebase/messaging": "^21.8.1",
34
22
  "@react-native-async-storage/async-storage": "^2.2.0"
35
23
  },
36
24
  "peerDependenciesMeta": {
37
25
  "@react-native-firebase/messaging": {
38
26
  "optional": true
27
+ },
28
+ "@op-engineering/op-sqlite": {
29
+ "optional": true
30
+ },
31
+ "react-native-zip-archive": {
32
+ "optional": true
33
+ },
34
+ "@react-native-async-storage/async-storage": {
35
+ "optional": true
36
+ },
37
+ "react-native-device-info": {
38
+ "optional": true
39
+ },
40
+ "react-native-fs": {
41
+ "optional": true
39
42
  }
40
43
  },
44
+ "dependencies": {
45
+ "pako": "^2.1.0",
46
+ "sql.js": "^1.10.3"
47
+ },
41
48
  "devDependencies": {
42
- "@types/react": "^19.0.0",
43
- "@types/react-native": "^0.73.0",
44
- "@types/sql.js": "^1.4.9",
49
+ "typescript": "^5.0.0",
45
50
  "eslint": "^8.0.0",
46
51
  "jest": "^29.0.0",
47
52
  "prettier": "^3.0.0",
48
- "typescript": "^5.0.0",
53
+ "@types/react": ">=18",
54
+ "@types/react-native": "^0.73.0",
55
+ "react": "19.2.0",
56
+ "react-native": "0.83.1",
49
57
  "react-native-fs": "^2.20.0",
58
+ "react-native-device-info": "^15.0.1",
50
59
  "@op-engineering/op-sqlite": "^15.2.5",
51
- "react-native-zip-archive": "^7.0.2",
60
+ "@react-native-firebase/messaging": "^21.8.1",
52
61
  "@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"
55
- },
56
- "engines": {
57
- "node": ">=22.0.0"
58
- },
59
- "dependencies": {
60
62
  "@types/pako": "^2.0.4",
61
- "pako": "^2.1.0",
62
- "sql.js": "^1.10.3"
63
+ "@types/sql.js": "^1.4.9"
63
64
  },
64
- "repository": {},
65
- "bugs": {},
66
- "volta": {
67
- "node": "25.2.1"
65
+ "engines": {
66
+ "node": ">=18"
68
67
  },
69
68
  "publishConfig": {
70
69
  "access": "public"