Comparing version 4.1.2 to 4.1.3
@@ -6,2 +6,11 @@ # Change Log | ||
### [4.1.3](https://github.com/endojs/endo/compare/@endo/nat@4.1.2...@endo/nat@4.1.3) (2022-01-27) | ||
### Bug Fixes | ||
* Publish all materials consistently ([#1021](https://github.com/endojs/endo/issues/1021)) ([a2c74d9](https://github.com/endojs/endo/commit/a2c74d9de68a325761d62e1b2187a117ef884571)) | ||
### [4.1.2](https://github.com/endojs/endo/compare/@endo/nat@4.1.1...@endo/nat@4.1.2) (2022-01-25) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@endo/nat", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"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.3", | ||
"@endo/compartment-mapper": "^0.6.4", | ||
"ava": "^3.12.1", | ||
@@ -36,3 +36,3 @@ "eslint": "^7.23.0", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.15.5" | ||
"ses": "^0.15.6" | ||
}, | ||
@@ -48,3 +48,6 @@ "directories": { | ||
"files": [ | ||
"src" | ||
"LICENSE*", | ||
"src", | ||
"*.js", | ||
"*.ts" | ||
], | ||
@@ -68,3 +71,3 @@ "ava": { | ||
}, | ||
"gitHead": "c46f8d5d40f71014a099c53d26c75b149ea56d09" | ||
"gitHead": "4e9cd15994971759eabcbaa507e524343de9b8e0" | ||
} |
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
22307
6
94