@storm-software/tsdown 0.44.4 → 0.44.5

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.44.2-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.44.3-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 -->
@@ -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 TSDown Package](#storm-tsdown-package)
package/dist/build.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkMHBZMHW7cjs = require('./chunk-MHBZMHW7.cjs');
4
+ var _chunkQZQGRRQScjs = require('./chunk-QZQGRRQS.cjs');
5
5
  require('./chunk-FCM7E2H2.cjs');
6
6
  require('./chunk-DPNREUD4.cjs');
7
7
 
8
8
 
9
9
 
10
- exports.build = _chunkMHBZMHW7cjs.build; exports.cleanOutputPath = _chunkMHBZMHW7cjs.cleanOutputPath;
10
+ exports.build = _chunkQZQGRRQScjs.build; exports.cleanOutputPath = _chunkQZQGRRQScjs.cleanOutputPath;
package/dist/build.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-EKFDR2QZ.js";
4
+ } from "./chunk-EUFVDDAJ.js";
5
5
  import "./chunk-ZHFSQ65J.js";
6
6
  import "./chunk-BMIIFT6J.js";
7
7
  export {
@@ -531,7 +531,7 @@ var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
531
531
  var STORM_DEFAULT_BANNER_ALT = "The workspace's banner image";
532
532
 
533
533
  // ../config/src/schema.ts
534
- import * as z from "zod";
534
+ import * as z from "zod/mini";
535
535
  var schemaRegistry = z.registry();
536
536
  var colorSchema = z.string().check(
537
537
  z.length(7),
@@ -531,7 +531,7 @@ var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
531
531
  var STORM_DEFAULT_BANNER_ALT = "The workspace's banner image";
532
532
 
533
533
  // ../config/src/schema.ts
534
- var _zod = require('zod'); var z = _interopRequireWildcard(_zod);
534
+ var _mini = require('zod/mini'); var z = _interopRequireWildcard(_mini);
535
535
  var schemaRegistry = z.registry();
536
536
  var colorSchema = z.string().check(
537
537
  z.length(7),
package/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkMHBZMHW7cjs = require('./chunk-MHBZMHW7.cjs');
4
+ var _chunkQZQGRRQScjs = require('./chunk-QZQGRRQS.cjs');
5
5
 
6
6
 
7
7
 
@@ -18,4 +18,4 @@ require('./chunk-ZBPRDZS4.cjs');
18
18
 
19
19
 
20
20
 
21
- exports.build = _chunkMHBZMHW7cjs.build; exports.clean = _chunkFCM7E2H2cjs.clean; exports.cleanDirectories = _chunkFCM7E2H2cjs.cleanDirectories; exports.cleanOutputPath = _chunkMHBZMHW7cjs.cleanOutputPath; exports.getDefaultOptions = _chunkDPNREUD4cjs.getDefaultOptions; exports.toTSDownFormat = _chunkDPNREUD4cjs.toTSDownFormat;
21
+ exports.build = _chunkQZQGRRQScjs.build; exports.clean = _chunkFCM7E2H2cjs.clean; exports.cleanDirectories = _chunkFCM7E2H2cjs.cleanDirectories; exports.cleanOutputPath = _chunkQZQGRRQScjs.cleanOutputPath; exports.getDefaultOptions = _chunkDPNREUD4cjs.getDefaultOptions; exports.toTSDownFormat = _chunkDPNREUD4cjs.toTSDownFormat;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-EKFDR2QZ.js";
4
+ } from "./chunk-EUFVDDAJ.js";
5
5
  import {
6
6
  clean,
7
7
  cleanDirectories
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsdown",
3
- "version": "0.44.4",
3
+ "version": "0.44.5",
4
4
  "type": "module",
5
5
  "description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -146,9 +146,9 @@
146
146
  "tsdown": { "optional": false }
147
147
  },
148
148
  "dependencies": {
149
- "@storm-software/build-tools": "^0.157.3",
150
- "@storm-software/config": "^1.133.6",
151
- "@storm-software/config-tools": "^1.187.11",
149
+ "@storm-software/build-tools": "^0.157.4",
150
+ "@storm-software/config": "^1.133.7",
151
+ "@storm-software/config-tools": "^1.187.12",
152
152
  "chokidar": "^4.0.3",
153
153
  "commander": "^12.1.0",
154
154
  "es-toolkit": "^1.39.10",
@@ -171,5 +171,5 @@
171
171
  },
172
172
  "publishConfig": { "access": "public" },
173
173
  "sideEffects": false,
174
- "gitHead": "98ec25abe75a19e5d92b532a339ac62cda9bc92d"
174
+ "gitHead": "b5501e3dcc4eda6c260f69df5eb55dc3d58ae540"
175
175
  }