@platforma-sdk/model 1.65.9 → 1.65.10
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
package/dist/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-sdk/model",
|
|
3
|
-
"version": "1.65.
|
|
3
|
+
"version": "1.65.10",
|
|
4
4
|
"description": "Platforma.bio SDK / Block Model",
|
|
5
5
|
"files": [
|
|
6
6
|
"./dist/**/*",
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"fast-json-patch": "^3.1.1",
|
|
31
31
|
"utility-types": "^3.11.0",
|
|
32
32
|
"zod": "~3.25.76",
|
|
33
|
-
"@milaboratories/pl-model-common": "1.33.0",
|
|
34
|
-
"@milaboratories/pl-model-middle-layer": "1.18.1",
|
|
35
|
-
"@milaboratories/pl-error-like": "1.12.9",
|
|
36
33
|
"@milaboratories/helpers": "1.14.1",
|
|
37
|
-
"@milaboratories/
|
|
34
|
+
"@milaboratories/pl-error-like": "1.12.9",
|
|
35
|
+
"@milaboratories/ptabler-expression-js": "1.2.12",
|
|
36
|
+
"@milaboratories/pl-model-middle-layer": "1.18.2",
|
|
37
|
+
"@milaboratories/pl-model-common": "1.34.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@vitest/coverage-istanbul": "^4.1.3",
|
|
41
41
|
"fast-json-patch": "^3.1.1",
|
|
42
42
|
"typescript": "~5.9.3",
|
|
43
43
|
"vitest": "^4.1.3",
|
|
44
|
-
"@milaboratories/pf-driver": "1.3.
|
|
44
|
+
"@milaboratories/pf-driver": "1.3.9",
|
|
45
45
|
"@milaboratories/build-configs": "2.0.0",
|
|
46
|
-
"@milaboratories/pf-spec-driver": "1.3.
|
|
46
|
+
"@milaboratories/pf-spec-driver": "1.3.1",
|
|
47
47
|
"@milaboratories/ts-builder": "1.3.2",
|
|
48
48
|
"@milaboratories/ts-configs": "1.2.3"
|
|
49
49
|
},
|
|
@@ -214,8 +214,8 @@ describe("PFrameForGraph", () => {
|
|
|
214
214
|
valueType: "String",
|
|
215
215
|
annotations: { [Annotation.IsLinkerColumn]: "true" },
|
|
216
216
|
axesSpec: [
|
|
217
|
-
{ type: "String", name: "axis1" },
|
|
218
217
|
{ type: "String", name: "axis3" },
|
|
218
|
+
{ type: "String", name: "axis1" },
|
|
219
219
|
],
|
|
220
220
|
};
|
|
221
221
|
|
|
@@ -240,8 +240,8 @@ describe("PFrameForGraph", () => {
|
|
|
240
240
|
valueType: "String",
|
|
241
241
|
annotations: { [Annotation.IsLinkerColumn]: "true" },
|
|
242
242
|
axesSpec: [
|
|
243
|
-
{ type: "String", name: "axis1" },
|
|
244
243
|
{ type: "String", name: "axis2" },
|
|
244
|
+
{ type: "String", name: "axis1" },
|
|
245
245
|
],
|
|
246
246
|
};
|
|
247
247
|
const linkerColumn23: PColumnSpec = {
|
|
@@ -250,8 +250,8 @@ describe("PFrameForGraph", () => {
|
|
|
250
250
|
valueType: "String",
|
|
251
251
|
annotations: { [Annotation.IsLinkerColumn]: "true" },
|
|
252
252
|
axesSpec: [
|
|
253
|
-
{ type: "String", name: "axis2" },
|
|
254
253
|
{ type: "String", name: "axis3" },
|
|
254
|
+
{ type: "String", name: "axis2" },
|
|
255
255
|
],
|
|
256
256
|
};
|
|
257
257
|
const linkerColumn34: PColumnSpec = {
|
|
@@ -260,8 +260,8 @@ describe("PFrameForGraph", () => {
|
|
|
260
260
|
valueType: "String",
|
|
261
261
|
annotations: { [Annotation.IsLinkerColumn]: "true" },
|
|
262
262
|
axesSpec: [
|
|
263
|
-
{ type: "String", name: "axis3" },
|
|
264
263
|
{ type: "String", name: "axis4" },
|
|
264
|
+
{ type: "String", name: "axis3" },
|
|
265
265
|
],
|
|
266
266
|
};
|
|
267
267
|
|