time-queues 1.2.0 → 1.2.1
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 +1 -0
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
package/README.md
CHANGED
|
@@ -62,6 +62,7 @@ This project is licensed under the BSD-3-Clause License.
|
|
|
62
62
|
|
|
63
63
|
## Release History
|
|
64
64
|
|
|
65
|
+
* 1.2.1 *Minor release: updated formal TS dependencies in `index.d.ts`.*
|
|
65
66
|
* 1.2.0 *Added `Counter`. Updated dev dependencies.*
|
|
66
67
|
* 1.1.2 *Updated dev dependencies. No need to upgrade.*
|
|
67
68
|
* 1.1.1 *Updates to TS typings.*
|
package/package.json
CHANGED