@thi.ng/defmulti
Advanced tools
Comparing version 3.0.4 to 3.0.5
# Change Log | ||
- **Last updated**: 2023-11-04T22:20:11Z | ||
- **Last updated**: 2023-11-09T10:02:12Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -31,18 +31,17 @@ "type": "module", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
"test": "bun test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.6", | ||
"@thi.ng/errors": "^2.4.0", | ||
"@thi.ng/logger": "^1.4.22" | ||
"@thi.ng/api": "^8.9.7", | ||
"@thi.ng/errors": "^2.4.1", | ||
"@thi.ng/logger": "^1.4.23" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@thi.ng/testament": "^0.3.24", | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.0", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.2", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
@@ -94,3 +93,3 @@ }, | ||
}, | ||
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n" | ||
"gitHead": "9f4d8ad79bca1d68214fbc9bbc5fb55f5a445f7e\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
61173
Updated@thi.ng/api@^8.9.7
Updated@thi.ng/errors@^2.4.1
Updated@thi.ng/logger@^1.4.23