@reddb-io/cli 1.0.1 → 1.0.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reddb-io/sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Official RedDB driver — talks the native RedWire TCP protocol (mTLS), HTTP, gRPC bridge, or embedded stdio JSON-RPC. Works in Node 18+, Bun and Deno.",
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.0.1",
3
+ "version": "1.0.4",
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": {
@@ -14,12 +14,6 @@
14
14
  "engines": {
15
15
  "node": ">=18"
16
16
  },
17
- "packageManager": "pnpm@9.15.0",
18
- "scripts": {
19
- "postinstall": "node drivers/js/cli-postinstall.js",
20
- "test": "node drivers/js/test/smoke.test.mjs",
21
- "version": "node scripts/sync-version.js"
22
- },
23
17
  "keywords": [
24
18
  "database",
25
19
  "multi-model",
@@ -35,5 +29,10 @@
35
29
  "type": "git",
36
30
  "url": "https://github.com/reddb-io/reddb"
37
31
  },
38
- "homepage": "https://github.com/reddb-io/reddb"
39
- }
32
+ "homepage": "https://github.com/reddb-io/reddb",
33
+ "scripts": {
34
+ "postinstall": "node drivers/js/cli-postinstall.js",
35
+ "test": "node drivers/js/test/smoke.test.mjs",
36
+ "version": "node scripts/sync-version.js"
37
+ }
38
+ }