@thi.ng/hex
Advanced tools
Comparing version 2.3.6 to 2.3.7
# Change Log | ||
- **Last updated**: 2023-02-10T14:03:11Z | ||
- **Last updated**: 2023-03-14T13:27:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/hex", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "Hex string formatters for 4/8/16/24/32/48/64bit words", | ||
@@ -28,3 +28,3 @@ "type": "module", | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc", | ||
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
@@ -38,7 +38,7 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.34.2", | ||
"@thi.ng/testament": "^0.3.11", | ||
"rimraf": "^4.1.2", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@thi.ng/testament": "^0.3.13", | ||
"rimraf": "^4.4.0", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.24", | ||
"typedoc": "^0.23.26", | ||
"typescript": "^4.9.5" | ||
@@ -74,3 +74,3 @@ }, | ||
}, | ||
"gitHead": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n" | ||
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\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
28406