@wordpress/deprecated
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -43,10 +43,3 @@ /** | ||
export const logged: Record<string, true | undefined>; | ||
export type DeprecatedOptions = import('utility-types').NonUndefined<[feature: string, options?: { | ||
since?: string | undefined; | ||
version?: string | undefined; | ||
alternative?: string | undefined; | ||
plugin?: string | undefined; | ||
link?: string | undefined; | ||
hint?: string | undefined; | ||
} | undefined][1]>; | ||
export type DeprecatedOptions = import("utility-types").NonUndefined<Parameters<typeof deprecated>[1]>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.4.0 (2024-07-24) | ||
## 4.3.0 (2024-07-10) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/deprecated", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "Deprecation utility for WordPress.", | ||
@@ -32,3 +32,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/hooks": "^4.3.0" | ||
"@wordpress/hooks": "^4.4.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df" | ||
"gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2" | ||
} |
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
83176
373
Updated@wordpress/hooks@^4.4.0