@milaboratories/pl-deployments 2.15.18 → 2.15.19

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.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var pl_version = "1.44.1";
3
+ var pl_version = "1.46.0";
4
4
 
5
5
  //#endregion
6
6
  Object.defineProperty(exports, 'pl_version', {
package/dist/package.js CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var pl_version = "1.44.1";
2
+ var pl_version = "1.46.0";
3
3
 
4
4
  //#endregion
5
5
  export { pl_version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-deployments",
3
- "version": "2.15.18",
3
+ "version": "2.15.19",
4
4
  "description": "MiLaboratories Platforma Backend code service run wrapper",
5
5
  "keywords": [],
6
6
  "license": "UNLICENSED",
@@ -31,9 +31,9 @@
31
31
  "upath": "^2.0.1",
32
32
  "yaml": "^2.8.0",
33
33
  "zod": "~3.23.8",
34
+ "@milaboratories/pl-model-common": "1.25.2",
34
35
  "@milaboratories/pl-config": "1.7.15",
35
36
  "@milaboratories/pl-http": "1.2.4",
36
- "@milaboratories/pl-model-common": "1.25.2",
37
37
  "@milaboratories/ts-helpers": "1.7.3"
38
38
  },
39
39
  "devDependencies": {
@@ -45,14 +45,14 @@
45
45
  "typescript": "~5.9.3",
46
46
  "utility-types": "^3.11.0",
47
47
  "vitest": "^4.0.18",
48
+ "@milaboratories/build-configs": "1.5.1",
48
49
  "@milaboratories/ts-configs": "1.2.2",
49
- "@milaboratories/ts-builder": "1.2.13",
50
- "@milaboratories/build-configs": "1.5.1"
50
+ "@milaboratories/ts-builder": "1.2.13"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=22.19.0"
54
54
  },
55
- "pl-version": "1.44.1",
55
+ "pl-version": "1.46.0",
56
56
  "scripts": {
57
57
  "build": "ts-builder build --target node",
58
58
  "watch": "ts-builder build --target node --watch",