@platforma-sdk/model 1.39.6 → 1.39.7

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/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const PlatformaSDKVersion = "1.39.6";
1
+ export declare const PlatformaSDKVersion = "1.39.7";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/model",
3
- "version": "1.39.6",
3
+ "version": "1.39.7",
4
4
  "description": "Platforma.bio SDK / Block Model",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "canonicalize": "~2.1.0",
23
23
  "zod": "~3.23.8",
24
24
  "@milaboratories/pl-error-like": "^1.12.2",
25
- "@milaboratories/pl-model-common": "^1.16.1"
25
+ "@milaboratories/pl-model-common": "^1.16.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "typescript": "~5.6.3",
@@ -31,9 +31,9 @@
31
31
  "jest": "^29.7.0",
32
32
  "@jest/globals": "^29.7.0",
33
33
  "ts-jest": "^29.2.6",
34
- "@milaboratories/build-configs": "1.0.4",
34
+ "@platforma-sdk/eslint-config": "1.0.3",
35
35
  "@milaboratories/helpers": "^1.6.17",
36
- "@platforma-sdk/eslint-config": "1.0.3"
36
+ "@milaboratories/build-configs": "1.0.4"
37
37
  },
38
38
  "scripts": {
39
39
  "type-check": "node ./scripts/save-package-version.cjs && tsc --noEmit --composite false",