@reddb-io/cli 1.4.0 → 1.6.0
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/drivers/js/package.json +1 -1
- package/package.json +2 -2
package/drivers/js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reddb-io/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Official embedded RedDB SDK — launches a local red binary over stdio JSON-RPC. Use @reddb-io/client for remote HTTP, gRPC, and RedWire.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reddb-io/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "CLI launcher for RedDB. The JS/TS app driver is published as @reddb-io/sdk.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test": "node drivers/js/test/smoke.test.mjs",
|
|
40
40
|
"typecheck": "cargo check --workspace --locked",
|
|
41
41
|
"lint": "cargo fmt --all -- --check && cargo clippy --workspace --locked -- -D warnings",
|
|
42
|
-
"build": "cargo
|
|
42
|
+
"build": "cargo build --workspace --locked",
|
|
43
43
|
"changeset": "changeset",
|
|
44
44
|
"release:version": "changeset version && node scripts/sync-version.js",
|
|
45
45
|
"release:publish": "changeset publish",
|