@milaboratories/pl-middle-layer 1.19.4 → 1.19.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-middle-layer",
3
- "version": "1.19.4",
3
+ "version": "1.19.6",
4
4
  "description": "Pl Middle Layer",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -28,18 +28,18 @@
28
28
  "utility-types": "^3.11.0",
29
29
  "yaml": "^2.6.1",
30
30
  "zod": "^3.23.8",
31
- "@milaboratories/resolve-helper": "^1.0.2",
32
- "@platforma-sdk/block-tools": "^2.4.3",
33
31
  "@milaboratories/computable": "^2.3.3",
34
- "@milaboratories/pl-client": "^2.6.3",
32
+ "@milaboratories/resolve-helper": "^1.0.2",
33
+ "@platforma-sdk/block-tools": "^2.4.4",
35
34
  "@milaboratories/pl-drivers": "^1.4.0",
36
- "@milaboratories/pl-model-middle-layer": "^1.6.1",
35
+ "@milaboratories/pl-client": "^2.6.3",
37
36
  "@milaboratories/pl-model-common": "^1.8.0",
38
- "@platforma-sdk/model": "^1.14.1",
39
37
  "@milaboratories/pl-tree": "^1.4.18",
38
+ "@platforma-sdk/model": "^1.14.1",
39
+ "@milaboratories/pl-model-middle-layer": "^1.6.2",
40
40
  "@milaboratories/ts-helpers": "^1.1.2",
41
- "@platforma-sdk/workflow-tengo": "2.6.0",
42
41
  "@milaboratories/pl-config": "^1.3.2",
42
+ "@platforma-sdk/workflow-tengo": "2.6.0",
43
43
  "@milaboratories/pl-local": "^1.8.1"
44
44
  },
45
45
  "devDependencies": {
@@ -202,7 +202,7 @@ export class BlockPackRegistry {
202
202
  meta: await BlockPackMetaEmbedAbsoluteBytes.parseAsync(v2Description.meta),
203
203
  spec: {
204
204
  type: 'dev-v2',
205
- folder: devPath,
205
+ folder: actualDevPath,
206
206
  mtime
207
207
  }
208
208
  };