@milaboratories/pl-middle-layer 1.14.20 → 1.14.22

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/index.d.ts CHANGED
@@ -6,6 +6,7 @@ export * from './model';
6
6
  export { type ProjectListEntry } from './model';
7
7
  export * from '@milaboratories/pl-client';
8
8
  export type { FieldType, ResourceType } from '@milaboratories/pl-client';
9
+ export type { InternalLsDriver } from '@milaboratories/pl-drivers';
9
10
  export * from './mutator/template/template_loading';
10
11
  export * from './mutator/template/render_template';
11
12
  export * from './model/template_spec';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AAEtD,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAGhD,cAAc,2BAA2B,CAAC;AAC1C,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzE,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AAEtD,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAGhD,cAAc,2BAA2B,CAAC;AAC1C,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzE,YAAY,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAGnE,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-middle-layer",
3
- "version": "1.14.20",
3
+ "version": "1.14.22",
4
4
  "description": "Pl Middle Layer",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -31,14 +31,14 @@
31
31
  "@milaboratories/computable": "^2.2.1",
32
32
  "@milaboratories/resolve-helper": "^1.0.1",
33
33
  "@milaboratories/pl-client": "^2.5.9",
34
- "@platforma-sdk/block-tools": "^2.3.23",
35
34
  "@milaboratories/pl-drivers": "^1.3.15",
35
+ "@platforma-sdk/block-tools": "^2.3.23",
36
36
  "@milaboratories/pl-model-common": "^1.6.1",
37
37
  "@milaboratories/pl-model-middle-layer": "^1.5.7",
38
- "@platforma-sdk/model": "^1.8.0",
39
38
  "@milaboratories/pl-tree": "^1.4.10",
39
+ "@platforma-sdk/model": "^1.8.0",
40
40
  "@milaboratories/ts-helpers": "^1.1.1",
41
- "@platforma-sdk/workflow-tengo": "1.7.6",
41
+ "@platforma-sdk/workflow-tengo": "1.8.0",
42
42
  "@milaboratories/pl-config": "^1.3.1",
43
43
  "@milaboratories/pl-local": "^1.5.2"
44
44
  },
package/src/index.ts CHANGED
@@ -12,6 +12,8 @@ export { type ProjectListEntry } from './model';
12
12
  export * from '@milaboratories/pl-client';
13
13
  export type { FieldType, ResourceType } from '@milaboratories/pl-client';
14
14
 
15
+ export type { InternalLsDriver } from '@milaboratories/pl-drivers';
16
+
15
17
  // for tests etc..
16
18
  export * from './mutator/template/template_loading';
17
19
  export * from './mutator/template/render_template';