@milaboratories/pl-model-common 1.19.8 → 1.19.9

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-model-common",
3
- "version": "1.19.8",
3
+ "version": "1.19.9",
4
4
  "description": "Platforma SDK Model",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.cjs",
@@ -26,9 +26,9 @@
26
26
  "typescript": "~5.6.3",
27
27
  "vitest": "^2.1.9",
28
28
  "@milaboratories/ts-builder": "1.0.1",
29
- "@milaboratories/build-configs": "1.0.6",
29
+ "@milaboratories/ts-configs": "1.0.6",
30
30
  "@platforma-sdk/eslint-config": "1.0.3",
31
- "@milaboratories/ts-configs": "1.0.6"
31
+ "@milaboratories/build-configs": "1.0.6"
32
32
  },
33
33
  "scripts": {
34
34
  "type-check": "ts-builder types --target node",
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
1
2
  export type AddParameters<
2
3
  TParameters extends [...args: any],
3
4
  TFunction extends (...args: any) => any,
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
1
2
  /**
2
3
  * Helper to filter keys of a type by a prefix.
3
4
  */