@goldstack/utils-esbuild 0.5.0 → 0.5.1
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 +3 -3
- package/dist/src/utilsEsbuild.d.ts +1 -1
- package/dist/src/utilsEsbuild.js +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Goldstack Esbuild Utilities
|
|
2
|
-
|
|
3
|
-
Simple utilities for working with [esbuild](https://esbuild.github.io/).
|
|
1
|
+
# Goldstack Esbuild Utilities
|
|
2
|
+
|
|
3
|
+
Simple utilities for working with [esbuild](https://esbuild.github.io/).
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const excludeInBundle: (name: string) => string;
|
|
1
|
+
export declare const excludeInBundle: (name: string) => string;
|
|
2
2
|
//# sourceMappingURL=utilsEsbuild.d.ts.map
|
package/dist/src/utilsEsbuild.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.excludeInBundle = void 0;
|
|
4
|
-
const excludeInBundle = (name) => {
|
|
5
|
-
return { name: name }.name;
|
|
6
|
-
};
|
|
7
|
-
exports.excludeInBundle = excludeInBundle;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.excludeInBundle = void 0;
|
|
4
|
+
const excludeInBundle = (name) => {
|
|
5
|
+
return { name: name }.name;
|
|
6
|
+
};
|
|
7
|
+
exports.excludeInBundle = excludeInBundle;
|
|
8
8
|
//# sourceMappingURL=utilsEsbuild.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-esbuild",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Utilities for esbuild.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@goldstack/utils-git": "0.2.
|
|
37
|
+
"@goldstack/utils-git": "0.2.1",
|
|
38
38
|
"@types/jest": "^28.1.8",
|
|
39
39
|
"@types/node": "^18.7.13",
|
|
40
40
|
"jest": "^28.1.0",
|