Comparing version 4.1.18 to 4.1.19
@@ -6,2 +6,10 @@ # Change Log | ||
### [4.1.19](https://github.com/endojs/endo/compare/@endo/nat@4.1.18...@endo/nat@4.1.19) (2022-09-14) | ||
**Note:** Version bump only for package @endo/nat | ||
### [4.1.18](https://github.com/endojs/endo/compare/@endo/nat@4.1.17...@endo/nat@4.1.18) (2022-08-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/nat", | ||
"version": "4.1.18", | ||
"version": "4.1.19", | ||
"description": "Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError", | ||
@@ -27,3 +27,3 @@ "main": "./src/index.js", | ||
"devDependencies": { | ||
"@endo/compartment-mapper": "^0.7.11", | ||
"@endo/compartment-mapper": "^0.7.12", | ||
"ava": "^3.12.1", | ||
@@ -36,3 +36,3 @@ "eslint": "^7.32.0", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.15.21" | ||
"ses": "^0.15.22" | ||
}, | ||
@@ -71,3 +71,3 @@ "directories": { | ||
}, | ||
"gitHead": "5935c16158f239ef9ad5a0c5443e02fed537cb6e" | ||
"gitHead": "44b17d92334592b2da54d91dba73f28db513412a" | ||
} |
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
28766