@storm-software/untyped 0.13.0 → 0.14.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 +2 -1
- package/{bin → dist/bin}/untyped.cjs +0 -0
- package/{bin → dist/bin}/untyped.js +0 -0
- package/dist/src/generators/dts.cjs +10 -0
- package/dist/src/generators/dts.d.cts +9 -0
- package/dist/src/generators/dts.d.ts +9 -0
- package/dist/src/generators/dts.js +10 -0
- package/dist/src/generators/index.cjs +21 -0
- package/dist/src/generators/index.d.cts +7 -0
- package/dist/src/generators/index.d.ts +7 -0
- package/dist/src/generators/index.js +21 -0
- package/dist/src/generators/json-schema.cjs +8 -0
- package/dist/src/generators/json-schema.d.cts +8 -0
- package/dist/src/generators/json-schema.d.ts +8 -0
- package/dist/src/generators/json-schema.js +8 -0
- package/dist/src/generators/markdown.cjs +10 -0
- package/dist/src/generators/markdown.d.cts +9 -0
- package/dist/src/generators/markdown.d.ts +9 -0
- package/dist/src/generators/markdown.js +10 -0
- package/package.json +1 -1
- /package/dist/{chunk-CRYT4GAW.cjs → src/chunk-CRYT4GAW.cjs} +0 -0
- /package/dist/{chunk-DE7RI3TY.cjs → src/chunk-DE7RI3TY.cjs} +0 -0
- /package/dist/{chunk-FX4EJN4P.js → src/chunk-FX4EJN4P.js} +0 -0
- /package/dist/{chunk-IJIQWJC2.js → src/chunk-IJIQWJC2.js} +0 -0
- /package/dist/{chunk-IRG4GSWV.cjs → src/chunk-IRG4GSWV.cjs} +0 -0
- /package/dist/{chunk-JE27TEPK.cjs → src/chunk-JE27TEPK.cjs} +0 -0
- /package/dist/{chunk-JPGHEU5E.js → src/chunk-JPGHEU5E.js} +0 -0
- /package/dist/{chunk-MVEPL5UQ.js → src/chunk-MVEPL5UQ.js} +0 -0
- /package/dist/{chunk-OYHN4GCZ.js → src/chunk-OYHN4GCZ.js} +0 -0
- /package/dist/{chunk-PXVWNPZT.cjs → src/chunk-PXVWNPZT.cjs} +0 -0
- /package/dist/{chunk-RYQV6KJF.js → src/chunk-RYQV6KJF.js} +0 -0
- /package/dist/{chunk-T4TL5KLR.js → src/chunk-T4TL5KLR.js} +0 -0
- /package/dist/{chunk-XYLKNCM3.cjs → src/chunk-XYLKNCM3.cjs} +0 -0
- /package/dist/{chunk-ZXXBLNAE.cjs → src/chunk-ZXXBLNAE.cjs} +0 -0
- /package/dist/{generate.cjs → src/generate.cjs} +0 -0
- /package/dist/{generate.d.cts → src/generate.d.cts} +0 -0
- /package/dist/{generate.d.ts → src/generate.d.ts} +0 -0
- /package/dist/{generate.js → src/generate.js} +0 -0
- /package/dist/{index.cjs → src/index.cjs} +0 -0
- /package/dist/{index.d.cts → src/index.d.cts} +0 -0
- /package/dist/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/{index.js → src/index.js} +0 -0
- /package/dist/{types-B4jbZA4j.d.cts → src/types-B4jbZA4j.d.cts} +0 -0
- /package/dist/{types-B4jbZA4j.d.ts → src/types-B4jbZA4j.d.ts} +0 -0
- /package/dist/{utilities.cjs → src/utilities.cjs} +0 -0
- /package/dist/{utilities.d.cts → src/utilities.d.cts} +0 -0
- /package/dist/{utilities.d.ts → src/utilities.d.ts} +0 -0
- /package/dist/{utilities.js → src/utilities.js} +0 -0
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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm ESBuild Package](#storm-esbuild-package)
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkZXXBLNAEcjs = require('../chunk-ZXXBLNAE.cjs');
|
|
5
|
+
require('../chunk-CRYT4GAW.cjs');
|
|
6
|
+
require('../chunk-XYLKNCM3.cjs');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.generateDeclaration = _chunkZXXBLNAEcjs.generateDeclaration; exports.generateDeclarationFile = _chunkZXXBLNAEcjs.generateDeclarationFile;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { S as StormWorkspaceConfig } from '../types-B4jbZA4j.cjs';
|
|
2
|
+
import { Path } from 'glob';
|
|
3
|
+
import { Schema } from 'untyped';
|
|
4
|
+
import 'zod';
|
|
5
|
+
|
|
6
|
+
declare function generateDeclaration(schema: Schema): string;
|
|
7
|
+
declare function generateDeclarationFile(schema: Schema, file: Path, config?: StormWorkspaceConfig): Promise<void>;
|
|
8
|
+
|
|
9
|
+
export { generateDeclaration, generateDeclarationFile };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { S as StormWorkspaceConfig } from '../types-B4jbZA4j.js';
|
|
2
|
+
import { Path } from 'glob';
|
|
3
|
+
import { Schema } from 'untyped';
|
|
4
|
+
import 'zod';
|
|
5
|
+
|
|
6
|
+
declare function generateDeclaration(schema: Schema): string;
|
|
7
|
+
declare function generateDeclarationFile(schema: Schema, file: Path, config?: StormWorkspaceConfig): Promise<void>;
|
|
8
|
+
|
|
9
|
+
export { generateDeclaration, generateDeclarationFile };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-DE7RI3TY.cjs');
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
var _chunkZXXBLNAEcjs = require('../chunk-ZXXBLNAE.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunkPXVWNPZTcjs = require('../chunk-PXVWNPZT.cjs');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
var _chunkIRG4GSWVcjs = require('../chunk-IRG4GSWV.cjs');
|
|
13
|
+
require('../chunk-CRYT4GAW.cjs');
|
|
14
|
+
require('../chunk-XYLKNCM3.cjs');
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
exports.generateDeclaration = _chunkZXXBLNAEcjs.generateDeclaration; exports.generateDeclarationFile = _chunkZXXBLNAEcjs.generateDeclarationFile; exports.generateJsonSchemaFile = _chunkPXVWNPZTcjs.generateJsonSchemaFile; exports.generateMarkdown = _chunkIRG4GSWVcjs.generateMarkdown; exports.generateMarkdownFile = _chunkIRG4GSWVcjs.generateMarkdownFile;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { generateDeclaration, generateDeclarationFile } from './dts.cjs';
|
|
2
|
+
export { generateJsonSchemaFile } from './json-schema.cjs';
|
|
3
|
+
export { generateMarkdown, generateMarkdownFile } from './markdown.cjs';
|
|
4
|
+
import '../types-B4jbZA4j.cjs';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import 'glob';
|
|
7
|
+
import 'untyped';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { generateDeclaration, generateDeclarationFile } from './dts.js';
|
|
2
|
+
export { generateJsonSchemaFile } from './json-schema.js';
|
|
3
|
+
export { generateMarkdown, generateMarkdownFile } from './markdown.js';
|
|
4
|
+
import '../types-B4jbZA4j.js';
|
|
5
|
+
import 'zod';
|
|
6
|
+
import 'glob';
|
|
7
|
+
import 'untyped';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import "../chunk-FX4EJN4P.js";
|
|
2
|
+
import {
|
|
3
|
+
generateDeclaration,
|
|
4
|
+
generateDeclarationFile
|
|
5
|
+
} from "../chunk-IJIQWJC2.js";
|
|
6
|
+
import {
|
|
7
|
+
generateJsonSchemaFile
|
|
8
|
+
} from "../chunk-T4TL5KLR.js";
|
|
9
|
+
import {
|
|
10
|
+
generateMarkdown,
|
|
11
|
+
generateMarkdownFile
|
|
12
|
+
} from "../chunk-RYQV6KJF.js";
|
|
13
|
+
import "../chunk-MVEPL5UQ.js";
|
|
14
|
+
import "../chunk-JPGHEU5E.js";
|
|
15
|
+
export {
|
|
16
|
+
generateDeclaration,
|
|
17
|
+
generateDeclarationFile,
|
|
18
|
+
generateJsonSchemaFile,
|
|
19
|
+
generateMarkdown,
|
|
20
|
+
generateMarkdownFile
|
|
21
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkPXVWNPZTcjs = require('../chunk-PXVWNPZT.cjs');
|
|
4
|
+
require('../chunk-CRYT4GAW.cjs');
|
|
5
|
+
require('../chunk-XYLKNCM3.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.generateJsonSchemaFile = _chunkPXVWNPZTcjs.generateJsonSchemaFile;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { S as StormWorkspaceConfig } from '../types-B4jbZA4j.cjs';
|
|
2
|
+
import { Path } from 'glob';
|
|
3
|
+
import { Schema } from 'untyped';
|
|
4
|
+
import 'zod';
|
|
5
|
+
|
|
6
|
+
declare function generateJsonSchemaFile(schema: Schema, file: Path, config?: StormWorkspaceConfig): Promise<void>;
|
|
7
|
+
|
|
8
|
+
export { generateJsonSchemaFile };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { S as StormWorkspaceConfig } from '../types-B4jbZA4j.js';
|
|
2
|
+
import { Path } from 'glob';
|
|
3
|
+
import { Schema } from 'untyped';
|
|
4
|
+
import 'zod';
|
|
5
|
+
|
|
6
|
+
declare function generateJsonSchemaFile(schema: Schema, file: Path, config?: StormWorkspaceConfig): Promise<void>;
|
|
7
|
+
|
|
8
|
+
export { generateJsonSchemaFile };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkIRG4GSWVcjs = require('../chunk-IRG4GSWV.cjs');
|
|
5
|
+
require('../chunk-CRYT4GAW.cjs');
|
|
6
|
+
require('../chunk-XYLKNCM3.cjs');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.generateMarkdown = _chunkIRG4GSWVcjs.generateMarkdown; exports.generateMarkdownFile = _chunkIRG4GSWVcjs.generateMarkdownFile;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { S as StormWorkspaceConfig } from '../types-B4jbZA4j.cjs';
|
|
2
|
+
import { Path } from 'glob';
|
|
3
|
+
import { Schema } from 'untyped';
|
|
4
|
+
import 'zod';
|
|
5
|
+
|
|
6
|
+
declare function generateMarkdown(schema: Schema): string;
|
|
7
|
+
declare function generateMarkdownFile(schema: Schema, file: Path, config?: StormWorkspaceConfig): Promise<void>;
|
|
8
|
+
|
|
9
|
+
export { generateMarkdown, generateMarkdownFile };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { S as StormWorkspaceConfig } from '../types-B4jbZA4j.js';
|
|
2
|
+
import { Path } from 'glob';
|
|
3
|
+
import { Schema } from 'untyped';
|
|
4
|
+
import 'zod';
|
|
5
|
+
|
|
6
|
+
declare function generateMarkdown(schema: Schema): string;
|
|
7
|
+
declare function generateMarkdownFile(schema: Schema, file: Path, config?: StormWorkspaceConfig): Promise<void>;
|
|
8
|
+
|
|
9
|
+
export { generateMarkdown, generateMarkdownFile };
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|