@scriptdb/server 1.0.5 → 1.0.6

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 +5 -5
package/dist/index.js CHANGED
@@ -4358,7 +4358,7 @@ import { spawn } from "node:child_process";
4358
4358
  import Storage from "@scriptdb/storage";
4359
4359
  var pkgData = `{
4360
4360
  "name": "scriptdb-workspace",
4361
- "version": "1.0.5",
4361
+ "version": "1.0.6",
4362
4362
  "description": "ScriptDB workspace for custom scripts, services, and databases",
4363
4363
  "private": true,
4364
4364
  "devDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scriptdb/server",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "server module resolver for script database",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -41,10 +41,10 @@
41
41
  "typescript": "^5.0.0"
42
42
  },
43
43
  "dependencies": {
44
- "@scriptdb/client": "^1.0.5",
45
- "@scriptdb/storage": "^1.0.5",
46
- "@scriptdb/system-modules": "^1.0.5",
47
- "@scriptdb/vm": "^1.0.5",
44
+ "@scriptdb/client": "^1.0.6",
45
+ "@scriptdb/storage": "^1.0.6",
46
+ "@scriptdb/system-modules": "^1.0.6",
47
+ "@scriptdb/vm": "^1.0.6",
48
48
  "@types/ws": "^8.18.1",
49
49
  "bcryptjs": "^3.0.3",
50
50
  "bottleneck": "^2.19.5",