Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.0.4](https://github.com/dmnsgn/bayer/compare/v1.0.3...v1.0.4) (2024-07-06) | ||
## [1.0.3](https://github.com/dmnsgn/bayer/compare/v1.0.2...v1.0.3) (2023-08-07) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "bayer", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Compute the bayer matrix for powers of two. Useful for ordered dithering algorithms.", | ||
@@ -14,3 +14,6 @@ "keywords": [ | ||
"bugs": "https://github.com/dmnsgn/bayer/issues", | ||
"repository": "dmnsgn/bayer", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dmnsgn/bayer.git" | ||
}, | ||
"funding": [ | ||
@@ -29,3 +32,8 @@ { | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"default": "./index.js" | ||
} | ||
}, | ||
"main": "index.js", | ||
@@ -32,0 +40,0 @@ "types": "types/index.d.ts", |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6432
0