@wordpress/data-controls 4.36.1-next.8fd3f8831.0 → 4.37.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
package/build/index.cjs
CHANGED
|
@@ -38,9 +38,9 @@ __export(index_exports, {
|
|
|
38
38
|
syncSelect: () => syncSelect
|
|
39
39
|
});
|
|
40
40
|
module.exports = __toCommonJS(index_exports);
|
|
41
|
-
var import_api_fetch = __toESM(require("@wordpress/api-fetch")
|
|
41
|
+
var import_api_fetch = __toESM(require("@wordpress/api-fetch"));
|
|
42
42
|
var import_data = require("@wordpress/data");
|
|
43
|
-
var import_deprecated = __toESM(require("@wordpress/deprecated")
|
|
43
|
+
var import_deprecated = __toESM(require("@wordpress/deprecated"));
|
|
44
44
|
function apiFetch(request) {
|
|
45
45
|
return {
|
|
46
46
|
type: "API_FETCH",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/data-controls",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.37.1-next.06ee73755.0",
|
|
4
4
|
"description": "A set of common controls for the @wordpress/data api.",
|
|
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.
|
|
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"
|
|
@@ -45,9 +44,9 @@
|
|
|
45
44
|
"wpScript": true,
|
|
46
45
|
"types": "build-types",
|
|
47
46
|
"dependencies": {
|
|
48
|
-
"@wordpress/api-fetch": "^7.
|
|
49
|
-
"@wordpress/data": "^10.
|
|
50
|
-
"@wordpress/deprecated": "^4.
|
|
47
|
+
"@wordpress/api-fetch": "^7.37.1-next.06ee73755.0",
|
|
48
|
+
"@wordpress/data": "^10.37.1-next.06ee73755.0",
|
|
49
|
+
"@wordpress/deprecated": "^4.37.1-next.06ee73755.0"
|
|
51
50
|
},
|
|
52
51
|
"peerDependencies": {
|
|
53
52
|
"react": "^18.0.0"
|
|
@@ -55,5 +54,5 @@
|
|
|
55
54
|
"publishConfig": {
|
|
56
55
|
"access": "public"
|
|
57
56
|
},
|
|
58
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "fd315436f44683a993d5f053789b5279d95b2872"
|
|
59
58
|
}
|
|
File without changes
|