@milaboratories/pf-driver 1.3.0 → 1.3.2

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/pf-driver",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "PFrameDriver implementation abstracted from Middle Layer",
5
5
  "keywords": [],
6
6
  "license": "UNLICENSED",
@@ -20,22 +20,22 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@milaboratories/pframes-rs-node": "1.1.16",
24
- "@milaboratories/pframes-rs-wasm": "1.1.16",
23
+ "@milaboratories/pframes-rs-node": "1.1.17",
24
+ "@milaboratories/pframes-rs-wasm": "1.1.17",
25
25
  "es-toolkit": "^1.39.10",
26
26
  "lru-cache": "^11.2.2",
27
+ "@milaboratories/pl-model-common": "1.31.0",
27
28
  "@milaboratories/ts-helpers": "1.8.0",
28
- "@milaboratories/pl-model-common": "1.30.0",
29
- "@milaboratories/pl-model-middle-layer": "1.16.1"
29
+ "@milaboratories/pl-model-middle-layer": "1.16.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "~24.5.2",
33
33
  "@vitest/coverage-istanbul": "^4.0.18",
34
34
  "typescript": "~5.9.3",
35
35
  "vitest": "^4.0.18",
36
+ "@milaboratories/ts-builder": "1.3.0",
36
37
  "@milaboratories/build-configs": "1.5.2",
37
- "@milaboratories/ts-configs": "1.2.2",
38
- "@milaboratories/ts-builder": "1.3.0"
38
+ "@milaboratories/ts-configs": "1.2.2"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=22.19.0"
@@ -135,7 +135,6 @@ test.for([{ testCase: "01_json" }, { testCase: "02_binary" }, { testCase: "03_pa
135
135
  .map((d) =>
136
136
  [...d.data.keys()].map((i) =>
137
137
  pTableValue(d, i, {
138
- absent: "|~|",
139
138
  na: null,
140
139
  }),
141
140
  ),