@storm-software/tsdown 0.22.6 → 0.22.8
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/build.cjs +3 -3
- package/dist/build.js +2 -2
- package/dist/{chunk-Y4MOS2JM.js → chunk-JN2VI3EG.js} +1 -1
- package/dist/{chunk-GYAZ6EIB.cjs → chunk-OMIETROS.cjs} +84 -84
- package/dist/{chunk-QVK624ZI.js → chunk-U4CGPPOG.js} +16 -10
- package/dist/{chunk-2Z7WS4H3.cjs → chunk-ZQC6YPF5.cjs} +11 -5
- package/dist/clean.cjs +2 -2
- package/dist/clean.d.cts +1 -1183
- package/dist/clean.d.ts +1 -1183
- package/dist/clean.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +3 -4
package/dist/clean.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOMIETROScjs = require('./chunk-OMIETROS.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkZQC6YPF5cjs = require('./chunk-ZQC6YPF5.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunk5KRF6IVWcjs = require('./chunk-5KRF6IVW.cjs');
|
|
@@ -13,4 +13,4 @@ require('./chunk-SFZRYJZ2.cjs');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
exports.DEFAULT_BUILD_OPTIONS = _chunk5KRF6IVWcjs.DEFAULT_BUILD_OPTIONS; exports.build =
|
|
16
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunk5KRF6IVWcjs.DEFAULT_BUILD_OPTIONS; exports.build = _chunkOMIETROScjs.build; exports.clean = _chunkZQC6YPF5cjs.clean;
|
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 '
|
|
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 '
|
|
5
|
+
import '@storm-software/config';
|
|
6
6
|
import '@nx/devkit';
|
|
7
7
|
import '@storm-software/build-tools';
|
|
8
8
|
import 'tsdown';
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdown",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.8",
|
|
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",
|