@storm-software/untyped 0.4.1 → 0.4.2

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/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.4.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.4.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/bin/untyped.js CHANGED
@@ -7013,7 +7013,7 @@ async function createProgram(config) {
7013
7013
  root && process.chdir(root);
7014
7014
  const program = new import_commander.Command("storm-untyped");
7015
7015
  program.version("1.0.0", "-v --version", "display CLI version");
7016
- program.description("\u26A1 Run the Storm untyped codegen utility").showHelpAfterError().showSuggestionAfterError();
7016
+ program.description("\u26A1 Run the Storm untyped codegen utility").showHelpAfterError(true).showSuggestionAfterError();
7017
7017
  const entryOption = new import_commander.Option("-e --entry <path>", "The path to the entry file to generate types for. This can be a file or a directory. Globs are supported.");
7018
7018
  const outputPathOption = new import_commander.Option("-o --output-path <path>", "The path of the project's source folder to build");
7019
7019
  program.command("generate", {
package/bin/untyped.mjs CHANGED
@@ -7013,7 +7013,7 @@ async function createProgram(config) {
7013
7013
  root && process.chdir(root);
7014
7014
  const program = new Command("storm-untyped");
7015
7015
  program.version("1.0.0", "-v --version", "display CLI version");
7016
- program.description("\u26A1 Run the Storm untyped codegen utility").showHelpAfterError().showSuggestionAfterError();
7016
+ program.description("\u26A1 Run the Storm untyped codegen utility").showHelpAfterError(true).showSuggestionAfterError();
7017
7017
  const entryOption = new Option("-e --entry <path>", "The path to the entry file to generate types for. This can be a file or a directory. Globs are supported.");
7018
7018
  const outputPathOption = new Option("-o --output-path <path>", "The path of the project's source folder to build");
7019
7019
  program.command("generate", {
@@ -1,4 +1,4 @@
1
- import { S as StormConfig } from './types-CIJRaFHD.mjs';
1
+ import { S as StormConfig } from './types-DkqO6Ujr.mjs';
2
2
  import 'zod';
3
3
 
4
4
  declare const getGenerateAction: (config: StormConfig) => (options: {
@@ -1,4 +1,4 @@
1
- import { S as StormConfig } from './types-CIJRaFHD.js';
1
+ import { S as StormConfig } from './types-DkqO6Ujr.js';
2
2
  import 'zod';
3
3
 
4
4
  declare const getGenerateAction: (config: StormConfig) => (options: {
package/dist/index.d.mts CHANGED
@@ -3,7 +3,7 @@ export { generateDeclaration, generateDeclarationFile } from './generators/dts.m
3
3
  export { generateJsonSchemaFile } from './generators/json-schema.mjs';
4
4
  export { generateMarkdown, generateMarkdownFile } from './generators/markdown.mjs';
5
5
  export { getOutputFile } from './utilities.mjs';
6
- import './types-CIJRaFHD.mjs';
6
+ import './types-DkqO6Ujr.mjs';
7
7
  import 'zod';
8
8
  import 'glob';
9
9
  import 'untyped';
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export { generateDeclaration, generateDeclarationFile } from './generators/dts.j
3
3
  export { generateJsonSchemaFile } from './generators/json-schema.js';
4
4
  export { generateMarkdown, generateMarkdownFile } from './generators/markdown.js';
5
5
  export { getOutputFile } from './utilities.js';
6
- import './types-CIJRaFHD.js';
6
+ import './types-DkqO6Ujr.js';
7
7
  import 'zod';
8
8
  import 'glob';
9
9
  import 'untyped';