number-allocator
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,4 @@ | ||
## 1.0.8 | ||
- Updated collections.js to solve https://github.com/montagejs/collections/issues/241 | ||
## 1.0.7 | ||
@@ -2,0 +5,0 @@ - Fixed codecov badge on README.md. |
{ | ||
"name": "number-allocator", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A library for the unique number allocator", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"collections": "^5.1.12", | ||
"collections": "^5.1.13", | ||
"debug": "^4.3.1" | ||
@@ -43,0 +43,0 @@ }, |
# Unique number allocator for JavaScript. | ||
Version 1.0.7 [![number-allocator CI](https://github.com/redboltz/number-allocator/workflows/number-allocator%20CI/badge.svg)](https://github.com/redboltz/number-allocator/actions) [![codecov](https://codecov.io/gh/redboltz/number-allocator/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/number-allocator) | ||
Version 1.0.8 [![number-allocator CI](https://github.com/redboltz/number-allocator/workflows/number-allocator%20CI/badge.svg)](https://github.com/redboltz/number-allocator/actions) [![codecov](https://codecov.io/gh/redboltz/number-allocator/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/number-allocator) | ||
@@ -5,0 +5,0 @@ ## How to use |
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
28550
Updatedcollections@^5.1.13