@thi.ng/base-n
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Change Log | ||
Last updated: 2021-11-17T23:24:59Z | ||
- **Last updated**: 2021-11-19T07:59:50Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -8,4 +9,4 @@ All notable changes to this project will be documented in this file. | ||
**Note:** Unlisted _patch_ versions only involve non-code changes and/or | ||
version bumps of transitive dependencies. | ||
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes | ||
and/or version bumps of transitive dependencies. | ||
@@ -12,0 +13,0 @@ ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.1.0) (2021-11-17) |
{ | ||
"name": "@thi.ng/base-n", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints", | ||
@@ -33,15 +33,15 @@ "type": "module", | ||
"doc:stats": "tools:module-stats", | ||
"pub": "yarn build && yarn npm publish --access public", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/hex": "^2.1.0" | ||
"@thi.ng/hex": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@thi.ng/testament": "^0.2.0", | ||
"@thi.ng/testament": "^0.2.1", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.8", | ||
"typescript": "^4.4.4" | ||
"typedoc": "^0.22.9", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -110,3 +110,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "519eedf95c076202f3429eb8e46ccff275bfe446\n" | ||
"gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\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
27968
24
288
Updated@thi.ng/hex@^2.1.1