@wordpress/core-abilities 0.2.0 → 0.2.1-next.06ee73755.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
 
@@ -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
@@ -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.2.0",
3
+ "version": "0.2.1-next.06ee73755.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,36 +24,36 @@
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",
34
- "module": "build-module/index.js",
33
+ "main": "build/index.cjs",
34
+ "module": "build-module/index.mjs",
35
35
  "exports": {
36
36
  ".": {
37
37
  "types": "./build-types/index.d.ts",
38
- "import": "./build-module/index.js",
39
- "require": "./build/index.js"
38
+ "import": "./build-module/index.mjs",
39
+ "require": "./build/index.cjs"
40
40
  },
41
41
  "./package.json": "./package.json"
42
42
  },
43
43
  "wpScriptModuleExports": {
44
- ".": "./build-module/index.js"
44
+ ".": "./build-module/index.mjs"
45
45
  },
46
46
  "types": "build-types",
47
47
  "sideEffects": [
48
48
  "{src,build,build-module}/index.js"
49
49
  ],
50
50
  "dependencies": {
51
- "@wordpress/abilities": "^0.3.0",
52
- "@wordpress/api-fetch": "^7.37.0",
53
- "@wordpress/url": "^4.37.0"
51
+ "@wordpress/abilities": "^0.3.1-next.06ee73755.0",
52
+ "@wordpress/api-fetch": "^7.37.1-next.06ee73755.0",
53
+ "@wordpress/url": "^4.37.1-next.06ee73755.0"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950"
58
+ "gitHead": "fd315436f44683a993d5f053789b5279d95b2872"
59
59
  }
File without changes
File without changes