@wordpress/data
Advanced tools
Comparing version 10.14.0 to 10.15.0
@@ -51,3 +51,3 @@ /* wp:polyfill */ | ||
* @param {Object} storeConfigs Initial store configurations. | ||
* @param {Object?} parent Parent registry. | ||
* @param {?Object} parent Parent registry. | ||
* | ||
@@ -54,0 +54,0 @@ * @return {WPDataRegistry} Data registry. |
@@ -6,3 +6,3 @@ /** | ||
* @param {Object} storeConfigs Initial store configurations. | ||
* @param {Object?} parent Parent registry. | ||
* @param {?Object} parent Parent registry. | ||
* | ||
@@ -9,0 +9,0 @@ * @return {WPDataRegistry} Data registry. |
@@ -58,3 +58,3 @@ /* wp:polyfill */ | ||
* @param {Object} storeConfigs Initial store configurations. | ||
* @param {Object?} parent Parent registry. | ||
* @param {?Object} parent Parent registry. | ||
* | ||
@@ -61,0 +61,0 @@ * @return {WPDataRegistry} Data registry. |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 10.15.0 (2025-01-02) | ||
## 10.14.0 (2024-12-11) | ||
@@ -7,0 +9,0 @@ |
## Gutenberg | ||
Copyright 2016-2024 by the contributors | ||
Copyright 2016-2025 by the contributors | ||
@@ -5,0 +5,0 @@ **License for Contributions (on and after April 15, 2021)** |
{ | ||
"name": "@wordpress/data", | ||
"version": "10.14.0", | ||
"version": "10.15.0", | ||
"description": "Data module for WordPress.", | ||
@@ -34,9 +34,9 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "7.25.7", | ||
"@wordpress/compose": "*", | ||
"@wordpress/deprecated": "*", | ||
"@wordpress/element": "*", | ||
"@wordpress/is-shallow-equal": "*", | ||
"@wordpress/priority-queue": "*", | ||
"@wordpress/private-apis": "*", | ||
"@wordpress/redux-routine": "*", | ||
"@wordpress/compose": "^7.15.0", | ||
"@wordpress/deprecated": "^4.15.0", | ||
"@wordpress/element": "^6.15.0", | ||
"@wordpress/is-shallow-equal": "^5.15.0", | ||
"@wordpress/priority-queue": "^3.15.0", | ||
"@wordpress/private-apis": "^1.15.0", | ||
"@wordpress/redux-routine": "^5.15.0", | ||
"deepmerge": "^4.3.0", | ||
@@ -56,3 +56,3 @@ "equivalent-key-map": "^0.2.2", | ||
}, | ||
"gitHead": "b432c18934c9db866b6dba7d37517a4e97d642e3" | ||
"gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45" | ||
} |
@@ -395,3 +395,3 @@ # Data | ||
- _storeConfigs_ `Object`: Initial store configurations. | ||
- _parent_ `Object?`: Parent registry. | ||
- _parent_ `?Object`: Parent registry. | ||
@@ -398,0 +398,0 @@ _Returns_ |
@@ -52,3 +52,3 @@ /** | ||
* @param {Object} storeConfigs Initial store configurations. | ||
* @param {Object?} parent Parent registry. | ||
* @param {?Object} parent Parent registry. | ||
* | ||
@@ -55,0 +55,0 @@ * @return {WPDataRegistry} Data registry. |
@@ -5,4 +5,2 @@ { | ||
"compilerOptions": { | ||
"rootDir": "src", | ||
"declarationDir": "build-types", | ||
"checkJs": false | ||
@@ -18,4 +16,3 @@ }, | ||
{ "path": "../redux-routine" } | ||
], | ||
"include": [ "src/**/*" ] | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 7 instances in 1 package
0
1082706
15960