@scriptdb/cli 1.0.3 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.3",
768
+ version: "1.0.4",
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",
3
+ "version": "1.0.4",
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.3",
42
- "@scriptdb/client": "^1.0.3",
41
+ "@scriptdb/server": "^1.0.4",
42
+ "@scriptdb/client": "^1.0.4",
43
43
  "ps-list": "^9.0.0"
44
44
  }
45
45
  }