@storm-software/tsdown 0.32.1 → 0.33.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 -2
- package/package.json +9 -9
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 -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm TSDown Package](#storm-tsdown-package)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdown",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
],
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@microsoft/api-extractor": "^7.48.1",
|
|
137
|
-
"@nx/devkit": "
|
|
138
|
-
"@nx/js": "
|
|
137
|
+
"@nx/devkit": "21.0.0",
|
|
138
|
+
"@nx/js": "21.0.0",
|
|
139
139
|
"spdx-exceptions": "^2.5.0",
|
|
140
140
|
"spdx-license-ids": "^3.0.20",
|
|
141
141
|
"tsdown": "0.5.3"
|
|
@@ -149,22 +149,22 @@
|
|
|
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.149.1",
|
|
153
|
+
"@storm-software/config": "^1.118.1",
|
|
154
|
+
"@storm-software/config-tools": "^1.168.1",
|
|
155
155
|
"chokidar": "^4.0.3",
|
|
156
156
|
"commander": "^12.1.0",
|
|
157
157
|
"es-toolkit": "^1.37.2",
|
|
158
158
|
"globby": "^14.1.0",
|
|
159
|
-
"nx": "
|
|
159
|
+
"nx": "21.0.0",
|
|
160
160
|
"rolldown": "1.0.0-beta.1",
|
|
161
161
|
"source-map": "0.7.4",
|
|
162
162
|
"tsup": "8.4.0"
|
|
163
163
|
},
|
|
164
164
|
"devDependencies": {
|
|
165
165
|
"@microsoft/api-extractor": "^7.48.1",
|
|
166
|
-
"@nx/devkit": "
|
|
167
|
-
"@nx/js": "
|
|
166
|
+
"@nx/devkit": "21.0.0",
|
|
167
|
+
"@nx/js": "21.0.0",
|
|
168
168
|
"@types/node": "^22.10.2",
|
|
169
169
|
"defu": "6.1.4",
|
|
170
170
|
"rollup": "^4.29.1",
|