@scriptdb/server 1.0.1 → 1.0.3
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 -4
- 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.
|
|
4361
|
+
"version": "1.0.3",
|
|
4362
4362
|
"description": "ScriptDB workspace for custom scripts, services, and databases",
|
|
4363
4363
|
"private": true,
|
|
4364
4364
|
"devDependencies": {
|
|
@@ -4370,9 +4370,6 @@ var pkgData = `{
|
|
|
4370
4370
|
"eslint": "^8.0.0",
|
|
4371
4371
|
"typescript": "^5.0.0"
|
|
4372
4372
|
},
|
|
4373
|
-
"peerDependencies": {
|
|
4374
|
-
"typescript": "^5.0.0"
|
|
4375
|
-
},
|
|
4376
4373
|
"dependencies": {
|
|
4377
4374
|
"lodash": "^4.17.21"
|
|
4378
4375
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scriptdb/server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
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.
|
|
45
|
-
"@scriptdb/storage": "^1.0.
|
|
46
|
-
"@scriptdb/system-modules": "^1.0.
|
|
47
|
-
"@scriptdb/vm": "^1.0.
|
|
44
|
+
"@scriptdb/client": "^1.0.3",
|
|
45
|
+
"@scriptdb/storage": "^1.0.3",
|
|
46
|
+
"@scriptdb/system-modules": "^1.0.3",
|
|
47
|
+
"@scriptdb/vm": "^1.0.3",
|
|
48
48
|
"@types/ws": "^8.18.1",
|
|
49
49
|
"bcryptjs": "^3.0.3",
|
|
50
50
|
"bottleneck": "^2.19.5",
|