@twin.org/ts-to-schema 0.0.1-next.6 → 0.0.1-next.7

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.
@@ -235,11 +235,11 @@ class CLI extends cliCore.CLIBase {
235
235
  return this.execute({
236
236
  title: "TWIN TypeScript To Schema",
237
237
  appName: "ts-to-schema",
238
- version: "0.0.1-next.6",
238
+ version: "0.0.1-next.7",
239
239
  icon: "⚙️ ",
240
240
  supportsEnvFiles: false,
241
241
  overrideOutputWidth: options?.overrideOutputWidth
242
- }, 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);
242
+ }, localesDirectory ?? path.join(path.dirname(node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)))), "../locales"), argv);
243
243
  }
244
244
  /**
245
245
  * Configure any options or actions at the root program level.
@@ -232,7 +232,7 @@ class CLI extends CLIBase {
232
232
  return this.execute({
233
233
  title: "TWIN TypeScript To Schema",
234
234
  appName: "ts-to-schema",
235
- version: "0.0.1-next.6",
235
+ version: "0.0.1-next.7",
236
236
  icon: "⚙️ ",
237
237
  supportsEnvFiles: false,
238
238
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/ts-to-schema - Changelog
2
2
 
3
- ## v0.0.1-next.6
3
+ ## v0.0.1-next.7
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/ts-to-schema",
3
- "version": "0.0.1-next.6",
3
+ "version": "0.0.1-next.7",
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.6",
19
+ "@twin.org/nameof": "0.0.1-next.7",
20
20
  "commander": "12.1.0",
21
21
  "glob": "11.0.0",
22
22
  "jsonschema": "1.4.1",