Comparing version 4.1.11 to 4.1.12
@@ -6,2 +6,10 @@ # Change Log | ||
### [4.1.12](https://github.com/endojs/endo/compare/@endo/nat@4.1.11...@endo/nat@4.1.12) (2022-04-15) | ||
**Note:** Version bump only for package @endo/nat | ||
### [4.1.11](https://github.com/endojs/endo/compare/@endo/nat@4.1.10...@endo/nat@4.1.11) (2022-04-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/nat", | ||
"version": "4.1.11", | ||
"version": "4.1.12", | ||
"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.4", | ||
"@endo/compartment-mapper": "^0.7.5", | ||
"ava": "^3.12.1", | ||
@@ -36,3 +36,3 @@ "eslint": "^7.23.0", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.15.14" | ||
"ses": "^0.15.15" | ||
}, | ||
@@ -71,3 +71,3 @@ "directories": { | ||
}, | ||
"gitHead": "f0063be090c2e5c5f8b4561f1aa0fecdc79b0b04" | ||
"gitHead": "3ae52352ca54614f0bf40f74a6f3959ea5973c2e" | ||
} |
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
27659