@storm-software/untyped 0.14.2 → 0.15.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/{dist/bin → bin}/untyped.cjs +0 -0
- package/{dist/bin → bin}/untyped.js +0 -0
- package/package.json +13 -38
- package/dist/src/generators/dts.cjs +0 -10
- package/dist/src/generators/dts.d.cts +0 -9
- package/dist/src/generators/dts.d.ts +0 -9
- package/dist/src/generators/dts.js +0 -10
- package/dist/src/generators/index.cjs +0 -21
- package/dist/src/generators/index.d.cts +0 -7
- package/dist/src/generators/index.d.ts +0 -7
- package/dist/src/generators/index.js +0 -21
- package/dist/src/generators/json-schema.cjs +0 -8
- package/dist/src/generators/json-schema.d.cts +0 -8
- package/dist/src/generators/json-schema.d.ts +0 -8
- package/dist/src/generators/json-schema.js +0 -8
- package/dist/src/generators/markdown.cjs +0 -10
- package/dist/src/generators/markdown.d.cts +0 -9
- package/dist/src/generators/markdown.d.ts +0 -9
- package/dist/src/generators/markdown.js +0 -10
- /package/dist/{src/chunk-CRYT4GAW.cjs → chunk-CRYT4GAW.cjs} +0 -0
- /package/dist/{src/chunk-DE7RI3TY.cjs → chunk-DE7RI3TY.cjs} +0 -0
- /package/dist/{src/chunk-FX4EJN4P.js → chunk-FX4EJN4P.js} +0 -0
- /package/dist/{src/chunk-IJIQWJC2.js → chunk-IJIQWJC2.js} +0 -0
- /package/dist/{src/chunk-IRG4GSWV.cjs → chunk-IRG4GSWV.cjs} +0 -0
- /package/dist/{src/chunk-JE27TEPK.cjs → chunk-JE27TEPK.cjs} +0 -0
- /package/dist/{src/chunk-JPGHEU5E.js → chunk-JPGHEU5E.js} +0 -0
- /package/dist/{src/chunk-MVEPL5UQ.js → chunk-MVEPL5UQ.js} +0 -0
- /package/dist/{src/chunk-OYHN4GCZ.js → chunk-OYHN4GCZ.js} +0 -0
- /package/dist/{src/chunk-PXVWNPZT.cjs → chunk-PXVWNPZT.cjs} +0 -0
- /package/dist/{src/chunk-RYQV6KJF.js → chunk-RYQV6KJF.js} +0 -0
- /package/dist/{src/chunk-T4TL5KLR.js → chunk-T4TL5KLR.js} +0 -0
- /package/dist/{src/chunk-XYLKNCM3.cjs → chunk-XYLKNCM3.cjs} +0 -0
- /package/dist/{src/chunk-ZXXBLNAE.cjs → chunk-ZXXBLNAE.cjs} +0 -0
- /package/dist/{src/generate.cjs → generate.cjs} +0 -0
- /package/dist/{src/generate.d.cts → generate.d.cts} +0 -0
- /package/dist/{src/generate.d.ts → generate.d.ts} +0 -0
- /package/dist/{src/generate.js → generate.js} +0 -0
- /package/dist/{src/index.cjs → index.cjs} +0 -0
- /package/dist/{src/index.d.cts → index.d.cts} +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/index.js → index.js} +0 -0
- /package/dist/{src/types-B4jbZA4j.d.cts → types-B4jbZA4j.d.cts} +0 -0
- /package/dist/{src/types-B4jbZA4j.d.ts → types-B4jbZA4j.d.ts} +0 -0
- /package/dist/{src/utilities.cjs → utilities.cjs} +0 -0
- /package/dist/{src/utilities.d.cts → utilities.d.cts} +0 -0
- /package/dist/{src/utilities.d.ts → utilities.d.ts} +0 -0
- /package/dist/{src/utilities.js → 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 -->
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/untyped",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `untyped` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -40,10 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"license": "Apache-2.0",
|
|
42
42
|
"private": false,
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
"pnpm": ">=10.3.0"
|
|
46
|
-
},
|
|
43
|
+
"packageManager": "pnpm@10.3.0",
|
|
44
|
+
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
47
45
|
"bin": {
|
|
48
46
|
"storm-untyped": "./bin/untyped.cjs",
|
|
49
47
|
"storm-untyped-cjs": "./bin/untyped.cjs",
|
|
@@ -54,32 +52,20 @@
|
|
|
54
52
|
"exports": {
|
|
55
53
|
"./package.json": "./package.json",
|
|
56
54
|
"./index": {
|
|
57
|
-
"import": {
|
|
58
|
-
"types": "./dist/index.d.ts",
|
|
59
|
-
"default": "./dist/index.js"
|
|
60
|
-
},
|
|
55
|
+
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
61
56
|
"require": {
|
|
62
57
|
"types": "./dist/index.d.cts",
|
|
63
58
|
"default": "./dist/index.cjs"
|
|
64
59
|
},
|
|
65
|
-
"default": {
|
|
66
|
-
"types": "./dist/index.d.ts",
|
|
67
|
-
"default": "./dist/index.js"
|
|
68
|
-
}
|
|
60
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
69
61
|
},
|
|
70
62
|
".": {
|
|
71
|
-
"import": {
|
|
72
|
-
"types": "./dist/index.d.ts",
|
|
73
|
-
"default": "./dist/index.js"
|
|
74
|
-
},
|
|
63
|
+
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
75
64
|
"require": {
|
|
76
65
|
"types": "./dist/index.d.cts",
|
|
77
66
|
"default": "./dist/index.cjs"
|
|
78
67
|
},
|
|
79
|
-
"default": {
|
|
80
|
-
"types": "./dist/index.d.ts",
|
|
81
|
-
"default": "./dist/index.js"
|
|
82
|
-
}
|
|
68
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
83
69
|
},
|
|
84
70
|
"./generate": {
|
|
85
71
|
"import": {
|
|
@@ -181,9 +167,7 @@
|
|
|
181
167
|
}
|
|
182
168
|
},
|
|
183
169
|
"types": "./dist/index.d.cts",
|
|
184
|
-
"files": [
|
|
185
|
-
"dist/**/*"
|
|
186
|
-
],
|
|
170
|
+
"files": ["dist/**/*"],
|
|
187
171
|
"keywords": [
|
|
188
172
|
"acidic",
|
|
189
173
|
"cyclone-ui",
|
|
@@ -194,17 +178,10 @@
|
|
|
194
178
|
"storm-stack",
|
|
195
179
|
"sullivanpj"
|
|
196
180
|
],
|
|
197
|
-
"peerDependencies": {
|
|
198
|
-
"@nx/devkit": "20.8.0",
|
|
199
|
-
"untyped": "^1.5.2"
|
|
200
|
-
},
|
|
181
|
+
"peerDependencies": { "@nx/devkit": "20.8.0", "untyped": "^1.5.2" },
|
|
201
182
|
"peerDependenciesMeta": {
|
|
202
|
-
"@nx/devkit": {
|
|
203
|
-
|
|
204
|
-
},
|
|
205
|
-
"untyped": {
|
|
206
|
-
"optional": false
|
|
207
|
-
}
|
|
183
|
+
"@nx/devkit": { "optional": false },
|
|
184
|
+
"untyped": { "optional": false }
|
|
208
185
|
},
|
|
209
186
|
"dependencies": {
|
|
210
187
|
"commander": "^12.1.0",
|
|
@@ -218,8 +195,6 @@
|
|
|
218
195
|
"tsup": "8.4.0",
|
|
219
196
|
"untyped": "^1.5.2"
|
|
220
197
|
},
|
|
221
|
-
"publishConfig": {
|
|
222
|
-
"access": "public"
|
|
223
|
-
},
|
|
198
|
+
"publishConfig": { "access": "public" },
|
|
224
199
|
"sideEffects": false
|
|
225
|
-
}
|
|
200
|
+
}
|
|
@@ -1,10 +0,0 @@
|
|
|
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;
|
|
@@ -1,9 +0,0 @@
|
|
|
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 };
|
|
@@ -1,9 +0,0 @@
|
|
|
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 };
|
|
@@ -1,21 +0,0 @@
|
|
|
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;
|
|
@@ -1,7 +0,0 @@
|
|
|
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';
|
|
@@ -1,7 +0,0 @@
|
|
|
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';
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
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;
|
|
@@ -1,8 +0,0 @@
|
|
|
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 };
|
|
@@ -1,8 +0,0 @@
|
|
|
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 };
|
|
@@ -1,10 +0,0 @@
|
|
|
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;
|
|
@@ -1,9 +0,0 @@
|
|
|
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 };
|
|
@@ -1,9 +0,0 @@
|
|
|
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 };
|
|
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
|