@storm-software/tsdown 0.40.1 → 0.40.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/README.md +1 -1
- package/package.json +19 -19
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdown",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
"sullivanpj"
|
|
134
134
|
],
|
|
135
135
|
"peerDependencies": {
|
|
136
|
-
"@microsoft/api-extractor": "
|
|
137
|
-
"@nx/devkit": "
|
|
138
|
-
"@nx/js": "
|
|
136
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
137
|
+
"@nx/devkit": "^21.4.1",
|
|
138
|
+
"@nx/js": "^21.4.1",
|
|
139
139
|
"spdx-exceptions": "^2.5.0",
|
|
140
140
|
"spdx-license-ids": "^3.0.20",
|
|
141
|
-
"tsdown": "
|
|
141
|
+
"tsdown": "0.5.3"
|
|
142
142
|
},
|
|
143
143
|
"peerDependenciesMeta": {
|
|
144
144
|
"@microsoft/api-extractor": { "optional": true },
|
|
@@ -149,30 +149,30 @@
|
|
|
149
149
|
"tsdown": { "optional": false }
|
|
150
150
|
},
|
|
151
151
|
"dependencies": {
|
|
152
|
-
"@storm-software/build-tools": "
|
|
153
|
-
"@storm-software/config": "
|
|
154
|
-
"@storm-software/config-tools": "
|
|
152
|
+
"@storm-software/build-tools": "^0.154.3",
|
|
153
|
+
"@storm-software/config": "^1.130.3",
|
|
154
|
+
"@storm-software/config-tools": "^1.183.4",
|
|
155
155
|
"chokidar": "^4.0.3",
|
|
156
|
-
"commander": "
|
|
156
|
+
"commander": "^12.1.0",
|
|
157
157
|
"es-toolkit": "^1.39.10",
|
|
158
158
|
"globby": "^14.1.0",
|
|
159
|
-
"nx": "
|
|
159
|
+
"nx": "^21.4.1",
|
|
160
160
|
"rolldown": "1.0.0-beta.1",
|
|
161
161
|
"source-map": "0.7.4",
|
|
162
|
-
"tsup": "
|
|
162
|
+
"tsup": "8.4.0"
|
|
163
163
|
},
|
|
164
164
|
"devDependencies": {
|
|
165
|
-
"@microsoft/api-extractor": "
|
|
166
|
-
"@nx/devkit": "
|
|
167
|
-
"@nx/js": "
|
|
168
|
-
"@types/node": "
|
|
169
|
-
"defu": "
|
|
170
|
-
"rollup": "
|
|
165
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
166
|
+
"@nx/devkit": "^21.4.1",
|
|
167
|
+
"@nx/js": "^21.4.1",
|
|
168
|
+
"@types/node": "^22.10.2",
|
|
169
|
+
"defu": "6.1.4",
|
|
170
|
+
"rollup": "^4.29.1",
|
|
171
171
|
"spdx-exceptions": "^2.5.0",
|
|
172
172
|
"spdx-license-ids": "^3.0.22",
|
|
173
|
-
"tsdown": "
|
|
173
|
+
"tsdown": "0.5.3"
|
|
174
174
|
},
|
|
175
175
|
"publishConfig": { "access": "public" },
|
|
176
176
|
"sideEffects": false,
|
|
177
|
-
"gitHead": "
|
|
177
|
+
"gitHead": "130c0445a406e976d0302d764282acc0b39bb1e2"
|
|
178
178
|
}
|