@thi.ng/associative
Advanced tools
Comparing version 0.6.11 to 0.6.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.6.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.11...@thi.ng/associative@0.6.12) (2018-10-17) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
<a name="0.6.11"></a> | ||
@@ -8,0 +16,0 @@ ## [0.6.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.10...@thi.ng/associative@0.6.11) (2018-09-26) |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "0.6.11", | ||
"version": "0.6.12", | ||
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", | ||
@@ -31,9 +31,9 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^4.2.1", | ||
"@thi.ng/checks": "^1.5.11", | ||
"@thi.ng/compare": "^0.1.9", | ||
"@thi.ng/dcons": "^1.1.11", | ||
"@thi.ng/equiv": "^0.1.11", | ||
"@thi.ng/errors": "^0.1.9", | ||
"@thi.ng/transducers": "^2.1.6" | ||
"@thi.ng/api": "^4.2.2", | ||
"@thi.ng/checks": "^1.5.12", | ||
"@thi.ng/compare": "^0.1.10", | ||
"@thi.ng/dcons": "^1.1.12", | ||
"@thi.ng/equiv": "^0.1.12", | ||
"@thi.ng/errors": "^0.1.10", | ||
"@thi.ng/transducers": "^2.2.0" | ||
}, | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2f01447177e8df1671982d89c31ac1556bf75d95" | ||
"gitHead": "6e563377f8cdbdda904559c956a2a558eb9fed64" | ||
} |
@@ -24,3 +24,3 @@ import { ICompare, ICopy, IEmpty, IEquiv, IObjectOf, Pair } from "@thi.ng/api/api"; | ||
static fromObject<T>(obj: IObjectOf<T>): SortedMap<PropertyKey, T>; | ||
static readonly DEFAULT_CAP: number; | ||
static readonly DEFAULT_CAP = 16; | ||
static readonly DEFAULT_P: number; | ||
@@ -27,0 +27,0 @@ /** |
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
86032
Updated@thi.ng/api@^4.2.2
Updated@thi.ng/checks@^1.5.12
Updated@thi.ng/compare@^0.1.10
Updated@thi.ng/dcons@^1.1.12
Updated@thi.ng/equiv@^0.1.12
Updated@thi.ng/errors@^0.1.10
Updated@thi.ng/transducers@^2.2.0