@wordpress/priority-queue
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -8,5 +8,5 @@ /** | ||
export function createRequestIdleCallback(): (callback: Callback) => void; | ||
declare function _default(callback: Callback): void; | ||
declare const _default: (callback: Callback) => void; | ||
export default _default; | ||
export type Callback = (timeOrDeadline: IdleDeadline | number) => void; | ||
//# sourceMappingURL=request-idle-callback.d.ts.map |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 3.4.0 (2024-07-24) | ||
## 3.3.0 (2024-07-10) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/priority-queue", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Generic browser priority queue.", | ||
@@ -38,3 +38,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"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
97116