@thi.ng/associative
Advanced tools
Comparing version 7.0.22 to 7.0.23
# Change Log | ||
- **Last updated**: 2025-01-23T13:39:11Z | ||
- **Last updated**: 2025-01-29T16:25:48Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "7.0.22", | ||
"version": "7.0.23", | ||
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations", | ||
@@ -36,3 +36,2 @@ "type": "module", | ||
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
@@ -44,10 +43,10 @@ "pub": "yarn npm publish --access public", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.18", | ||
"@thi.ng/arrays": "^2.10.13", | ||
"@thi.ng/binary": "^3.4.41", | ||
"@thi.ng/checks": "^3.6.21", | ||
"@thi.ng/dcons": "^3.2.140", | ||
"@thi.ng/equiv": "^2.1.74", | ||
"@thi.ng/object-utils": "^1.1.12", | ||
"@thi.ng/transducers": "^9.2.16", | ||
"@thi.ng/api": "^8.11.19", | ||
"@thi.ng/arrays": "^2.10.14", | ||
"@thi.ng/binary": "^3.4.42", | ||
"@thi.ng/checks": "^3.6.22", | ||
"@thi.ng/dcons": "^3.2.141", | ||
"@thi.ng/equiv": "^2.1.75", | ||
"@thi.ng/object-utils": "^1.1.13", | ||
"@thi.ng/transducers": "^9.2.17", | ||
"tslib": "^2.8.1" | ||
@@ -147,3 +146,3 @@ }, | ||
}, | ||
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n" | ||
"gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 200 standalone projects, maintained as part | ||
> This is one of 201 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -13,0 +13,0 @@ > and anti-framework. |
72154
0
Updated@thi.ng/api@^8.11.19
Updated@thi.ng/arrays@^2.10.14
Updated@thi.ng/binary@^3.4.42
Updated@thi.ng/checks@^3.6.22
Updated@thi.ng/dcons@^3.2.141
Updated@thi.ng/equiv@^2.1.75
Updated@thi.ng/object-utils@^1.1.13
Updated@thi.ng/transducers@^9.2.17