@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 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.20.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.20.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 -->
@@ -1,4 +1,4 @@
1
- import { S as StormWorkspaceConfig } from './types-5OQltn_C.cjs';
1
+ import { S as StormWorkspaceConfig } from './types-D6xEA_pB.cjs';
2
2
  import 'zod';
3
3
  import 'zod/mini';
4
4
 
@@ -1,4 +1,4 @@
1
- import { S as StormWorkspaceConfig } from './types-5OQltn_C.js';
1
+ import { S as StormWorkspaceConfig } from './types-D6xEA_pB.js';
2
2
  import 'zod';
3
3
  import 'zod/mini';
4
4
 
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-5OQltn_C.cjs';
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-5OQltn_C.js';
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.1",
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": "catalog:", "untyped": "catalog:" },
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": "catalog:",
188
- "glob": "catalog:",
187
+ "commander": "^12.1.0",
188
+ "glob": "^11.0.1",
189
189
  "knitwork": "^1.2.0",
190
- "nx": "catalog:"
190
+ "nx": "^21.4.1"
191
191
  },
192
192
  "devDependencies": {
193
- "@nx/devkit": "catalog:",
194
- "@types/node": "catalog:",
195
- "tsup": "catalog:",
196
- "untyped": "catalog:"
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": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
200
+ "gitHead": "130c0445a406e976d0302d764282acc0b39bb1e2"
201
201
  }