@thi.ng/associative
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@4.0.5...@thi.ng/associative@4.0.6) (2020-04-28) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
## [4.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@4.0.4...@thi.ng/associative@4.0.5) (2020-04-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -13,3 +13,7 @@ "module": "./index.js", | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/associative", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/associative#readme", | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
}, | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
@@ -22,2 +26,3 @@ "license": "Apache-2.0", | ||
"build:test": "rimraf build && tsc -p test/tsconfig.json", | ||
"build:check": "tsc --isolatedModules --noEmit", | ||
"test": "mocha test", | ||
@@ -43,10 +48,10 @@ "cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.2", | ||
"@thi.ng/binary": "^2.0.4", | ||
"@thi.ng/checks": "^2.6.3", | ||
"@thi.ng/compare": "^1.3.3", | ||
"@thi.ng/dcons": "^2.2.13", | ||
"@thi.ng/equiv": "^1.0.20", | ||
"@thi.ng/errors": "^1.2.11", | ||
"@thi.ng/transducers": "^6.4.7", | ||
"@thi.ng/api": "^6.10.3", | ||
"@thi.ng/binary": "^2.0.5", | ||
"@thi.ng/checks": "^2.6.4", | ||
"@thi.ng/compare": "^1.3.4", | ||
"@thi.ng/dcons": "^2.2.14", | ||
"@thi.ng/equiv": "^1.0.21", | ||
"@thi.ng/errors": "^1.2.12", | ||
"@thi.ng/transducers": "^6.4.8", | ||
"tslib": "^1.11.1" | ||
@@ -89,3 +94,3 @@ }, | ||
}, | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881" | ||
} |
@@ -167,2 +167,10 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
// ES module | ||
<script type="module" src="https://unpkg.com/@thi.ng/associative?module" crossorigin></script> | ||
// UMD | ||
<script src="https://unpkg.com/@thi.ng/associative/lib/index.umd.js" crossorigin></script> | ||
``` | ||
Package sizes (gzipped, pre-treeshake): ESM: 5.28 KB / CJS: 5.45 KB / UMD: 5.27 KB | ||
@@ -169,0 +177,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
280810
325
Updated@thi.ng/api@^6.10.3
Updated@thi.ng/binary@^2.0.5
Updated@thi.ng/checks@^2.6.4
Updated@thi.ng/compare@^1.3.4
Updated@thi.ng/dcons@^2.2.14
Updated@thi.ng/equiv@^1.0.21
Updated@thi.ng/errors@^1.2.12
Updated@thi.ng/transducers@^6.4.8