@scriptdb/cli 1.0.4 → 1.0.5
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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -765,7 +765,7 @@ function ensureScriptDBDir() {
|
|
|
765
765
|
if (!existsSync(PACKAGE_JSON)) {
|
|
766
766
|
const packageJsonContent = {
|
|
767
767
|
name: "scriptdb-workspace",
|
|
768
|
-
version: "1.0.
|
|
768
|
+
version: "1.0.5",
|
|
769
769
|
description: "ScriptDB workspace for custom scripts, services, and databases",
|
|
770
770
|
private: true,
|
|
771
771
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scriptdb/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "CLI tool to start and manage ScriptDB server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"typescript": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@scriptdb/server": "^1.0.
|
|
42
|
-
"@scriptdb/client": "^1.0.
|
|
41
|
+
"@scriptdb/server": "^1.0.5",
|
|
42
|
+
"@scriptdb/client": "^1.0.5",
|
|
43
43
|
"ps-list": "^9.0.0"
|
|
44
44
|
}
|
|
45
45
|
}
|