@storm-software/esbuild 0.45.18 → 0.45.19
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 +5 -5
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/esbuild",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -186,9 +186,9 @@
|
|
|
186
186
|
"dependencies": {
|
|
187
187
|
"@nx/devkit": "21.0.3",
|
|
188
188
|
"@nx/js": "21.0.3",
|
|
189
|
-
"@storm-software/build-tools": "^0.151.
|
|
190
|
-
"@storm-software/config": "^1.124.
|
|
191
|
-
"@storm-software/config-tools": "^1.175.
|
|
189
|
+
"@storm-software/build-tools": "^0.151.14",
|
|
190
|
+
"@storm-software/config": "^1.124.7",
|
|
191
|
+
"@storm-software/config-tools": "^1.175.5",
|
|
192
192
|
"chokidar": "^4.0.3",
|
|
193
193
|
"commander": "^12.1.0",
|
|
194
194
|
"defu": "6.1.4",
|
|
@@ -200,5 +200,5 @@
|
|
|
200
200
|
"devDependencies": { "@types/node": "^22.10.2", "nx": "21.0.3" },
|
|
201
201
|
"publishConfig": { "access": "public" },
|
|
202
202
|
"sideEffects": false,
|
|
203
|
-
"gitHead": "
|
|
203
|
+
"gitHead": "446803d73ec4fd31944e933c4965955bc744c0db"
|
|
204
204
|
}
|