@syncular/server 0.1.2 → 0.1.3
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncular/server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Server-side Syncular engine with opt-in Hono, database, storage, Cloudflare, relay, and CRDT subpaths",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Benjamin Kniffler",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"evaluate:rust-boundary": "bun scripts/evaluate-relay-rust-boundary.ts"
|
|
236
236
|
},
|
|
237
237
|
"dependencies": {
|
|
238
|
-
"@syncular/core": "0.1.
|
|
238
|
+
"@syncular/core": "0.1.3"
|
|
239
239
|
},
|
|
240
240
|
"peerDependencies": {
|
|
241
241
|
"@cloudflare/workers-types": "*",
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"@standard-community/standard-json": "^0.3.5",
|
|
273
273
|
"@standard-community/standard-openapi": "^0.2.9",
|
|
274
274
|
"@syncular/config": "0.0.0",
|
|
275
|
-
"@syncular/console": "0.1.
|
|
275
|
+
"@syncular/console": "0.1.3",
|
|
276
276
|
"@types/better-sqlite3": "^7.6.13",
|
|
277
277
|
"@types/json-schema": "^7.0.15",
|
|
278
278
|
"better-sqlite3": "^12.8.0",
|