@twin.org/ts-to-openapi 0.0.1-next.28 → 0.0.1-next.29
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 +7 -0
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -1179,7 +1179,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
1179
1179
|
return this.execute({
|
|
1180
1180
|
title: "TWIN TypeScript To OpenAPI",
|
|
1181
1181
|
appName: "ts-to-openapi",
|
|
1182
|
-
version: "0.0.1-next.
|
|
1182
|
+
version: "0.0.1-next.29", // x-release-please-version
|
|
1183
1183
|
icon: "⚙️ ",
|
|
1184
1184
|
supportsEnvFiles: false,
|
|
1185
1185
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1176,7 +1176,7 @@ class CLI extends CLIBase {
|
|
|
1176
1176
|
return this.execute({
|
|
1177
1177
|
title: "TWIN TypeScript To OpenAPI",
|
|
1178
1178
|
appName: "ts-to-openapi",
|
|
1179
|
-
version: "0.0.1-next.
|
|
1179
|
+
version: "0.0.1-next.29", // x-release-please-version
|
|
1180
1180
|
icon: "⚙️ ",
|
|
1181
1181
|
supportsEnvFiles: false,
|
|
1182
1182
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @twin.org/ts-to-openapi - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.29](https://github.com/twinfoundation/tools/compare/ts-to-openapi-v0.0.1-next.28...ts-to-openapi-v0.0.1-next.29) (2025-07-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* move package to framework repo ([4490bda](https://github.com/twinfoundation/tools/commit/4490bda472d4dc8ddfe931e2fce81f3411de9ab3))
|
|
9
|
+
|
|
3
10
|
## [0.0.1-next.28](https://github.com/twinfoundation/tools/compare/ts-to-openapi-v0.0.1-next.27...ts-to-openapi-v0.0.1-next.28) (2025-06-18)
|
|
4
11
|
|
|
5
12
|
|
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.29",
|
|
4
4
|
"description": "Tool to convert TypeScript REST route definitions to OpenAPI Specifications",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@twin.org/api-models": "next",
|
|
18
18
|
"@twin.org/cli-core": "next",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
|
-
"@twin.org/nameof": "
|
|
20
|
+
"@twin.org/nameof": "next",
|
|
21
21
|
"@twin.org/web": "next",
|
|
22
22
|
"ajv": "8.17.1",
|
|
23
23
|
"commander": "14.0.0",
|