canvas-context
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,11 @@ # Changelog | ||
## [3.0.1](https://github.com/dmnsgn/canvas-context/compare/v3.0.0...v3.0.1) (2021-03-22) | ||
### Bug Fixes | ||
* add sideEffects key to package.json ([5a0110e](https://github.com/dmnsgn/canvas-context/commit/5a0110ed66fa12ccd9b1961e6b0a185dd26b1b6e)) | ||
## [3.0.0](https://github.com/dmnsgn/canvas-context/compare/v2.0.0...v3.0.0) (2021-03-18) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "canvas-context", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Create a RenderingContext (2d, webgl, webgl2, bitmaprenderer, gpupresent), optionally offscreen for possible use in a Worker.", | ||
@@ -33,2 +33,3 @@ "keywords": [ | ||
"author": "Damien Seguin (https://github.com/dmnsgn)", | ||
"sideEffects": false, | ||
"type": "module", | ||
@@ -35,0 +36,0 @@ "main": "index.js", |
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
13551