@thi.ng/dcons
Advanced tools
Comparing version 3.2.110 to 3.2.111
# Change Log | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Last updated**: 2024-04-23T07:02:18Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "3.2.110", | ||
"version": "3.2.111", | ||
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", | ||
@@ -30,3 +30,3 @@ "type": "module", | ||
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts", | ||
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc", | ||
"clean": "bun ../../tools/src/clean-package.ts", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
@@ -40,9 +40,9 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/checks": "^3.6.2", | ||
"@thi.ng/compare": "^2.3.3", | ||
"@thi.ng/equiv": "^2.1.56", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/random": "^3.7.4", | ||
"@thi.ng/transducers": "^9.0.2" | ||
"@thi.ng/api": "^8.11.1", | ||
"@thi.ng/checks": "^3.6.3", | ||
"@thi.ng/compare": "^2.3.4", | ||
"@thi.ng/equiv": "^2.1.57", | ||
"@thi.ng/errors": "^2.5.6", | ||
"@thi.ng/random": "^3.7.5", | ||
"@thi.ng/transducers": "^9.0.3" | ||
}, | ||
@@ -52,3 +52,2 @@ "devDependencies": { | ||
"esbuild": "^0.20.2", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.12", | ||
@@ -102,3 +101,3 @@ "typescript": "^5.4.3" | ||
}, | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\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
4
56065
Updated@thi.ng/api@^8.11.1
Updated@thi.ng/checks@^3.6.3
Updated@thi.ng/compare@^2.3.4
Updated@thi.ng/equiv@^2.1.57
Updated@thi.ng/errors@^2.5.6
Updated@thi.ng/random@^3.7.5
Updated@thi.ng/transducers@^9.0.3