@thi.ng/associative
Advanced tools
Comparing version 0.5.10 to 0.5.11
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.5.11"></a> | ||
## [0.5.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.10...@thi.ng/associative@0.5.11) (2018-08-01) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
<a name="0.5.10"></a> | ||
@@ -8,0 +16,0 @@ ## [0.5.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.9...@thi.ng/associative@0.5.10) (2018-07-20) |
@@ -25,2 +25,2 @@ import { IObjectOf } from "@thi.ng/api/api"; | ||
*/ | ||
export declare function invertObj(src: IObjectOf<PropertyKey>): IObjectOf<PropertyKey>; | ||
export declare function invertObj(src: IObjectOf<PropertyKey>): IObjectOf<string | number | symbol>; |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", | ||
@@ -23,17 +23,17 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.0.6", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.5.5", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.3" | ||
"typescript": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^4.0.5", | ||
"@thi.ng/checks": "^1.5.6", | ||
"@thi.ng/compare": "^0.1.5", | ||
"@thi.ng/dcons": "^1.0.6", | ||
"@thi.ng/equiv": "^0.1.6", | ||
"@thi.ng/errors": "^0.1.5", | ||
"@thi.ng/iterators": "^4.1.19" | ||
"@thi.ng/api": "^4.0.6", | ||
"@thi.ng/checks": "^1.5.7", | ||
"@thi.ng/compare": "^0.1.6", | ||
"@thi.ng/dcons": "^1.0.7", | ||
"@thi.ng/equiv": "^0.1.7", | ||
"@thi.ng/errors": "^0.1.6", | ||
"@thi.ng/iterators": "^4.1.20" | ||
}, | ||
@@ -40,0 +40,0 @@ "keywords": [ |
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
81726
Updated@thi.ng/api@^4.0.6
Updated@thi.ng/checks@^1.5.7
Updated@thi.ng/compare@^0.1.6
Updated@thi.ng/dcons@^1.0.7
Updated@thi.ng/equiv@^0.1.7
Updated@thi.ng/errors@^0.1.6
Updated@thi.ng/iterators@^4.1.20