Comparing version 4.1.19 to 4.1.20
@@ -6,2 +6,10 @@ # Change Log | ||
### [4.1.20](https://github.com/endojs/endo/compare/@endo/nat@4.1.19...@endo/nat@4.1.20) (2022-09-27) | ||
**Note:** Version bump only for package @endo/nat | ||
### [4.1.19](https://github.com/endojs/endo/compare/@endo/nat@4.1.18...@endo/nat@4.1.19) (2022-09-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/nat", | ||
"version": "4.1.19", | ||
"version": "4.1.20", | ||
"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.12", | ||
"@endo/compartment-mapper": "^0.7.13", | ||
"ava": "^3.12.1", | ||
@@ -36,3 +36,3 @@ "eslint": "^7.32.0", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.15.22" | ||
"ses": "^0.15.23" | ||
}, | ||
@@ -71,3 +71,3 @@ "directories": { | ||
}, | ||
"gitHead": "44b17d92334592b2da54d91dba73f28db513412a" | ||
"gitHead": "2d3f1a5c472aaef102e8919cbf8d0c53238d155f" | ||
} |
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
28924