@wordpress/core-abilities 0.1.1-next.8fd3f8831.0 → 0.2.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
 
package/build/index.cjs CHANGED
@@ -24,7 +24,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
24
 
25
25
  // packages/core-abilities/src/index.ts
26
26
  var import_abilities = require("@wordpress/abilities");
27
- var import_api_fetch = __toESM(require("@wordpress/api-fetch"), 1);
27
+ var import_api_fetch = __toESM(require("@wordpress/api-fetch"));
28
28
  var import_url = require("@wordpress/url");
29
29
  var API_BASE = "/wp-abilities/v1";
30
30
  var ABILITIES_ENDPOINT = `${API_BASE}/abilities`;
@@ -82,4 +82,4 @@ async function initialize() {
82
82
  await initializeAbilities();
83
83
  }
84
84
  initialize();
85
- //# sourceMappingURL=index.js.map
85
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/core-abilities",
3
- "version": "0.1.1-next.8fd3f8831.0",
3
+ "version": "0.2.1-next.79a2f3cdd.0",
4
4
  "description": "WordPress core abilities integration for the Abilities API.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,31 +30,30 @@
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"
43
42
  },
44
43
  "wpScriptModuleExports": {
45
- ".": "./build-module/index.js"
44
+ ".": "./build-module/index.mjs"
46
45
  },
47
46
  "types": "build-types",
48
47
  "sideEffects": [
49
48
  "{src,build,build-module}/index.js"
50
49
  ],
51
50
  "dependencies": {
52
- "@wordpress/abilities": "^0.2.1-next.8fd3f8831.0",
53
- "@wordpress/api-fetch": "^7.36.1-next.8fd3f8831.0",
54
- "@wordpress/url": "^4.36.1-next.8fd3f8831.0"
51
+ "@wordpress/abilities": "^0.3.1-next.79a2f3cdd.0",
52
+ "@wordpress/api-fetch": "^7.37.1-next.79a2f3cdd.0",
53
+ "@wordpress/url": "^4.37.1-next.79a2f3cdd.0"
55
54
  },
56
55
  "publishConfig": {
57
56
  "access": "public"
58
57
  },
59
- "gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
58
+ "gitHead": "6a324496a37d9a333a11d4d7fe5fb93b8152a5ba"
60
59
  }
File without changes