@storm-software/tsdown 0.22.6 → 0.22.7

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/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@ export { build } from './build.cjs';
2
2
  export { clean } from './clean.cjs';
3
3
  export { DEFAULT_BUILD_OPTIONS } from './config.cjs';
4
4
  export { MaybePromise, TSDownCLIOptions, TSDownOptions, TSDownResolvedOptions } from './types.cjs';
5
- import 'zod';
5
+ import '@storm-software/config';
6
6
  import '@nx/devkit';
7
7
  import '@storm-software/build-tools';
8
8
  import 'tsdown';
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ export { build } from './build.js';
2
2
  export { clean } from './clean.js';
3
3
  export { DEFAULT_BUILD_OPTIONS } from './config.js';
4
4
  export { MaybePromise, TSDownCLIOptions, TSDownOptions, TSDownResolvedOptions } from './types.js';
5
- import 'zod';
5
+ import '@storm-software/config';
6
6
  import '@nx/devkit';
7
7
  import '@storm-software/build-tools';
8
8
  import 'tsdown';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsdown",
3
- "version": "0.22.6",
3
+ "version": "0.22.7",
4
4
  "type": "module",
5
5
  "description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -143,6 +143,7 @@
143
143
  "@nx/devkit": "^20.3.1",
144
144
  "@nx/js": "^20.3.1",
145
145
  "@storm-software/build-tools": "workspace:*",
146
+ "@storm-software/config": "workspace:*",
146
147
  "@storm-software/config-tools": "workspace:*",
147
148
  "spdx-exceptions": "^2.5.0",
148
149
  "spdx-license-ids": "^3.0.20",
@@ -153,6 +154,7 @@
153
154
  "@nx/devkit": { "optional": false },
154
155
  "@nx/js": { "optional": false },
155
156
  "@storm-software/build-tools": { "optional": false },
157
+ "@storm-software/config": { "optional": false },
156
158
  "@storm-software/config-tools": { "optional": false },
157
159
  "spdx-exceptions": { "optional": true },
158
160
  "spdx-license-ids": { "optional": true },
@@ -173,9 +175,6 @@
173
175
  "@microsoft/api-extractor": "^7.48.1",
174
176
  "@nx/devkit": "^20.3.1",
175
177
  "@nx/js": "^20.3.1",
176
- "@storm-software/build-tools": "0.136.2",
177
- "@storm-software/config": "1.99.2",
178
- "@storm-software/config-tools": "1.142.2",
179
178
  "@types/node": "^22.10.2",
180
179
  "defu": "6.1.4",
181
180
  "rollup": "4.29.1",