@wordpress/priority-queue
Advanced tools
Comparing version 3.14.0 to 3.15.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 3.15.0 (2025-01-02) | ||
## 3.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/priority-queue", | ||
"version": "3.14.0", | ||
"version": "3.15.0", | ||
"description": "Generic browser priority queue.", | ||
@@ -39,3 +39,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "b432c18934c9db866b6dba7d37517a4e97d642e3" | ||
"gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45" | ||
} |
@@ -5,7 +5,4 @@ { | ||
"compilerOptions": { | ||
"rootDir": "src", | ||
"declarationDir": "build-types", | ||
"types": [ "requestidlecallback" ] | ||
}, | ||
"include": [ "src/**/*" ] | ||
} | ||
} |
99644
753