vovk-cli 0.1.2 → 0.1.3

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.
@@ -4,7 +4,7 @@ import ejs from 'ejs';
4
4
  import _ from 'lodash';
5
5
  import * as YAML from 'yaml';
6
6
  import TOML from '@iarna/toml';
7
- import { createCodeSamples, VovkSchemaIdEnum, } from 'vovk/internal';
7
+ import { createCodeSamples, reattachMixinDefs, VovkSchemaIdEnum, } from 'vovk/internal';
8
8
  import { compileJSONSchemaToTypeScriptType } from '../utils/compileJSONSchemaToTypeScriptType.mjs';
9
9
  import { getTemplateClientImports } from './getTemplateClientImports.mjs';
10
10
  import { chalkHighlightThing } from '../utils/chalkHighlightThing.mjs';
@@ -58,6 +58,7 @@ templateContent, matterResult: { data, content }, openAPIObject, package: packag
58
58
  VovkSchemaIdEnum,
59
59
  createCodeSamples,
60
60
  compileJSONSchemaToTypeScriptType,
61
+ reattachMixinDefs,
61
62
  YAML,
62
63
  TOML,
63
64
  getFirstLineBanner,
@@ -1,4 +1,3 @@
1
1
  export declare function updateTypeScriptConfig(root: string, compilerOptions: {
2
2
  experimentalDecorators?: true;
3
- emitDecoratorMetadata?: true;
4
3
  }): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI tool for managing Vovk.ts projects",
5
5
  "files": [
6
6
  "dist",
@@ -45,11 +45,11 @@
45
45
  "vovk": ">=3.0.0"
46
46
  },
47
47
  "optionalDependencies": {
48
- "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.7"
48
+ "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.13"
49
49
  },
50
50
  "dependencies": {
51
51
  "@iarna/toml": "^2.2.5",
52
- "@inquirer/prompts": "^8.3.0",
52
+ "@inquirer/prompts": "^8.3.2",
53
53
  "@npmcli/package-json": "^7.0.5",
54
54
  "@types/json-schema": "^7.0.15",
55
55
  "@types/lodash": "^4.17.24",
@@ -58,22 +58,22 @@
58
58
  "clone-deep": "^4.0.1",
59
59
  "commander": "^13.1.0",
60
60
  "concurrently": "^9.2.1",
61
- "dotenv": "^17.3.1",
62
- "ejs": "^4.0.1",
63
- "get-tsconfig": "^4.13.6",
61
+ "dotenv": "^17.4.1",
62
+ "ejs": "^5.0.1",
63
+ "get-tsconfig": "^4.13.7",
64
64
  "glob": "^13.0.6",
65
65
  "gray-matter": "^4.0.3",
66
66
  "inflection": "^3.0.2",
67
67
  "jsonc-parser": "^3.3.1",
68
- "lodash": "^4.17.23",
68
+ "lodash": "^4.18.1",
69
69
  "loglevel": "^1.9.2",
70
70
  "pluralize": "^8.0.0",
71
71
  "prettier": "^3.8.1",
72
72
  "tar-stream": "^3.1.8",
73
73
  "ts-morph": "^27.0.2",
74
- "type-fest": "^5.4.4",
75
- "undici": "^7.22.0",
76
- "yaml": "^2.8.2"
74
+ "type-fest": "^5.5.0",
75
+ "undici": "^8.0.2",
76
+ "yaml": "^2.8.3"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@types/concat-stream": "^2.0.3",
@@ -83,11 +83,11 @@
83
83
  "@types/pluralize": "^0.0.33",
84
84
  "@types/tar-stream": "^3.1.4",
85
85
  "concat-stream": "^2.0.0",
86
- "create-next-app": "^16.1.6",
86
+ "create-next-app": "^16.2.2",
87
87
  "http-server": "^14.1.1",
88
88
  "node-pty": "0.10.1",
89
89
  "openapi3-ts": "^4.5.0",
90
- "tsdown": "^0.19.0",
90
+ "tsdown": "^0.21.7",
91
91
  "zod": "^4.3.6"
92
92
  }
93
93
  }