@wordpress/deprecated
Advanced tools
Comparing version 3.34.0 to 3.35.0
@@ -41,4 +41,3 @@ /** | ||
export default function deprecated(feature) { | ||
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; | ||
export default function deprecated(feature, options = {}) { | ||
const { | ||
@@ -45,0 +44,0 @@ since, |
@@ -52,4 +52,3 @@ "use strict"; | ||
function deprecated(feature) { | ||
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; | ||
function deprecated(feature, options = {}) { | ||
const { | ||
@@ -56,0 +55,0 @@ since, |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 3.35.0 (2023-06-07) | ||
## 3.34.0 (2023-05-24) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/deprecated", | ||
"version": "3.34.0", | ||
"version": "3.35.0", | ||
"description": "Deprecation utility for WordPress.", | ||
@@ -31,3 +31,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/hooks": "^3.34.0" | ||
"@wordpress/hooks": "^3.35.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "c7c79cb11b677adcbf06cf5f8cfb6c5ec1699f19" | ||
"gitHead": "a92f606309b1541b834ff9b0a76ed2a466fc45ed" | ||
} |
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
79801
376
7
Updated@wordpress/hooks@^3.35.0