@storm-software/untyped 0.20.1 → 0.20.3
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/generate.d.cts +1 -1
- package/dist/generate.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +10 -10
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/dist/generate.d.cts
CHANGED
package/dist/generate.d.ts
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,7 @@ export { generateDeclaration, generateDeclarationFile } from './generators/dts.c
|
|
|
3
3
|
export { generateJsonSchemaFile } from './generators/json-schema.cjs';
|
|
4
4
|
export { generateMarkdown, generateMarkdownFile } from './generators/markdown.cjs';
|
|
5
5
|
export { getOutputFile } from './utilities.cjs';
|
|
6
|
-
import './types-
|
|
6
|
+
import './types-D6xEA_pB.cjs';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import 'zod/mini';
|
|
9
9
|
import 'glob';
|
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-D6xEA_pB.js';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import 'zod/mini';
|
|
9
9
|
import 'glob';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/untyped",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `untyped` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -178,24 +178,24 @@
|
|
|
178
178
|
"storm-stack",
|
|
179
179
|
"sullivanpj"
|
|
180
180
|
],
|
|
181
|
-
"peerDependencies": { "@nx/devkit": "
|
|
181
|
+
"peerDependencies": { "@nx/devkit": "^21.4.1", "untyped": "^1.5.2" },
|
|
182
182
|
"peerDependenciesMeta": {
|
|
183
183
|
"@nx/devkit": { "optional": false },
|
|
184
184
|
"untyped": { "optional": false }
|
|
185
185
|
},
|
|
186
186
|
"dependencies": {
|
|
187
|
-
"commander": "
|
|
188
|
-
"glob": "
|
|
187
|
+
"commander": "^12.1.0",
|
|
188
|
+
"glob": "^11.0.1",
|
|
189
189
|
"knitwork": "^1.2.0",
|
|
190
|
-
"nx": "
|
|
190
|
+
"nx": "^21.4.1"
|
|
191
191
|
},
|
|
192
192
|
"devDependencies": {
|
|
193
|
-
"@nx/devkit": "
|
|
194
|
-
"@types/node": "
|
|
195
|
-
"tsup": "
|
|
196
|
-
"untyped": "
|
|
193
|
+
"@nx/devkit": "^21.4.1",
|
|
194
|
+
"@types/node": "^22.10.2",
|
|
195
|
+
"tsup": "8.4.0",
|
|
196
|
+
"untyped": "^1.5.2"
|
|
197
197
|
},
|
|
198
198
|
"publishConfig": { "access": "public" },
|
|
199
199
|
"sideEffects": false,
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "130c0445a406e976d0302d764282acc0b39bb1e2"
|
|
201
201
|
}
|