@thi.ng/associative
Advanced tools
Comparing version 6.1.5 to 6.1.6
# Change Log | ||
- **Last updated**: 2022-03-11T12:13:49Z | ||
- **Last updated**: 2022-04-07T14:17:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "6.1.5", | ||
"version": "6.1.6", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -37,11 +37,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.4", | ||
"@thi.ng/arrays": "^2.2.0", | ||
"@thi.ng/binary": "^3.2.0", | ||
"@thi.ng/checks": "^3.1.4", | ||
"@thi.ng/compare": "^2.1.4", | ||
"@thi.ng/dcons": "^3.2.0", | ||
"@thi.ng/equiv": "^2.1.4", | ||
"@thi.ng/errors": "^2.1.4", | ||
"@thi.ng/transducers": "^8.3.0", | ||
"@thi.ng/api": "^8.3.5", | ||
"@thi.ng/arrays": "^2.2.1", | ||
"@thi.ng/binary": "^3.2.1", | ||
"@thi.ng/checks": "^3.1.5", | ||
"@thi.ng/compare": "^2.1.5", | ||
"@thi.ng/dcons": "^3.2.1", | ||
"@thi.ng/equiv": "^2.1.5", | ||
"@thi.ng/errors": "^2.1.5", | ||
"@thi.ng/transducers": "^8.3.1", | ||
"tslib": "^2.3.1" | ||
@@ -51,3 +51,3 @@ }, | ||
"@microsoft/api-extractor": "^7.19.4", | ||
"@thi.ng/testament": "^0.2.4", | ||
"@thi.ng/testament": "^0.2.5", | ||
"rimraf": "^3.0.2", | ||
@@ -91,96 +91,96 @@ "tools": "^0.0.1", | ||
".": { | ||
"import": "./index.js" | ||
"default": "./index.js" | ||
}, | ||
"./api": { | ||
"import": "./api.js" | ||
"default": "./api.js" | ||
}, | ||
"./array-set": { | ||
"import": "./array-set.js" | ||
"default": "./array-set.js" | ||
}, | ||
"./checks": { | ||
"import": "./checks.js" | ||
"default": "./checks.js" | ||
}, | ||
"./common-keys": { | ||
"import": "./common-keys.js" | ||
"default": "./common-keys.js" | ||
}, | ||
"./copy": { | ||
"import": "./copy.js" | ||
"default": "./copy.js" | ||
}, | ||
"./difference": { | ||
"import": "./difference.js" | ||
"default": "./difference.js" | ||
}, | ||
"./dissoc": { | ||
"import": "./dissoc.js" | ||
"default": "./dissoc.js" | ||
}, | ||
"./empty": { | ||
"import": "./empty.js" | ||
"default": "./empty.js" | ||
}, | ||
"./equiv-map": { | ||
"import": "./equiv-map.js" | ||
"default": "./equiv-map.js" | ||
}, | ||
"./first": { | ||
"import": "./first.js" | ||
"default": "./first.js" | ||
}, | ||
"./hash-map": { | ||
"import": "./hash-map.js" | ||
"default": "./hash-map.js" | ||
}, | ||
"./indexed": { | ||
"import": "./indexed.js" | ||
"default": "./indexed.js" | ||
}, | ||
"./intersection": { | ||
"import": "./intersection.js" | ||
"default": "./intersection.js" | ||
}, | ||
"./into": { | ||
"import": "./into.js" | ||
"default": "./into.js" | ||
}, | ||
"./invert": { | ||
"import": "./invert.js" | ||
"default": "./invert.js" | ||
}, | ||
"./join": { | ||
"import": "./join.js" | ||
"default": "./join.js" | ||
}, | ||
"./ll-set": { | ||
"import": "./ll-set.js" | ||
"default": "./ll-set.js" | ||
}, | ||
"./merge-apply": { | ||
"import": "./merge-apply.js" | ||
"default": "./merge-apply.js" | ||
}, | ||
"./merge-deep": { | ||
"import": "./merge-deep.js" | ||
"default": "./merge-deep.js" | ||
}, | ||
"./merge-with": { | ||
"import": "./merge-with.js" | ||
"default": "./merge-with.js" | ||
}, | ||
"./merge": { | ||
"import": "./merge.js" | ||
"default": "./merge.js" | ||
}, | ||
"./multi-trie": { | ||
"import": "./multi-trie.js" | ||
"default": "./multi-trie.js" | ||
}, | ||
"./rename-keys": { | ||
"import": "./rename-keys.js" | ||
"default": "./rename-keys.js" | ||
}, | ||
"./select-keys": { | ||
"import": "./select-keys.js" | ||
"default": "./select-keys.js" | ||
}, | ||
"./sorted-map": { | ||
"import": "./sorted-map.js" | ||
"default": "./sorted-map.js" | ||
}, | ||
"./sorted-obj": { | ||
"import": "./sorted-obj.js" | ||
"default": "./sorted-obj.js" | ||
}, | ||
"./sorted-set": { | ||
"import": "./sorted-set.js" | ||
"default": "./sorted-set.js" | ||
}, | ||
"./sparse-set": { | ||
"import": "./sparse-set.js" | ||
"default": "./sparse-set.js" | ||
}, | ||
"./trie-map": { | ||
"import": "./trie-map.js" | ||
"default": "./trie-map.js" | ||
}, | ||
"./union": { | ||
"import": "./union.js" | ||
"default": "./union.js" | ||
}, | ||
"./without-keys": { | ||
"import": "./without-keys.js" | ||
"default": "./without-keys.js" | ||
} | ||
@@ -191,3 +191,3 @@ }, | ||
}, | ||
"gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n" | ||
"gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n" | ||
} |
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
152189
Updated@thi.ng/api@^8.3.5
Updated@thi.ng/arrays@^2.2.1
Updated@thi.ng/binary@^3.2.1
Updated@thi.ng/checks@^3.1.5
Updated@thi.ng/compare@^2.1.5
Updated@thi.ng/dcons@^3.2.1
Updated@thi.ng/equiv@^2.1.5
Updated@thi.ng/errors@^2.1.5
Updated@thi.ng/transducers@^8.3.1