@storm-software/tsdown 0.37.1 → 0.38.0
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 +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-AQ4RJKTQ.js → chunk-BMIDUIMZ.js} +550 -248
- package/dist/{chunk-7L7BKTGQ.cjs → chunk-F7XVI3XC.cjs} +550 -248
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +6 -6
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
|
|
4
|
+
var _chunkF7XVI3XCcjs = require('./chunk-F7XVI3XC.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -16,4 +16,4 @@ require('./chunk-ZBPRDZS4.cjs');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.DEFAULT_BUILD_OPTIONS = _chunk65E5RX7Icjs.DEFAULT_BUILD_OPTIONS; exports.build =
|
|
19
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunk65E5RX7Icjs.DEFAULT_BUILD_OPTIONS; exports.build = _chunkF7XVI3XCcjs.build; exports.clean = _chunkIO7MJMVEcjs.clean; exports.cleanDirectories = _chunkIO7MJMVEcjs.cleanDirectories; exports.cleanOutputPath = _chunkF7XVI3XCcjs.cleanOutputPath;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdown",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
"tsdown": { "optional": false }
|
|
150
150
|
},
|
|
151
151
|
"dependencies": {
|
|
152
|
-
"@storm-software/build-tools": "^0.
|
|
153
|
-
"@storm-software/config": "^1.
|
|
154
|
-
"@storm-software/config-tools": "^1.
|
|
152
|
+
"@storm-software/build-tools": "^0.153.0",
|
|
153
|
+
"@storm-software/config": "^1.128.0",
|
|
154
|
+
"@storm-software/config-tools": "^1.180.0",
|
|
155
155
|
"chokidar": "^4.0.3",
|
|
156
156
|
"commander": "^12.1.0",
|
|
157
157
|
"es-toolkit": "^1.39.8",
|
|
@@ -169,10 +169,10 @@
|
|
|
169
169
|
"defu": "6.1.4",
|
|
170
170
|
"rollup": "^4.29.1",
|
|
171
171
|
"spdx-exceptions": "^2.5.0",
|
|
172
|
-
"spdx-license-ids": "^3.0.
|
|
172
|
+
"spdx-license-ids": "^3.0.22",
|
|
173
173
|
"tsdown": "0.5.3"
|
|
174
174
|
},
|
|
175
175
|
"publishConfig": { "access": "public" },
|
|
176
176
|
"sideEffects": false,
|
|
177
|
-
"gitHead": "
|
|
177
|
+
"gitHead": "6a6dd784f46be577947b206ab5e38654a85140e2"
|
|
178
178
|
}
|