@twin.org/ts-to-schema 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
|
@@ -317,7 +317,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
317
317
|
return this.execute({
|
|
318
318
|
title: "TWIN TypeScript To Schema",
|
|
319
319
|
appName: "ts-to-schema",
|
|
320
|
-
version: "0.0.1-next.
|
|
320
|
+
version: "0.0.1-next.29", // x-release-please-version
|
|
321
321
|
icon: "⚙️ ",
|
|
322
322
|
supportsEnvFiles: false,
|
|
323
323
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -314,7 +314,7 @@ class CLI extends CLIBase {
|
|
|
314
314
|
return this.execute({
|
|
315
315
|
title: "TWIN TypeScript To Schema",
|
|
316
316
|
appName: "ts-to-schema",
|
|
317
|
-
version: "0.0.1-next.
|
|
317
|
+
version: "0.0.1-next.29", // x-release-please-version
|
|
318
318
|
icon: "⚙️ ",
|
|
319
319
|
supportsEnvFiles: false,
|
|
320
320
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @twin.org/ts-to-schema - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.29](https://github.com/twinfoundation/tools/compare/ts-to-schema-v0.0.1-next.28...ts-to-schema-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-schema-v0.0.1-next.27...ts-to-schema-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-schema",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.29",
|
|
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": "
|
|
19
|
+
"@twin.org/nameof": "next",
|
|
20
20
|
"ajv": "8.17.1",
|
|
21
21
|
"commander": "14.0.0",
|
|
22
22
|
"glob": "11.0.2",
|