@wordpress/api-fetch
Advanced tools
Comparing version 7.14.0 to 7.15.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 7.15.0 (2025-01-02) | ||
## 7.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/api-fetch", | ||
"version": "7.14.0", | ||
"version": "7.15.0", | ||
"description": "Utility to make WordPress REST API requests.", | ||
@@ -33,4 +33,4 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "7.25.7", | ||
"@wordpress/i18n": "*", | ||
"@wordpress/url": "*" | ||
"@wordpress/i18n": "^5.15.0", | ||
"@wordpress/url": "^4.15.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b432c18934c9db866b6dba7d37517a4e97d642e3" | ||
"gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45" | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/tsconfig.json", | ||
"extends": "../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"rootDir": "src", | ||
"declarationDir": "build-types" | ||
}, | ||
"references": [ { "path": "../i18n" }, { "path": "../url" } ], | ||
"include": [ "src/**/*" ], | ||
"exclude": [ "**/test/**/*" ] | ||
"exclude": [ "**/test" ] | ||
} |
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
0
255131
3041
Updated@wordpress/i18n@^5.15.0
Updated@wordpress/url@^4.15.0