@syncular/server 0.0.1-60 → 0.0.1-63
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.0.1-
|
|
3
|
+
"version": "0.0.1-63",
|
|
4
4
|
"description": "Server-side sync engine with push/pull, pruning, and snapshot support",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Benjamin Kniffler",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"scripts": {
|
|
59
59
|
"test": "bun test --pass-with-no-tests",
|
|
60
60
|
"tsgo": "tsgo --noEmit",
|
|
61
|
-
"build": "
|
|
62
|
-
"release": "
|
|
61
|
+
"build": "tsgo",
|
|
62
|
+
"release": "bunx syncular-publish"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@syncular/core": "0.0.1"
|