Comparing version 4.1.1 to 4.1.2
@@ -6,2 +6,11 @@ # Change Log | ||
### [4.1.2](https://github.com/endojs/endo/compare/@endo/nat@4.1.1...@endo/nat@4.1.2) (2022-01-25) | ||
### Bug Fixes | ||
* **nat:** Publish access public ([b986f1b](https://github.com/endojs/endo/commit/b986f1b0afbec1261fb2c047257751b9d418df7c)) | ||
### 4.1.1 (2022-01-23) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@endo/nat", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"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.6.2", | ||
"@endo/compartment-mapper": "^0.6.3", | ||
"ava": "^3.12.1", | ||
@@ -36,3 +36,3 @@ "eslint": "^7.23.0", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.15.4" | ||
"ses": "^0.15.5" | ||
}, | ||
@@ -67,3 +67,3 @@ "directories": { | ||
}, | ||
"gitHead": "b986f1b0afbec1261fb2c047257751b9d418df7c" | ||
"gitHead": "c46f8d5d40f71014a099c53d26c75b149ea56d09" | ||
} |
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
21302