esbuild-auto-path-plugin 1.2.1 → 1.2.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/lib/cjs/index.cjs CHANGED
@@ -17,11 +17,11 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // src/index.ts
20
- var src_exports = {};
21
- __export(src_exports, {
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
22
  autoPathPlugin: () => autoPathPlugin
23
23
  });
24
- module.exports = __toCommonJS(src_exports);
24
+ module.exports = __toCommonJS(index_exports);
25
25
  var import_promises = require("fs/promises");
26
26
  var import_path = require("path");
27
27
  var fallbackExtensions = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esbuild-auto-path-plugin",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Plugin for transforming bundles to use an auto path for assets.",
5
5
  "keywords": [
6
6
  "plugin",
@@ -50,7 +50,7 @@
50
50
  "build:declaration": "tsc --emitDeclarationOnly"
51
51
  },
52
52
  "devDependencies": {
53
- "esbuild": "^0.24.0"
53
+ "esbuild": "^0.25.0"
54
54
  },
55
- "gitHead": "9ff5ecfbb5a16b8b982d3f00b5a0c5b775c890f0"
55
+ "gitHead": "1f3f3f5cd074cb01ed9db496312ad86b6b0873b6"
56
56
  }