@twin.org/ts-to-openapi 0.0.1-next.2 → 0.0.1-next.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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/docs/changelog.md +1 -1
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -1104,7 +1104,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
1104
1104
|
return this.execute({
|
|
1105
1105
|
title: "TWIN TypeScript To OpenAPI",
|
|
1106
1106
|
appName: "ts-to-openapi",
|
|
1107
|
-
version: "0.0.1-next.
|
|
1107
|
+
version: "0.0.1-next.3",
|
|
1108
1108
|
icon: "⚙️ ",
|
|
1109
1109
|
supportsEnvFiles: false
|
|
1110
1110
|
}, localesDirectory ?? path.join(path.dirname(node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)))), "../locales"), argv);
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1101,7 +1101,7 @@ class CLI extends CLIBase {
|
|
|
1101
1101
|
return this.execute({
|
|
1102
1102
|
title: "TWIN TypeScript To OpenAPI",
|
|
1103
1103
|
appName: "ts-to-openapi",
|
|
1104
|
-
version: "0.0.1-next.
|
|
1104
|
+
version: "0.0.1-next.3",
|
|
1105
1105
|
icon: "⚙️ ",
|
|
1106
1106
|
supportsEnvFiles: false
|
|
1107
1107
|
}, localesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), "../locales"), argv);
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/ts-to-openapi",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.3",
|
|
4
4
|
"description": "Tool to convert TypeScript REST route definitions to OpenAPI Specifications",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@twin.org/api-models": "next",
|
|
32
32
|
"@twin.org/cli-core": "next",
|
|
33
33
|
"@twin.org/core": "next",
|
|
34
|
-
"@twin.org/nameof": "0.0.1-next.
|
|
34
|
+
"@twin.org/nameof": "0.0.1-next.3",
|
|
35
35
|
"@twin.org/web": "next",
|
|
36
36
|
"commander": "12.1.0",
|
|
37
37
|
"glob": "11.0.0",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"ts-json-schema-generator": "2.4.0-next.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@twin.org/merge-locales": "0.0.1-next.
|
|
43
|
-
"@twin.org/nameof-transformer": "0.0.1-next.
|
|
42
|
+
"@twin.org/merge-locales": "0.0.1-next.3",
|
|
43
|
+
"@twin.org/nameof-transformer": "0.0.1-next.3",
|
|
44
44
|
"@types/node": "22.5.5",
|
|
45
45
|
"@vitest/coverage-v8": "2.1.1",
|
|
46
46
|
"copyfiles": "2.4.1",
|