@storm-software/esbuild 0.28.0 → 0.28.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 +1 -1
- package/package.json +5 -3
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.28.
|
|
3
|
+
"version": "0.28.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
"module": "./dist/index.js",
|
|
48
48
|
"exports": {
|
|
49
49
|
"./package.json": "./package.json",
|
|
50
|
+
"./assets/cjs_shims.js": "./assets/cjs_shims.js",
|
|
51
|
+
"./assets/esm_shims.js": "./assets/esm_shims.js",
|
|
50
52
|
"./types": {
|
|
51
53
|
"import": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
|
|
52
54
|
"require": {
|
|
@@ -169,8 +171,8 @@
|
|
|
169
171
|
"@nx/devkit": "^20.3.1",
|
|
170
172
|
"@nx/js": "^20.3.1",
|
|
171
173
|
"@storm-software/build-tools": "0.140.5",
|
|
172
|
-
"@storm-software/config": "1.104.
|
|
173
|
-
"@storm-software/config-tools": "1.156.
|
|
174
|
+
"@storm-software/config": "1.104.1",
|
|
175
|
+
"@storm-software/config-tools": "1.156.1",
|
|
174
176
|
"@types/node": "^22.10.2",
|
|
175
177
|
"defu": "6.1.4",
|
|
176
178
|
"esbuild": "^0.24.0",
|