@wordpress/core-abilities 0.1.1-next.738bb1424.0 → 0.1.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
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")
|
|
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`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/core-abilities",
|
|
3
|
-
"version": "0.1.1-next.
|
|
3
|
+
"version": "0.1.1-next.76cff8c98.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.
|
|
34
|
+
"module": "build-module/index.mjs",
|
|
36
35
|
"exports": {
|
|
37
36
|
".": {
|
|
38
37
|
"types": "./build-types/index.d.ts",
|
|
39
|
-
"import": "./build-module/index.
|
|
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.
|
|
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.
|
|
53
|
-
"@wordpress/api-fetch": "^7.36.1-next.
|
|
54
|
-
"@wordpress/url": "^4.36.1-next.
|
|
51
|
+
"@wordpress/abilities": "^0.2.1-next.76cff8c98.0",
|
|
52
|
+
"@wordpress/api-fetch": "^7.36.1-next.76cff8c98.0",
|
|
53
|
+
"@wordpress/url": "^4.36.1-next.76cff8c98.0"
|
|
55
54
|
},
|
|
56
55
|
"publishConfig": {
|
|
57
56
|
"access": "public"
|
|
58
57
|
},
|
|
59
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "368727f14b858e75179e140967c2d9ec965c8790"
|
|
60
59
|
}
|
|
File without changes
|