@twin.org/ts-to-schema 0.0.1-next.22 → 0.0.1-next.23
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 +18 -0
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -220,7 +220,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
220
220
|
return this.execute({
|
|
221
221
|
title: "TWIN TypeScript To Schema",
|
|
222
222
|
appName: "ts-to-schema",
|
|
223
|
-
version: "0.0.1-next.
|
|
223
|
+
version: "0.0.1-next.23", // x-release-please-version
|
|
224
224
|
icon: "⚙️ ",
|
|
225
225
|
supportsEnvFiles: false,
|
|
226
226
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -217,7 +217,7 @@ class CLI extends CLIBase {
|
|
|
217
217
|
return this.execute({
|
|
218
218
|
title: "TWIN TypeScript To Schema",
|
|
219
219
|
appName: "ts-to-schema",
|
|
220
|
-
version: "0.0.1-next.
|
|
220
|
+
version: "0.0.1-next.23", // x-release-please-version
|
|
221
221
|
icon: "⚙️ ",
|
|
222
222
|
supportsEnvFiles: false,
|
|
223
223
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @twin.org/ts-to-schema - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.23](https://github.com/twinfoundation/tools/compare/ts-to-schema-v0.0.1-next.22...ts-to-schema-v0.0.1-next.23) (2025-06-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **ts-to-schema:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/nameof bumped from 0.0.1-next.22 to 0.0.1-next.23
|
|
16
|
+
* devDependencies
|
|
17
|
+
* @twin.org/merge-locales bumped from 0.0.1-next.22 to 0.0.1-next.23
|
|
18
|
+
* @twin.org/nameof-transformer bumped from 0.0.1-next.22 to 0.0.1-next.23
|
|
19
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.22 to 0.0.1-next.23
|
|
20
|
+
|
|
3
21
|
## [0.0.1-next.22](https://github.com/twinfoundation/tools/compare/ts-to-schema-v0.0.1-next.21...ts-to-schema-v0.0.1-next.22) (2025-06-03)
|
|
4
22
|
|
|
5
23
|
|
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.23",
|
|
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.23",
|
|
20
20
|
"commander": "13.1.0",
|
|
21
21
|
"glob": "11.0.1",
|
|
22
22
|
"jsonschema": "1.5.0",
|