@milaboratories/pl-deployments 2.13.1 → 2.14.1

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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var packageJson = {
4
- "pl-version": "1.45.0"};
4
+ "pl-version": "1.45.1"};
5
5
 
6
6
  module.exports = packageJson;
7
7
  //# sourceMappingURL=package.json.cjs.map
@@ -1,5 +1,5 @@
1
1
  var packageJson = {
2
- "pl-version": "1.45.0"};
2
+ "pl-version": "1.45.1"};
3
3
 
4
4
  export { packageJson as default };
5
5
  //# sourceMappingURL=package.json.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-deployments",
3
- "version": "2.13.1",
4
- "pl-version": "1.45.0",
3
+ "version": "2.14.1",
4
+ "pl-version": "1.45.1",
5
5
  "description": "MiLaboratories Platforma Backend code service run wrapper",
6
6
  "engines": {
7
7
  "node": ">=22.19.0"
@@ -31,18 +31,17 @@
31
31
  "@types/decompress": "^4.2.7",
32
32
  "@types/node": "~24.5.2",
33
33
  "@types/ssh2": "^1.15.5",
34
- "@vitest/coverage-v8": "^4.0.7",
34
+ "@vitest/coverage-istanbul": "^4.0.16",
35
35
  "eslint": "^9.25.1",
36
- "prettier": "^3.4.1",
37
36
  "testcontainers": "^10.18.0",
38
37
  "tsconfig-paths": "^4.2.0",
39
38
  "typescript": "~5.6.3",
40
39
  "utility-types": "^3.11.0",
41
- "vitest": "^4.0.7",
40
+ "vitest": "^4.0.16",
41
+ "@milaboratories/build-configs": "1.2.1",
42
42
  "@milaboratories/eslint-config": "1.0.5",
43
- "@milaboratories/build-configs": "1.0.9",
44
- "@milaboratories/ts-builder": "1.0.6",
45
- "@milaboratories/ts-configs": "1.0.6"
43
+ "@milaboratories/ts-builder": "1.2.1",
44
+ "@milaboratories/ts-configs": "1.2.0"
46
45
  },
47
46
  "dependencies": {
48
47
  "decompress": "^4.2.1",
@@ -52,10 +51,10 @@
52
51
  "upath": "^2.0.1",
53
52
  "yaml": "^2.8.0",
54
53
  "zod": "~3.23.8",
55
- "@milaboratories/pl-http": "1.2.0",
56
54
  "@milaboratories/pl-config": "1.7.9",
57
- "@milaboratories/ts-helpers": "1.5.4",
58
- "@milaboratories/pl-model-common": "1.21.10"
55
+ "@milaboratories/pl-model-common": "1.22.0",
56
+ "@milaboratories/pl-http": "1.2.0",
57
+ "@milaboratories/ts-helpers": "1.5.4"
59
58
  },
60
59
  "scripts": {
61
60
  "type-check": "ts-builder types --target node",