@platforma-sdk/tengo-builder 2.1.11 → 2.1.13

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": "@platforma-sdk/tengo-builder",
3
- "version": "2.1.11",
3
+ "version": "2.1.13",
4
4
  "description": "Pl Tengo Template Builder",
5
5
  "bin": {
6
6
  "pl-tengo": "./bin/run.js"
@@ -19,18 +19,18 @@
19
19
  "@oclif/core": "^4.0.37",
20
20
  "canonicalize": "~2.1.0",
21
21
  "winston": "^3.17.0",
22
- "@milaboratories/ts-helpers": "1.4.1",
23
- "@milaboratories/pl-model-backend": "^1.1.1",
24
- "@milaboratories/resolve-helper": "1.1.0"
22
+ "@milaboratories/resolve-helper": "1.1.0",
23
+ "@milaboratories/pl-model-backend": "^1.1.2",
24
+ "@milaboratories/ts-helpers": "1.4.2"
25
25
  },
26
26
  "devDependencies": {
27
- "typescript": "~5.5.4",
27
+ "typescript": "~5.6.3",
28
28
  "vite": "^6.3.5",
29
29
  "vitest": "^2.1.9",
30
30
  "@types/node": "~20.16.15",
31
31
  "@milaboratories/eslint-config": "^1.0.4",
32
32
  "@milaboratories/oclif-index": "1.1.1",
33
- "@milaboratories/build-configs": "1.0.4"
33
+ "@milaboratories/build-configs": "1.0.5"
34
34
  },
35
35
  "oclif": {
36
36
  "bin": "pl-tengo",
@@ -13,7 +13,7 @@ export function applyTemplateCompilerOptions(opts: CompilerOption[], tpl: Templa
13
13
  }
14
14
  }
15
15
 
16
- export function applyLibraryCompilerOptions(opts: CompilerOption[], lib: TemplateLibDataV3) {
16
+ export function applyLibraryCompilerOptions(opts: CompilerOption[], _lib: TemplateLibDataV3) {
17
17
  for (const opt of opts) {
18
18
  switch (opt.name) {
19
19
  case 'hash_override': {