@storm-software/tsdown 0.20.0 → 0.20.2

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.19.0-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.20.1-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,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkBJNWAMXYcjs = require('./chunk-BJNWAMXY.cjs');
3
+ var _chunkWRVVU7ZBcjs = require('./chunk-WRVVU7ZB.cjs');
4
4
  require('./chunk-3RSRST47.cjs');
5
5
  require('./chunk-5KRF6IVW.cjs');
6
6
  require('./chunk-USNT2KNT.cjs');
7
7
 
8
8
 
9
- exports.build = _chunkBJNWAMXYcjs.build;
9
+ exports.build = _chunkWRVVU7ZBcjs.build;
package/dist/build.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  build
3
- } from "./chunk-D5OWREKY.js";
3
+ } from "./chunk-FWJ4AMBZ.js";
4
4
  import "./chunk-4WO7ZRQL.js";
5
5
  import "./chunk-UQLCBJOS.js";
6
6
  import "./chunk-SHUYVCID.js";
@@ -68,7 +68,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
68
68
  envName: fileName?.toUpperCase(),
69
69
  jitiOptions: {
70
70
  debug: false,
71
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
71
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
72
72
  },
73
73
  ...options
74
74
  });
@@ -80,7 +80,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
80
80
  envName: fileName?.toUpperCase(),
81
81
  jitiOptions: {
82
82
  debug: false,
83
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
83
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
84
84
  },
85
85
  configFile: fileName,
86
86
  ...options
@@ -68,7 +68,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkUSNT2KNTcjs.__name.call(void 0,
68
68
  envName: _optionalChain([fileName, 'optionalAccess', _ => _.toUpperCase, 'call', _2 => _2()]),
69
69
  jitiOptions: {
70
70
  debug: false,
71
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunk3RSRST47cjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
71
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunk3RSRST47cjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
72
72
  },
73
73
  ...options
74
74
  });
@@ -80,7 +80,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkUSNT2KNTcjs.__name.call(void 0,
80
80
  envName: _optionalChain([fileName, 'optionalAccess', _3 => _3.toUpperCase, 'call', _4 => _4()]),
81
81
  jitiOptions: {
82
82
  debug: false,
83
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunk3RSRST47cjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
83
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunk3RSRST47cjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
84
84
  },
85
85
  configFile: fileName,
86
86
  ...options
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkBJNWAMXYcjs = require('./chunk-BJNWAMXY.cjs');
3
+ var _chunkWRVVU7ZBcjs = require('./chunk-WRVVU7ZB.cjs');
4
4
 
5
5
 
6
6
  var _chunk3RSRST47cjs = require('./chunk-3RSRST47.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 = _chunkBJNWAMXYcjs.build; exports.clean = _chunk3RSRST47cjs.clean;
16
+ exports.DEFAULT_BUILD_OPTIONS = _chunk5KRF6IVWcjs.DEFAULT_BUILD_OPTIONS; exports.build = _chunkWRVVU7ZBcjs.build; exports.clean = _chunk3RSRST47cjs.clean;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  build
3
- } from "./chunk-D5OWREKY.js";
3
+ } from "./chunk-FWJ4AMBZ.js";
4
4
  import {
5
5
  clean
6
6
  } from "./chunk-4WO7ZRQL.js";
package/package.json CHANGED
@@ -1 +1,188 @@
1
- {"name":"@storm-software/tsdown","version":"0.20.0","type":"module","description":"A package containing `tsdown` utilities for building Storm Software libraries and applications","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops.git","directory":"packages/tsdown"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"maintainers":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},{"name":"Pat Sullivan","email":"admin@stormsoftware.com","url":"https://patsullivan.org"}],"contributors":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"}],"funding":{"type":"github","url":"https://github.com/sponsors/storm-software"},"license":"Apache-2.0","private":false,"packageManager":"pnpm@9.15.2","engines":{"node":">=22.4.0","pnpm":">=9.15.2"},"bin":{"storm-tsdown":"./bin/storm-tsdown.js","storm-tsdown-cjs":"./bin/storm-tsdown.cjs","storm-tsdown-esm":"./bin/storm-tsdown.js"},"main":"./dist/index.cjs","module":"./dist/index.js","exports":{"./package.json":"./package.json","./types":{"import":{"types":"./dist/types.d.ts","default":"./dist/types.js"},"require":{"types":"./dist/types.d.cts","default":"./dist/types.cjs"},"default":{"types":"./dist/types.d.ts","default":"./dist/types.js"}},"./index":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./config":{"import":{"types":"./dist/config.d.ts","default":"./dist/config.js"},"require":{"types":"./dist/config.d.cts","default":"./dist/config.cjs"},"default":{"types":"./dist/config.d.ts","default":"./dist/config.js"}},"./clean":{"import":{"types":"./dist/clean.d.ts","default":"./dist/clean.js"},"require":{"types":"./dist/clean.d.cts","default":"./dist/clean.cjs"},"default":{"types":"./dist/clean.d.ts","default":"./dist/clean.js"}},"./build":{"import":{"types":"./dist/build/index.d.ts","default":"./dist/build/index.js"},"require":{"types":"./dist/build/index.d.cts","default":"./dist/build/index.cjs"},"default":{"types":"./dist/build/index.d.ts","default":"./dist/build/index.js"}},"./plugins/*":{"import":{"types":"./dist/plugins/*.d.ts","default":"./dist/plugins/*.js"},"require":{"types":"./dist/plugins/*.d.cts","default":"./dist/plugins/*.cjs"},"default":{"types":"./dist/plugins/*.d.ts","default":"./dist/plugins/*.js"}}},"types":"./dist/index.d.ts","files":["dist/**/*"],"keywords":["acidic","cyclone-ui","tsdown","monorepo","storm","storm-ops","storm-stack","sullivanpj"],"peerDependencies":{"@microsoft/api-extractor":"^7.48.1","@nx/devkit":"^20.3.1","@nx/js":"^20.3.1","@storm-software/build-tools":"workspace:*","@storm-software/config-tools":"workspace:*","spdx-exceptions":"^2.5.0","spdx-license-ids":"^3.0.20","tsdown":"0.5.3"},"peerDependenciesMeta":{"@microsoft/api-extractor":{"optional":true},"@nx/devkit":{"optional":false},"@nx/js":{"optional":false},"@storm-software/build-tools":{"optional":false},"@storm-software/config-tools":{"optional":false},"spdx-exceptions":{"optional":true},"spdx-license-ids":{"optional":true},"tsdown":{"optional":false}},"dependencies":{"@humanfs/node":"^0.16.6","chokidar":"^4.0.3","commander":"^12.1.0","es-toolkit":"^1.30.1","globby":"^14.0.2","nx":"^20.3.1","rolldown":"1.0.0-beta.1","source-map":"0.7.4","tsup":"8.3.5"},"devDependencies":{"@microsoft/api-extractor":"^7.48.1","@nx/devkit":"^20.3.1","@nx/js":"^20.3.1","@storm-software/build-tools":"0.127.0","@storm-software/config":"1.96.0","@storm-software/config-tools":"1.136.0","@types/node":"^22.10.2","defu":"6.1.4","rollup":"4.29.1","spdx-exceptions":"^2.5.0","spdx-license-ids":"^3.0.20","tsdown":"0.5.3"},"publishConfig":{"access":"public"},"sideEffects":false}
1
+ {
2
+ "name": "@storm-software/tsdown",
3
+ "version": "0.20.2",
4
+ "type": "module",
5
+ "description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
6
+ "repository": {
7
+ "type": "github",
8
+ "url": "https://github.com/storm-software/storm-ops.git",
9
+ "directory": "packages/tsdown"
10
+ },
11
+ "homepage": "https://stormsoftware.com",
12
+ "bugs": "https://github.com/storm-software/storm-ops/issues",
13
+ "author": {
14
+ "name": "Storm Software",
15
+ "email": "contact@stormsoftware.com",
16
+ "url": "https://stormsoftware.com"
17
+ },
18
+ "maintainers": [
19
+ {
20
+ "name": "Storm Software",
21
+ "email": "contact@stormsoftware.com",
22
+ "url": "https://stormsoftware.com"
23
+ },
24
+ {
25
+ "name": "Pat Sullivan",
26
+ "email": "admin@stormsoftware.com",
27
+ "url": "https://patsullivan.org"
28
+ }
29
+ ],
30
+ "contributors": [
31
+ {
32
+ "name": "Storm Software",
33
+ "email": "contact@stormsoftware.com",
34
+ "url": "https://stormsoftware.com"
35
+ }
36
+ ],
37
+ "funding": {
38
+ "type": "github",
39
+ "url": "https://github.com/sponsors/storm-software"
40
+ },
41
+ "license": "Apache-2.0",
42
+ "private": false,
43
+ "packageManager": "pnpm@9.15.2",
44
+ "engines": { "node": ">=22.4.0", "pnpm": ">=9.15.2" },
45
+ "bin": {
46
+ "storm-tsdown": "./bin/storm-tsdown.js",
47
+ "storm-tsdown-cjs": "./bin/storm-tsdown.cjs",
48
+ "storm-tsdown-esm": "./bin/storm-tsdown.js"
49
+ },
50
+ "main": "./dist/index.cjs",
51
+ "module": "./dist/index.js",
52
+ "exports": {
53
+ "./package.json": "./package.json",
54
+ "./types": {
55
+ "import": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
56
+ "require": {
57
+ "types": "./dist/types.d.cts",
58
+ "default": "./dist/types.cjs"
59
+ },
60
+ "default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
61
+ },
62
+ "./index": {
63
+ "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
64
+ "require": {
65
+ "types": "./dist/index.d.cts",
66
+ "default": "./dist/index.cjs"
67
+ },
68
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
69
+ },
70
+ ".": {
71
+ "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
72
+ "require": {
73
+ "types": "./dist/index.d.cts",
74
+ "default": "./dist/index.cjs"
75
+ },
76
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
77
+ },
78
+ "./config": {
79
+ "import": {
80
+ "types": "./dist/config.d.ts",
81
+ "default": "./dist/config.js"
82
+ },
83
+ "require": {
84
+ "types": "./dist/config.d.cts",
85
+ "default": "./dist/config.cjs"
86
+ },
87
+ "default": {
88
+ "types": "./dist/config.d.ts",
89
+ "default": "./dist/config.js"
90
+ }
91
+ },
92
+ "./clean": {
93
+ "import": { "types": "./dist/clean.d.ts", "default": "./dist/clean.js" },
94
+ "require": {
95
+ "types": "./dist/clean.d.cts",
96
+ "default": "./dist/clean.cjs"
97
+ },
98
+ "default": { "types": "./dist/clean.d.ts", "default": "./dist/clean.js" }
99
+ },
100
+ "./build": {
101
+ "import": {
102
+ "types": "./dist/build/index.d.ts",
103
+ "default": "./dist/build/index.js"
104
+ },
105
+ "require": {
106
+ "types": "./dist/build/index.d.cts",
107
+ "default": "./dist/build/index.cjs"
108
+ },
109
+ "default": {
110
+ "types": "./dist/build/index.d.ts",
111
+ "default": "./dist/build/index.js"
112
+ }
113
+ },
114
+ "./plugins/*": {
115
+ "import": {
116
+ "types": "./dist/plugins/*.d.ts",
117
+ "default": "./dist/plugins/*.js"
118
+ },
119
+ "require": {
120
+ "types": "./dist/plugins/*.d.cts",
121
+ "default": "./dist/plugins/*.cjs"
122
+ },
123
+ "default": {
124
+ "types": "./dist/plugins/*.d.ts",
125
+ "default": "./dist/plugins/*.js"
126
+ }
127
+ }
128
+ },
129
+ "types": "./dist/index.d.ts",
130
+ "files": ["dist/**/*"],
131
+ "keywords": [
132
+ "acidic",
133
+ "cyclone-ui",
134
+ "tsdown",
135
+ "monorepo",
136
+ "storm",
137
+ "storm-ops",
138
+ "storm-stack",
139
+ "sullivanpj"
140
+ ],
141
+ "peerDependencies": {
142
+ "@microsoft/api-extractor": "^7.48.1",
143
+ "@nx/devkit": "^20.3.1",
144
+ "@nx/js": "^20.3.1",
145
+ "@storm-software/build-tools": "workspace:*",
146
+ "@storm-software/config-tools": "workspace:*",
147
+ "spdx-exceptions": "^2.5.0",
148
+ "spdx-license-ids": "^3.0.20",
149
+ "tsdown": "0.5.3"
150
+ },
151
+ "peerDependenciesMeta": {
152
+ "@microsoft/api-extractor": { "optional": true },
153
+ "@nx/devkit": { "optional": false },
154
+ "@nx/js": { "optional": false },
155
+ "@storm-software/build-tools": { "optional": false },
156
+ "@storm-software/config-tools": { "optional": false },
157
+ "spdx-exceptions": { "optional": true },
158
+ "spdx-license-ids": { "optional": true },
159
+ "tsdown": { "optional": false }
160
+ },
161
+ "dependencies": {
162
+ "@humanfs/node": "^0.16.6",
163
+ "chokidar": "^4.0.3",
164
+ "commander": "^12.1.0",
165
+ "es-toolkit": "^1.30.1",
166
+ "globby": "^14.0.2",
167
+ "nx": "^20.3.1",
168
+ "rolldown": "1.0.0-beta.1",
169
+ "source-map": "0.7.4",
170
+ "tsup": "8.3.5"
171
+ },
172
+ "devDependencies": {
173
+ "@microsoft/api-extractor": "^7.48.1",
174
+ "@nx/devkit": "^20.3.1",
175
+ "@nx/js": "^20.3.1",
176
+ "@storm-software/build-tools": "0.129.1",
177
+ "@storm-software/config": "1.96.2",
178
+ "@storm-software/config-tools": "1.136.3",
179
+ "@types/node": "^22.10.2",
180
+ "defu": "6.1.4",
181
+ "rollup": "4.29.1",
182
+ "spdx-exceptions": "^2.5.0",
183
+ "spdx-license-ids": "^3.0.20",
184
+ "tsdown": "0.5.3"
185
+ },
186
+ "publishConfig": { "access": "public" },
187
+ "sideEffects": false
188
+ }