@milaboratories/pl-middle-layer 1.16.6 → 1.16.8

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.16.6",
3
+ "version": "1.16.8",
4
4
  "description": "Pl Middle Layer",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -28,19 +28,19 @@
28
28
  "utility-types": "^3.11.0",
29
29
  "yaml": "^2.6.0",
30
30
  "zod": "^3.23.8",
31
- "@milaboratories/computable": "^2.3.1",
32
- "@platforma-sdk/block-tools": "^2.3.27",
33
- "@milaboratories/resolve-helper": "^1.0.1",
34
- "@milaboratories/pl-client": "^2.6.1",
31
+ "@milaboratories/resolve-helper": "^1.0.2",
32
+ "@platforma-sdk/block-tools": "^2.3.28",
35
33
  "@milaboratories/pl-drivers": "^1.3.22",
34
+ "@milaboratories/pl-client": "^2.6.1",
35
+ "@milaboratories/computable": "^2.3.1",
36
36
  "@milaboratories/pl-model-common": "^1.6.4",
37
37
  "@milaboratories/pl-model-middle-layer": "^1.5.11",
38
38
  "@milaboratories/pl-tree": "^1.4.15",
39
39
  "@platforma-sdk/model": "^1.13.5",
40
40
  "@milaboratories/ts-helpers": "^1.1.1",
41
- "@platforma-sdk/workflow-tengo": "2.3.1",
42
- "@milaboratories/pl-local": "^1.8.0",
43
- "@milaboratories/pl-config": "^1.3.1"
41
+ "@platforma-sdk/workflow-tengo": "2.4.0",
42
+ "@milaboratories/pl-config": "^1.3.1",
43
+ "@milaboratories/pl-local": "^1.8.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "typescript": "~5.5.4",
@@ -55,7 +55,6 @@ export async function getDevV1PacketMtime(devPath: string): Promise<string> {
55
55
  export async function getDevV2PacketMtime(
56
56
  description: BlockPackDescriptionAbsolute
57
57
  ): Promise<string> {
58
- let mtime = 0n;
59
58
  const wfStats = await fs.promises.stat(description.components.workflow.main.file, {
60
59
  bigint: true
61
60
  });