@socrates-ai/cli 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/package.json +6 -6
  2. package/src/cli.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socrates-ai/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Launch Socrates as a local-first AI workspace from npm.",
6
6
  "bin": {
@@ -12,9 +12,6 @@
12
12
  "src/runtime.mjs",
13
13
  "README.md"
14
14
  ],
15
- "scripts": {
16
- "test": "vitest run"
17
- },
18
15
  "engines": {
19
16
  "node": ">=20"
20
17
  },
@@ -26,5 +23,8 @@
26
23
  "url": "git+https://github.com/Ayushbh6/Socrates.git",
27
24
  "directory": "apps/cli"
28
25
  },
29
- "license": "UNLICENSED"
30
- }
26
+ "license": "UNLICENSED",
27
+ "scripts": {
28
+ "test": "vitest run"
29
+ }
30
+ }
package/src/cli.mjs CHANGED
@@ -92,7 +92,7 @@ Options:
92
92
  --home <path> Use a custom Socrates data directory.
93
93
  --backend-port <port> Use a fixed backend port.
94
94
  --web-port <port> Use a fixed web port.
95
- --runtime-version <tag> Use a specific GitHub Release tag, e.g. v0.1.0.
95
+ --runtime-version <tag> Use a specific GitHub Release tag, e.g. v0.1.2.
96
96
  --reset-runtime Redownload and extract the runtime bundle.
97
97
  --help Show this help.
98
98
  `;