@milaboratories/pl-deployments 2.10.3 → 2.12.0
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/package.json.cjs +1 -1
- package/dist/package.json.js +1 -1
- package/package.json +8 -10
package/dist/package.json.cjs
CHANGED
package/dist/package.json.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/pl-deployments",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"pl-version": "1.
|
|
3
|
+
"version": "2.12.0",
|
|
4
|
+
"pl-version": "1.44.0",
|
|
5
5
|
"description": "MiLaboratories Platforma Backend code service run wrapper",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=22.19.0"
|
|
@@ -29,22 +29,20 @@
|
|
|
29
29
|
"license": "UNLICENSED",
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/decompress": "^4.2.7",
|
|
32
|
-
"@types/jest": "^29.5.14",
|
|
33
32
|
"@types/node": "~24.5.2",
|
|
34
33
|
"@types/ssh2": "^1.15.5",
|
|
34
|
+
"@vitest/coverage-v8": "^4.0.7",
|
|
35
35
|
"eslint": "^9.25.1",
|
|
36
|
-
"jest": "^29.7.0",
|
|
37
36
|
"prettier": "^3.4.1",
|
|
38
37
|
"testcontainers": "^10.18.0",
|
|
39
|
-
"ts-jest": "^29.2.6",
|
|
40
38
|
"tsconfig-paths": "^4.2.0",
|
|
41
39
|
"typescript": "~5.6.3",
|
|
42
40
|
"utility-types": "^3.11.0",
|
|
43
|
-
"vitest": "^
|
|
41
|
+
"vitest": "^4.0.7",
|
|
44
42
|
"@milaboratories/build-configs": "1.0.8",
|
|
45
|
-
"@milaboratories/ts-builder": "1.0.5",
|
|
46
43
|
"@milaboratories/eslint-config": "1.0.4",
|
|
47
|
-
"@milaboratories/ts-configs": "1.0.6"
|
|
44
|
+
"@milaboratories/ts-configs": "1.0.6",
|
|
45
|
+
"@milaboratories/ts-builder": "1.0.5"
|
|
48
46
|
},
|
|
49
47
|
"dependencies": {
|
|
50
48
|
"decompress": "^4.2.1",
|
|
@@ -54,9 +52,9 @@
|
|
|
54
52
|
"upath": "^2.0.1",
|
|
55
53
|
"yaml": "^2.8.0",
|
|
56
54
|
"zod": "~3.23.8",
|
|
55
|
+
"@milaboratories/pl-http": "1.2.0",
|
|
57
56
|
"@milaboratories/pl-config": "1.7.6",
|
|
58
57
|
"@milaboratories/pl-model-common": "1.21.4",
|
|
59
|
-
"@milaboratories/pl-http": "1.2.0",
|
|
60
58
|
"@milaboratories/ts-helpers": "1.5.1"
|
|
61
59
|
},
|
|
62
60
|
"scripts": {
|
|
@@ -64,7 +62,7 @@
|
|
|
64
62
|
"build": "ts-builder build --target node",
|
|
65
63
|
"watch": "ts-builder build --target node --watch",
|
|
66
64
|
"lint": "eslint .",
|
|
67
|
-
"test": "vitest",
|
|
65
|
+
"test": "vitest run --coverage",
|
|
68
66
|
"do-pack": "rm -rf src/.test && rm -f *.tgz && pnpm pack && mv *.tgz package.tgz",
|
|
69
67
|
"cleanup-docker": "docker container stop pl-ssh-test-pl || true && docker container stop pl-ssh-test-ssh || true && docker container rm -f pl-ssh-test-pl || true && docker container rm -f pl-ssh-test-ssh || true && docker image rm -f pl-ssh-test-container-ssh:1.0.0 || true && docker image rm -f pl-ssh-test-container-pl:1.0.0 || true",
|
|
70
68
|
"dev-docker": "docker build --tag pl-ssh-dev:local . && docker run -p 4343:22 pl-ssh-dev:local",
|