@storm-software/tsdown 0.38.7 → 0.38.9
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 +11 -11
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.38.
|
|
3
|
+
"version": "0.38.9",
|
|
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": "^21.
|
|
138
|
-
"@nx/js": "^21.
|
|
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
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.
|
|
153
|
-
"@storm-software/config": "^1.128.
|
|
154
|
-
"@storm-software/config-tools": "^1.180.
|
|
152
|
+
"@storm-software/build-tools": "^0.153.8",
|
|
153
|
+
"@storm-software/config": "^1.128.8",
|
|
154
|
+
"@storm-software/config-tools": "^1.180.9",
|
|
155
155
|
"chokidar": "^4.0.3",
|
|
156
156
|
"commander": "^12.1.0",
|
|
157
|
-
"es-toolkit": "^1.39.
|
|
157
|
+
"es-toolkit": "^1.39.10",
|
|
158
158
|
"globby": "^14.1.0",
|
|
159
|
-
"nx": "^21.
|
|
159
|
+
"nx": "^21.4.1",
|
|
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": "^21.
|
|
167
|
-
"@nx/js": "^21.
|
|
166
|
+
"@nx/devkit": "^21.4.1",
|
|
167
|
+
"@nx/js": "^21.4.1",
|
|
168
168
|
"@types/node": "^22.10.2",
|
|
169
169
|
"defu": "6.1.4",
|
|
170
170
|
"rollup": "^4.29.1",
|
|
@@ -174,5 +174,5 @@
|
|
|
174
174
|
},
|
|
175
175
|
"publishConfig": { "access": "public" },
|
|
176
176
|
"sideEffects": false,
|
|
177
|
-
"gitHead": "
|
|
177
|
+
"gitHead": "26e951f6cd4c632bf009694a9aabc8592f602c55"
|
|
178
178
|
}
|