Comparing version 4.1.7 to 4.1.8
@@ -6,2 +6,10 @@ # Change Log | ||
### [4.1.8](https://github.com/endojs/endo/compare/@endo/nat@4.1.7...@endo/nat@4.1.8) (2022-03-07) | ||
**Note:** Version bump only for package @endo/nat | ||
### [4.1.7](https://github.com/endojs/endo/compare/@endo/nat@4.1.6...@endo/nat@4.1.7) (2022-03-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/nat", | ||
"version": "4.1.7", | ||
"version": "4.1.8", | ||
"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.0", | ||
"@endo/compartment-mapper": "^0.7.1", | ||
"ava": "^3.12.1", | ||
@@ -36,3 +36,3 @@ "eslint": "^7.23.0", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.15.10" | ||
"ses": "^0.15.11" | ||
}, | ||
@@ -71,3 +71,3 @@ "directories": { | ||
}, | ||
"gitHead": "08973d4fc6358a58d733251b051b2812bb4c651a" | ||
"gitHead": "9ddd58b4a26755cdba9403b0cb042b2067c69832" | ||
} |
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
26953