time-queues 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
- package/src/FrameQueue.js +1 -1
- package/src/IdleQueue.js +1 -1
- package/src/ListQueue.js +1 -1
- package/src/Scheduler.js +1 -1
- package/src/when-dom-loaded.js +1 -1
- package/src/when-loaded.js +1 -1
package/README.md
CHANGED
|
@@ -329,5 +329,6 @@ This project is licensed under the BSD-3-Clause License.
|
|
|
329
329
|
|
|
330
330
|
## Release History
|
|
331
331
|
|
|
332
|
-
* 1.0.
|
|
332
|
+
* 1.0.2 *Updated deps (`list-toolkit`).*
|
|
333
|
+
* 1.0.1 *Minor update in README. No need to upgrade.*
|
|
333
334
|
* 1.0.0 *Initial release.*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "time-queues",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Time queues to organize multitasking and scheduled tasks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
"tape-six": "^0.9.5"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"list-toolkit": "^
|
|
40
|
+
"list-toolkit": "^2.0.0"
|
|
41
41
|
}
|
|
42
42
|
}
|
package/src/FrameQueue.js
CHANGED
package/src/IdleQueue.js
CHANGED
package/src/ListQueue.js
CHANGED
package/src/Scheduler.js
CHANGED
package/src/when-dom-loaded.js
CHANGED