Comparing version 4.1.14 to 4.1.15
@@ -6,2 +6,10 @@ # Change Log | ||
### [4.1.15](https://github.com/endojs/endo/compare/@endo/nat@4.1.14...@endo/nat@4.1.15) (2022-08-23) | ||
**Note:** Version bump only for package @endo/nat | ||
### [4.1.14](https://github.com/endojs/endo/compare/@endo/nat@4.1.13...@endo/nat@4.1.14) (2022-06-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/nat", | ||
"version": "4.1.14", | ||
"version": "4.1.15", | ||
"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.7", | ||
"@endo/compartment-mapper": "^0.7.8", | ||
"ava": "^3.12.1", | ||
@@ -36,3 +36,3 @@ "eslint": "^7.32.0", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.15.17" | ||
"ses": "^0.15.18" | ||
}, | ||
@@ -71,3 +71,3 @@ "directories": { | ||
}, | ||
"gitHead": "a311acb02115271fbda6953734d0b4f52aa85892" | ||
"gitHead": "7dc29059b201826295cbf2deb28bb2ed70f5ec1f" | ||
} |
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
28133