@wordpress/core-abilities 0.1.1-next.6deb34194.0 → 0.1.1-next.738bb1424.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.
@@ -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"));
27
+ var import_api_fetch = __toESM(require("@wordpress/api-fetch"), 1);
28
28
  var import_url = require("@wordpress/url");
29
29
  var API_BASE = "/wp-abilities/v1";
30
30
  var ABILITIES_ENDPOINT = `${API_BASE}/abilities`;
@@ -106,4 +106,4 @@ async function initialize() {
106
106
  await initializeAbilities();
107
107
  }
108
108
  initialize();
109
- //# sourceMappingURL=index.js.map
109
+ //# sourceMappingURL=index.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/core-abilities",
3
- "version": "0.1.1-next.6deb34194.0",
3
+ "version": "0.1.1-next.738bb1424.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",
@@ -24,19 +24,20 @@
24
24
  "npm": ">=8.19.2"
25
25
  },
26
26
  "files": [
27
+ "src",
27
28
  "build",
28
29
  "build-module",
29
30
  "build-types",
30
- "src",
31
31
  "*.md"
32
32
  ],
33
- "main": "build/index.js",
33
+ "type": "module",
34
+ "main": "build/index.cjs",
34
35
  "module": "build-module/index.js",
35
36
  "exports": {
36
37
  ".": {
37
38
  "types": "./build-types/index.d.ts",
38
39
  "import": "./build-module/index.js",
39
- "require": "./build/index.js"
40
+ "require": "./build/index.cjs"
40
41
  },
41
42
  "./package.json": "./package.json"
42
43
  },
@@ -48,12 +49,12 @@
48
49
  "{src,build,build-module}/index.js"
49
50
  ],
50
51
  "dependencies": {
51
- "@wordpress/abilities": "^0.2.1-next.6deb34194.0",
52
- "@wordpress/api-fetch": "^7.36.1-next.6deb34194.0",
53
- "@wordpress/url": "^4.36.1-next.6deb34194.0"
52
+ "@wordpress/abilities": "^0.2.1-next.738bb1424.0",
53
+ "@wordpress/api-fetch": "^7.36.1-next.738bb1424.0",
54
+ "@wordpress/url": "^4.36.1-next.738bb1424.0"
54
55
  },
55
56
  "publishConfig": {
56
57
  "access": "public"
57
58
  },
58
- "gitHead": "457096e9e9b3896d2d4fe54fc19d7fb571ee9a44"
59
+ "gitHead": "ab1b004c0d61c295aa34bc86ea07f979343983ce"
59
60
  }
File without changes