@wordpress/private-apis 1.36.1-next.8fd3f8831.0 → 1.37.1-next.79a2f3cdd.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
 
@@ -87,4 +87,4 @@ export {
87
87
  allowCoreModule,
88
88
  resetAllowedCoreModules
89
89
  };
90
- //# sourceMappingURL=implementation.js.map
90
+ //# sourceMappingURL=implementation.mjs.map
@@ -1,6 +1,6 @@
1
1
  // packages/private-apis/src/index.ts
2
- import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from "./implementation.js";
2
+ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from "./implementation.mjs";
3
3
  export {
4
4
  __dangerousOptInToUnstableAPIsOnlyForCoreModules
5
5
  };
6
- //# sourceMappingURL=index.js.map
6
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/private-apis",
3
- "version": "1.36.1-next.8fd3f8831.0",
3
+ "version": "1.37.1-next.79a2f3cdd.0",
4
4
  "description": "Internal experimental APIs for WordPress core.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,13 +30,12 @@
30
30
  "build-types",
31
31
  "*.md"
32
32
  ],
33
- "type": "module",
34
33
  "main": "build/index.cjs",
35
- "module": "build-module/index.js",
34
+ "module": "build-module/index.mjs",
36
35
  "exports": {
37
36
  ".": {
38
37
  "types": "./build-types/index.d.ts",
39
- "import": "./build-module/index.js",
38
+ "import": "./build-module/index.mjs",
40
39
  "require": "./build/index.cjs"
41
40
  },
42
41
  "./package.json": "./package.json"
@@ -48,5 +47,5 @@
48
47
  "publishConfig": {
49
48
  "access": "public"
50
49
  },
51
- "gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
50
+ "gitHead": "6a324496a37d9a333a11d4d7fe5fb93b8152a5ba"
52
51
  }
File without changes