@sqliteai/sqlite-sync-dev 0.9.96 → 0.9.99
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/README.md +2 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -136,6 +136,8 @@ Error thrown when the SQLite Sync extension cannot be found for the current plat
|
|
|
136
136
|
|
|
137
137
|
## Related Projects
|
|
138
138
|
|
|
139
|
+
- **[@sqliteai/sqlite-sync-react-native](https://www.npmjs.com/package/@sqliteai/sqlite-sync-react-native)** - SQLite Sync for React Native
|
|
140
|
+
- **[@sqliteai/sqlite-sync-expo-dev](https://www.npmjs.com/package/@sqliteai/sqlite-sync-expo-dev)** - SQLite Sync for Expo
|
|
139
141
|
- **[@sqliteai/sqlite-vector](https://www.npmjs.com/package/@sqliteai/sqlite-vector)** - Vector search and similarity matching
|
|
140
142
|
- **[@sqliteai/sqlite-ai](https://www.npmjs.com/package/@sqliteai/sqlite-ai)** - On-device AI inference and embedding generation
|
|
141
143
|
- **[@sqliteai/sqlite-js](https://www.npmjs.com/package/@sqliteai/sqlite-js)** - Define SQLite functions in JavaScript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqliteai/sqlite-sync-dev",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.99",
|
|
4
4
|
"description": "SQLite Sync extension for Node.js - Sync on-device databases with the cloud",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"node": ">=16.0.0"
|
|
54
54
|
},
|
|
55
55
|
"optionalDependencies": {
|
|
56
|
-
"@sqliteai/sqlite-sync-dev-darwin-arm64": "0.9.
|
|
57
|
-
"@sqliteai/sqlite-sync-dev-darwin-x86_64": "0.9.
|
|
58
|
-
"@sqliteai/sqlite-sync-dev-linux-arm64": "0.9.
|
|
59
|
-
"@sqliteai/sqlite-sync-dev-linux-arm64-musl": "0.9.
|
|
60
|
-
"@sqliteai/sqlite-sync-dev-linux-x86_64": "0.9.
|
|
61
|
-
"@sqliteai/sqlite-sync-dev-linux-x86_64-musl": "0.9.
|
|
62
|
-
"@sqliteai/sqlite-sync-dev-win32-x86_64": "0.9.
|
|
56
|
+
"@sqliteai/sqlite-sync-dev-darwin-arm64": "0.9.99",
|
|
57
|
+
"@sqliteai/sqlite-sync-dev-darwin-x86_64": "0.9.99",
|
|
58
|
+
"@sqliteai/sqlite-sync-dev-linux-arm64": "0.9.99",
|
|
59
|
+
"@sqliteai/sqlite-sync-dev-linux-arm64-musl": "0.9.99",
|
|
60
|
+
"@sqliteai/sqlite-sync-dev-linux-x86_64": "0.9.99",
|
|
61
|
+
"@sqliteai/sqlite-sync-dev-linux-x86_64-musl": "0.9.99",
|
|
62
|
+
"@sqliteai/sqlite-sync-dev-win32-x86_64": "0.9.99"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/node": "^20.0.0",
|