@thi.ng/associative
Advanced tools
Comparing version 3.1.7 to 3.1.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@3.1.7...@thi.ng/associative@3.1.8) (2020-03-06) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
## [3.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@3.1.6...@thi.ng/associative@3.1.7) (2020-03-01) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export type * from "./api"; | ||
export * from "./api"; | ||
export * from "./array-set"; | ||
@@ -3,0 +3,0 @@ export * from "./common-keys"; |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "3.1.7", | ||
"version": "3.1.8", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -38,13 +38,13 @@ "module": "./index.js", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.8.2" | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.8.2", | ||
"@thi.ng/binary": "^1.3.2", | ||
"@thi.ng/checks": "^2.5.3", | ||
"@thi.ng/compare": "^1.2.0", | ||
"@thi.ng/dcons": "^2.2.6", | ||
"@thi.ng/equiv": "^1.0.15", | ||
"@thi.ng/errors": "^1.2.6", | ||
"@thi.ng/transducers": "^6.4.0" | ||
"@thi.ng/api": "^6.8.3", | ||
"@thi.ng/binary": "^2.0.0", | ||
"@thi.ng/checks": "^2.5.4", | ||
"@thi.ng/compare": "^1.2.1", | ||
"@thi.ng/dcons": "^2.2.7", | ||
"@thi.ng/equiv": "^1.0.16", | ||
"@thi.ng/errors": "^1.2.7", | ||
"@thi.ng/transducers": "^6.4.1" | ||
}, | ||
@@ -77,3 +77,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "dc8bc9f06b99dc10d99ec33c78fb50ea410e3de6" | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
} |
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
273490
+ Added@thi.ng/binary@2.2.11(transitive)
- Removed@thi.ng/binary@1.3.2(transitive)
Updated@thi.ng/api@^6.8.3
Updated@thi.ng/binary@^2.0.0
Updated@thi.ng/checks@^2.5.4
Updated@thi.ng/compare@^1.2.1
Updated@thi.ng/dcons@^2.2.7
Updated@thi.ng/equiv@^1.0.16
Updated@thi.ng/errors@^1.2.7
Updated@thi.ng/transducers@^6.4.1