@storm-software/tsdown 0.44.6 → 0.44.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/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.4-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.5-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 -->
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 _chunkP3ADZBDKcjs = require('./chunk-P3ADZBDK.cjs');
4
+ var _chunk23KLMTE3cjs = require('./chunk-23KLMTE3.cjs');
5
5
  require('./chunk-FCM7E2H2.cjs');
6
6
  require('./chunk-DPNREUD4.cjs');
7
7
 
8
8
 
9
9
 
10
- exports.build = _chunkP3ADZBDKcjs.build; exports.cleanOutputPath = _chunkP3ADZBDKcjs.cleanOutputPath;
10
+ exports.build = _chunk23KLMTE3cjs.build; exports.cleanOutputPath = _chunk23KLMTE3cjs.cleanOutputPath;
package/dist/build.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-WIIJRD4E.js";
4
+ } from "./chunk-UML67FOY.js";
5
5
  import "./chunk-ZHFSQ65J.js";
6
6
  import "./chunk-BMIIFT6J.js";
7
7
  export {
@@ -1947,16 +1947,16 @@ ${_chunkFCM7E2H2cjs.formatLogMessage.call(void 0, config)}`,
1947
1947
  };
1948
1948
 
1949
1949
  // ../config-tools/src/get-config.ts
1950
- var getConfig = (workspaceRoot, skipLogs = false) => {
1950
+ function getConfig(workspaceRoot, skipLogs = false) {
1951
1951
  return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
1952
- };
1953
- var getWorkspaceConfig = (skipLogs = true, options = {}) => {
1952
+ }
1953
+ function getWorkspaceConfig(skipLogs = true, options = {}) {
1954
1954
  let workspaceRoot = options.workspaceRoot;
1955
1955
  if (!workspaceRoot) {
1956
1956
  workspaceRoot = findWorkspaceRoot(options.cwd);
1957
1957
  }
1958
1958
  return getConfig(workspaceRoot, skipLogs);
1959
- };
1959
+ }
1960
1960
 
1961
1961
  // ../build-tools/src/utilities/get-entry-points.ts
1962
1962
 
@@ -1947,16 +1947,16 @@ ${formatLogMessage(config)}`,
1947
1947
  };
1948
1948
 
1949
1949
  // ../config-tools/src/get-config.ts
1950
- var getConfig = (workspaceRoot, skipLogs = false) => {
1950
+ function getConfig(workspaceRoot, skipLogs = false) {
1951
1951
  return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
1952
- };
1953
- var getWorkspaceConfig = (skipLogs = true, options = {}) => {
1952
+ }
1953
+ function getWorkspaceConfig(skipLogs = true, options = {}) {
1954
1954
  let workspaceRoot = options.workspaceRoot;
1955
1955
  if (!workspaceRoot) {
1956
1956
  workspaceRoot = findWorkspaceRoot(options.cwd);
1957
1957
  }
1958
1958
  return getConfig(workspaceRoot, skipLogs);
1959
- };
1959
+ }
1960
1960
 
1961
1961
  // ../build-tools/src/utilities/get-entry-points.ts
1962
1962
  import { glob as glob2 } from "glob";
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 _chunkP3ADZBDKcjs = require('./chunk-P3ADZBDK.cjs');
4
+ var _chunk23KLMTE3cjs = require('./chunk-23KLMTE3.cjs');
5
5
 
6
6
 
7
7
 
@@ -18,4 +18,4 @@ require('./chunk-ZBPRDZS4.cjs');
18
18
 
19
19
 
20
20
 
21
- exports.build = _chunkP3ADZBDKcjs.build; exports.clean = _chunkFCM7E2H2cjs.clean; exports.cleanDirectories = _chunkFCM7E2H2cjs.cleanDirectories; exports.cleanOutputPath = _chunkP3ADZBDKcjs.cleanOutputPath; exports.getDefaultOptions = _chunkDPNREUD4cjs.getDefaultOptions; exports.toTSDownFormat = _chunkDPNREUD4cjs.toTSDownFormat;
21
+ exports.build = _chunk23KLMTE3cjs.build; exports.clean = _chunkFCM7E2H2cjs.clean; exports.cleanDirectories = _chunkFCM7E2H2cjs.cleanDirectories; exports.cleanOutputPath = _chunk23KLMTE3cjs.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-WIIJRD4E.js";
4
+ } from "./chunk-UML67FOY.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.6",
3
+ "version": "0.44.7",
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.5",
150
- "@storm-software/config": "^1.133.8",
151
- "@storm-software/config-tools": "^1.187.13",
149
+ "@storm-software/build-tools": "^0.157.6",
150
+ "@storm-software/config": "^1.133.9",
151
+ "@storm-software/config-tools": "^1.187.14",
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": "69fc35e481abd37da0a2638a66cae265a00c7fd9"
174
+ "gitHead": "58633be531c801032daa1cb3ed2bbace2fb30dd9"
175
175
  }