vovk-cli 0.0.1-draft.284 → 0.0.1-draft.286

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.
@@ -1,6 +1,6 @@
1
1
  <%- t.readme.banner %>
2
2
 
3
- # <%= t.package.name %> v<%= t.package.version %> ![TypeScript](https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555) ![Vovk.ts](https://badgen.net/badge/Built%20with/Vovk.ts/333333?icon=https://vovk.dev/icon-white.svg)
3
+ # <%= t.package.name %> v<%= t.package.version %> [![TypeScript](https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555)](https://www.typescriptlang.org/) [![Vovk.ts](https://badgen.net/badge/Built%20with/Vovk.ts/333333?icon=https://vovk.dev/icon-white.svg)](https://vovk.dev)
4
4
 
5
5
  <%- t.package.description ? `> ${t.package.description}` : '' %>
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.0.1-draft.284",
3
+ "version": "0.0.1-draft.286",
4
4
  "bin": {
5
5
  "vovk": "./dist/index.mjs"
6
6
  },
@@ -35,43 +35,43 @@
35
35
  },
36
36
  "homepage": "https://vovk.dev",
37
37
  "peerDependencies": {
38
- "vovk": "^3.0.0-draft.316"
38
+ "vovk": "^3.0.0-draft.318"
39
39
  },
40
40
  "optionalDependencies": {
41
- "vovk-python": "^0.0.1-draft.41"
41
+ "vovk-python": "^0.0.1-draft.42"
42
42
  },
43
43
  "dependencies": {
44
44
  "@iarna/toml": "^2.2.5",
45
- "@inquirer/prompts": "^7.5.3",
45
+ "@inquirer/prompts": "^7.6.0",
46
46
  "@npmcli/package-json": "^6.2.0",
47
- "@rollup/plugin-commonjs": "^28.0.3",
47
+ "@rollup/plugin-commonjs": "^28.0.6",
48
48
  "@rollup/plugin-json": "^6.1.0",
49
49
  "@rollup/plugin-node-resolve": "^16.0.1",
50
- "@rollup/plugin-typescript": "^12.1.2",
50
+ "@rollup/plugin-typescript": "^12.1.4",
51
51
  "@types/json-schema": "^7.0.15",
52
52
  "chalk": "^5.4.1",
53
53
  "chokidar": "^4.0.3",
54
54
  "clone-deep": "^4.0.1",
55
55
  "commander": "^13.1.0",
56
- "concurrently": "^9.1.2",
57
- "dotenv": "^16.5.0",
56
+ "concurrently": "^9.2.0",
57
+ "dotenv": "^17.2.0",
58
58
  "ejs": "^3.1.10",
59
59
  "get-tsconfig": "^4.10.1",
60
- "glob": "^11.0.2",
60
+ "glob": "^11.0.3",
61
61
  "gray-matter": "^4.0.3",
62
62
  "inflection": "^3.0.2",
63
63
  "jsonc-parser": "^3.3.1",
64
64
  "lodash": "^4.17.21",
65
65
  "loglevel": "^1.9.2",
66
- "openapi3-ts": "^4.4.0",
66
+ "openapi3-ts": "^4.5.0",
67
67
  "pluralize": "^8.0.0",
68
- "prettier": "^3.5.3",
69
- "rollup": "^4.43.0",
68
+ "prettier": "^3.6.2",
69
+ "rollup": "^4.44.2",
70
70
  "tar-stream": "^3.1.7",
71
71
  "ts-morph": "^26.0.0",
72
- "tsdown": "^0.12.7",
72
+ "tsdown": "^0.12.9",
73
73
  "type-fest": "^4.41.0",
74
- "undici": "^7.10.0",
74
+ "undici": "^7.11.0",
75
75
  "vovk-openapi": "^0.0.1-draft.112",
76
76
  "yaml": "^2.8.0"
77
77
  },
@@ -83,8 +83,8 @@
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": "^15.3.3",
86
+ "create-next-app": "^15.3.5",
87
87
  "node-pty": "^1.0.0",
88
- "zod": "^4.0.0-beta.20250505T195954"
88
+ "zod": "^4.0.5"
89
89
  }
90
90
  }