@wordpress/asset-loader 1.2.1-next.738bb1424.0 → 1.2.1-next.76cff8c98.0

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.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2025 by the contributors
3
+ Copyright 2016-2026 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
@@ -215,4 +215,4 @@ var index_default = loadAssets;
215
215
  export {
216
216
  index_default as default
217
217
  };
218
- //# sourceMappingURL=index.js.map
218
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/asset-loader",
3
- "version": "1.2.1-next.738bb1424.0",
3
+ "version": "1.2.1-next.76cff8c98.0",
4
4
  "description": "Utility to dynamically load WordPress scripts and styles with dependency resolution.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -32,13 +32,12 @@
32
32
  "build-types",
33
33
  "*.md"
34
34
  ],
35
- "type": "module",
36
35
  "main": "build/index.cjs",
37
- "module": "build-module/index.js",
36
+ "module": "build-module/index.mjs",
38
37
  "exports": {
39
38
  ".": {
40
39
  "types": "./build-types/index.d.ts",
41
- "import": "./build-module/index.js",
40
+ "import": "./build-module/index.mjs",
42
41
  "default": "./build/index.cjs"
43
42
  },
44
43
  "./package.json": "./package.json"
@@ -48,5 +47,5 @@
48
47
  "publishConfig": {
49
48
  "access": "public"
50
49
  },
51
- "gitHead": "ab1b004c0d61c295aa34bc86ea07f979343983ce"
50
+ "gitHead": "368727f14b858e75179e140967c2d9ec965c8790"
52
51
  }
File without changes