@unvired/react-native-unvired-sdk 0.0.20 → 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 (2) hide show
  1. package/BuildNo.txt +1 -1
  2. package/package.json +16 -41
package/BuildNo.txt CHANGED
@@ -1 +1 @@
1
- R-0.000.0020
1
+ R-0.000.0021
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unvired/react-native-unvired-sdk",
3
- "version": "0.0.20",
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,21 +11,9 @@
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": {
27
- "react": "19.2.0",
28
- "react-native": "0.83.1",
15
+ "react": ">=18",
16
+ "react-native": ">=0.73",
29
17
  "react-native-fs": "^2.20.0",
30
18
  "react-native-device-info": "^15.0.1",
31
19
  "@op-engineering/op-sqlite": "^15.2.5",
@@ -51,44 +39,31 @@
51
39
  },
52
40
  "react-native-fs": {
53
41
  "optional": true
54
- },
55
- "react": {
56
- "optional": true
57
- },
58
- "react-native": {
59
- "optional": true
60
42
  }
61
43
  },
44
+ "dependencies": {
45
+ "pako": "^2.1.0",
46
+ "sql.js": "^1.10.3"
47
+ },
62
48
  "devDependencies": {
63
- "@types/pako": "^2.0.4",
64
- "@types/react": ">=19.0.0",
65
- "@types/react-native": "^0.73.0",
66
- "@types/sql.js": "^1.4.9",
49
+ "typescript": "^5.0.0",
67
50
  "eslint": "^8.0.0",
68
51
  "jest": "^29.0.0",
69
52
  "prettier": "^3.0.0",
70
- "typescript": "^5.0.0",
53
+ "@types/react": ">=18",
54
+ "@types/react-native": "^0.73.0",
71
55
  "react": "19.2.0",
72
56
  "react-native": "0.83.1",
73
- "@react-native-firebase/app": "21.14.0"
74
- },
75
- "engines": {
76
- "node": ">=22.0.0"
77
- },
78
- "dependencies": {
79
57
  "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
58
  "react-native-device-info": "^15.0.1",
59
+ "@op-engineering/op-sqlite": "^15.2.5",
84
60
  "@react-native-firebase/messaging": "^21.8.1",
85
- "pako": "^2.1.0",
86
- "sql.js": "^1.10.3"
61
+ "@react-native-async-storage/async-storage": "^2.2.0",
62
+ "@types/pako": "^2.0.4",
63
+ "@types/sql.js": "^1.4.9"
87
64
  },
88
- "repository": {},
89
- "bugs": {},
90
- "volta": {
91
- "node": "25.2.1"
65
+ "engines": {
66
+ "node": ">=18"
92
67
  },
93
68
  "publishConfig": {
94
69
  "access": "public"