esbuild-auto-path-plugin 1.2.1 → 1.3.0-beta.0fe3852

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2025 smapiot
3
+ Copyright (c) 2019 - 2026 smapiot
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.3.0-beta.0fe3852",
4
4
  "description": "Plugin for transforming bundles to use an auto path for assets.",
5
5
  "keywords": [
6
6
  "plugin",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "git+https://github.com/smapiot/piral-cli-esbuild.git"
40
+ "url": "https://github.com/smapiot/piral-cli-esbuild.git"
41
41
  },
42
42
  "bugs": {
43
43
  "url": "https://github.com/smapiot/piral-cli-esbuild/issues"
@@ -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": "0fe3852e43889a8d418535d8d5ae820e2cf60e14"
56
56
  }