time-queues 1.2.3 → 1.2.4

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -61,6 +61,7 @@ This project is licensed under the BSD-3-Clause License.
61
61
 
62
62
  ## Release History
63
63
 
64
+ - 1.2.4 _Updated dependencies._
64
65
  - 1.2.3 _Updated dependencies._
65
66
  - 1.2.2 _`Counter`: separated old waiter from new waiters before notifying them._
66
67
  - 1.2.1 _Minor release: updated formal TS dependencies in `index.d.ts`._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "time-queues",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Time queues to organize multitasking and scheduled tasks.",
5
5
  "type": "module",
6
6
  "types": "./src/index.d.ts",
@@ -57,11 +57,11 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/node": "^25.0.10",
60
- "tape-six": "^1.4.4",
61
- "tape-six-proc": "^1.1.5",
60
+ "tape-six": "^1.4.5",
61
+ "tape-six-proc": "^1.1.6",
62
62
  "typescript": "^5.9.3"
63
63
  },
64
64
  "dependencies": {
65
- "list-toolkit": "^2.2.4"
65
+ "list-toolkit": "^2.2.5"
66
66
  }
67
67
  }