@anfenn/dync 1.0.0 → 1.0.1
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/package.json +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anfenn/dync",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Write once, run IndexedDB & SQLite with sync anywhere - React, React Native, Expo, Capacitor, Electron & Node.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -167,5 +167,10 @@
|
|
|
167
167
|
"esbuild",
|
|
168
168
|
"unrs-resolver"
|
|
169
169
|
]
|
|
170
|
+
},
|
|
171
|
+
"dependencies": {
|
|
172
|
+
"expo": "~54.0.29",
|
|
173
|
+
"react": "19.1.0",
|
|
174
|
+
"react-native": "0.81.5"
|
|
170
175
|
}
|
|
171
176
|
}
|