@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.
@@ -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.2",
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);
@@ -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.2",
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
@@ -1,5 +1,5 @@
1
1
  # @twin.org/ts-to-openapi - Changelog
2
2
 
3
- ## v0.0.4
3
+ ## v0.0.1-next.3
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/ts-to-openapi",
3
- "version": "0.0.1-next.2",
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.2",
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.2",
43
- "@twin.org/nameof-transformer": "0.0.1-next.2",
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",