@wordpress/preferences-persistence 1.22.0 → 1.24.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/CHANGELOG.md +4 -0
- package/README.md +1 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -34,8 +34,7 @@ wp.data( 'core/preferences' ).setPersistenceLayer( persistenceLayer );
|
|
34
34
|
|
35
35
|
### create
|
36
36
|
|
37
|
-
Creates a persistence layer that stores data in WordPress user meta via the
|
38
|
-
REST API.
|
37
|
+
Creates a persistence layer that stores data in WordPress user meta via the REST API.
|
39
38
|
|
40
39
|
_Parameters_
|
41
40
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/preferences-persistence",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.24.0",
|
4
4
|
"description": "Persistence utilities for `wordpress/preferences`.",
|
5
5
|
"author": "The WordPress Contributors",
|
6
6
|
"license": "GPL-2.0-or-later",
|
@@ -28,10 +28,10 @@
|
|
28
28
|
"sideEffects": false,
|
29
29
|
"dependencies": {
|
30
30
|
"@babel/runtime": "^7.16.0",
|
31
|
-
"@wordpress/api-fetch": "^6.
|
31
|
+
"@wordpress/api-fetch": "^6.29.0"
|
32
32
|
},
|
33
33
|
"publishConfig": {
|
34
34
|
"access": "public"
|
35
35
|
},
|
36
|
-
"gitHead": "
|
36
|
+
"gitHead": "6df0c62d43b8901414ccd22ffbe56eaa99d012a6"
|
37
37
|
}
|