@storm-software/tsdown 0.44.3 → 0.44.4

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/build.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkQZQGRRQScjs = require('./chunk-QZQGRRQS.cjs');
4
+ var _chunkMHBZMHW7cjs = require('./chunk-MHBZMHW7.cjs');
5
5
  require('./chunk-FCM7E2H2.cjs');
6
6
  require('./chunk-DPNREUD4.cjs');
7
7
 
8
8
 
9
9
 
10
- exports.build = _chunkQZQGRRQScjs.build; exports.cleanOutputPath = _chunkQZQGRRQScjs.cleanOutputPath;
10
+ exports.build = _chunkMHBZMHW7cjs.build; exports.cleanOutputPath = _chunkMHBZMHW7cjs.cleanOutputPath;
package/dist/build.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-EUFVDDAJ.js";
4
+ } from "./chunk-EKFDR2QZ.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/mini";
534
+ import * as z from "zod";
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 _mini = require('zod/mini'); var z = _interopRequireWildcard(_mini);
534
+ var _zod = require('zod'); var z = _interopRequireWildcard(_zod);
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 _chunkQZQGRRQScjs = require('./chunk-QZQGRRQS.cjs');
4
+ var _chunkMHBZMHW7cjs = require('./chunk-MHBZMHW7.cjs');
5
5
 
6
6
 
7
7
 
@@ -18,4 +18,4 @@ require('./chunk-ZBPRDZS4.cjs');
18
18
 
19
19
 
20
20
 
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;
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;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-EUFVDDAJ.js";
4
+ } from "./chunk-EKFDR2QZ.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.3",
3
+ "version": "0.44.4",
4
4
  "type": "module",
5
5
  "description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -147,8 +147,8 @@
147
147
  },
148
148
  "dependencies": {
149
149
  "@storm-software/build-tools": "^0.157.3",
150
- "@storm-software/config": "^1.133.5",
151
- "@storm-software/config-tools": "^1.187.10",
150
+ "@storm-software/config": "^1.133.6",
151
+ "@storm-software/config-tools": "^1.187.11",
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": "ff77233e5189516cebce6ade530d67f202d151f3"
174
+ "gitHead": "98ec25abe75a19e5d92b532a339ac62cda9bc92d"
175
175
  }