@thi.ng/adapt-dpi
Advanced tools
Comparing version 2.2.22 to 2.2.23
# Change Log | ||
- **Last updated**: 2023-10-30T14:31:56Z | ||
- **Last updated**: 2023-11-09T10:02:12Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [2.2.23](https://github.com/thi-ng/umbrella/tree/@thi.ng/adapt-dpi@2.2.23) (2023-11-09) | ||
#### ♻️ Refactoring | ||
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4)) | ||
## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/adapt-dpi@2.2.0) (2022-10-03) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/adapt-dpi", | ||
"version": "2.2.22", | ||
"version": "2.2.23", | ||
"description": "HDPI canvas adapter / styling utility", | ||
@@ -31,13 +31,12 @@ "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" | ||
}, | ||
"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" | ||
@@ -69,3 +68,3 @@ }, | ||
}, | ||
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\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
23259