@eturino/key-set
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [4.2.2](https://github.com/eturino/ts-key-set/compare/v4.2.1...v4.2.2) (2020-05-12) | ||
### Bug Fixes | ||
* target ES2017 instead of esnext for module, and ES2015 for main ([8660d10](https://github.com/eturino/ts-key-set/commit/8660d10dd7cdeddd80ea1d0e43fd6e8eb2e2b1c6)) | ||
### [4.2.1](https://github.com/eturino/ts-key-set/compare/v4.2.0...v4.2.1) (2020-04-14) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@eturino/key-set", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"author": "Eduardo Turiño <eturino@eturino.com>", | ||
@@ -72,3 +72,3 @@ "description": "KeySet with 4 classes to represent concepts of All, None, Some, and AllExceptSome, the last 2 with a sorted uniq list of keys, and all with intersection calculations (TypeScript port of https://github.com/eturino/ruby_key_set)", | ||
"ts-jest": "^25.2.1", | ||
"ts-loader": "^6.0.4", | ||
"ts-loader": "^7.0.0", | ||
"ts-node": "^8.3.0", | ||
@@ -75,0 +75,0 @@ "tslint": "^6.1.1", |
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
164385