@twin.org/ts-to-schema 0.0.1-next.10 → 0.0.1-next.12
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/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/docs/changelog.md +1 -1
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -238,7 +238,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
238
238
|
return this.execute({
|
|
239
239
|
title: "TWIN TypeScript To Schema",
|
|
240
240
|
appName: "ts-to-schema",
|
|
241
|
-
version: "0.0.1-next.
|
|
241
|
+
version: "0.0.1-next.12",
|
|
242
242
|
icon: "⚙️ ",
|
|
243
243
|
supportsEnvFiles: false,
|
|
244
244
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -235,7 +235,7 @@ class CLI extends CLIBase {
|
|
|
235
235
|
return this.execute({
|
|
236
236
|
title: "TWIN TypeScript To Schema",
|
|
237
237
|
appName: "ts-to-schema",
|
|
238
|
-
version: "0.0.1-next.
|
|
238
|
+
version: "0.0.1-next.12",
|
|
239
239
|
icon: "⚙️ ",
|
|
240
240
|
supportsEnvFiles: false,
|
|
241
241
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/ts-to-schema",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.12",
|
|
4
4
|
"description": "Tool to convert TypeScript definitions to JSON schemas",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@twin.org/cli-core": "next",
|
|
18
18
|
"@twin.org/core": "next",
|
|
19
|
-
"@twin.org/nameof": "0.0.1-next.
|
|
19
|
+
"@twin.org/nameof": "0.0.1-next.12",
|
|
20
20
|
"commander": "12.1.0",
|
|
21
21
|
"glob": "11.0.0",
|
|
22
22
|
"jsonschema": "1.4.1",
|