@storm-software/untyped 0.4.1 → 0.5.0
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 +1 -1
- package/bin/untyped.js +1 -1
- package/bin/untyped.mjs +1 -1
- package/dist/generate.d.mts +1 -1
- package/dist/generate.d.ts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/{types-CIJRaFHD.d.mts → types-DkqO6Ujr.d.mts} +359 -359
- package/dist/{types-CIJRaFHD.d.ts → types-DkqO6Ujr.d.ts} +359 -359
- package/package.json +4 -4
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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", {
|
package/dist/generate.d.mts
CHANGED
package/dist/generate.d.ts
CHANGED
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-
|
|
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-
|
|
6
|
+
import './types-DkqO6Ujr.js';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import 'glob';
|
|
9
9
|
import 'untyped';
|