@proseql/cli 0.10.0 → 0.10.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.
- package/dist/main.js +1 -1
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -18,7 +18,7 @@ import { handleUpdate as handleUpdateCommand } from "./commands/update.js";
|
|
|
18
18
|
import { discoverConfig } from "./config/discovery.js";
|
|
19
19
|
import { loadConfig } from "./config/loader.js";
|
|
20
20
|
import { format } from "./output/formatter.js";
|
|
21
|
-
const VERSION = "0.10.
|
|
21
|
+
const VERSION = "0.10.4";
|
|
22
22
|
/**
|
|
23
23
|
* Determine output format from flags
|
|
24
24
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proseql/cli",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "Command-line interface for ProseQL databases. Query, create, update, and manage plain text database files from the terminal.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@proseql/core": "^0.10.
|
|
54
|
-
"@proseql/node": "^0.10.
|
|
53
|
+
"@proseql/core": "^0.10.4",
|
|
54
|
+
"@proseql/node": "^0.10.4"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"effect": "^3.15.2"
|