@pixi/filter-simple-lightmap
Advanced tools
Comparing version 4.1.5 to 4.2.0
/*! | ||
* @pixi/filter-simple-lightmap - v4.1.5 | ||
* Compiled Wed, 29 Sep 2021 14:05:57 UTC | ||
* @pixi/filter-simple-lightmap - v4.2.0 | ||
* Compiled Fri, 05 Aug 2022 19:53:35 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-simple-lightmap is licensed under the MIT License. |
/*! | ||
* @pixi/filter-simple-lightmap - v4.1.5 | ||
* Compiled Wed, 29 Sep 2021 14:05:57 UTC | ||
* @pixi/filter-simple-lightmap - v4.2.0 | ||
* Compiled Fri, 05 Aug 2022 19:53:35 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-simple-lightmap is licensed under the MIT License. |
{ | ||
"name": "@pixi/filter-simple-lightmap", | ||
"version": "4.1.5", | ||
"version": "4.2.0", | ||
"main": "dist/filter-simple-lightmap.cjs.js", | ||
@@ -11,3 +11,10 @@ "bundle": "dist/filter-simple-lightmap.js", | ||
], | ||
"module": "dist/filter-simple-lightmap.esm.js", | ||
"module": "dist/filter-simple-lightmap.esm.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/filter-simple-lightmap.esm.mjs", | ||
"require": "./dist/filter-simple-lightmap.cjs.js", | ||
"types": "./index.d.ts" | ||
} | ||
}, | ||
"types": "index.d.ts", | ||
@@ -40,3 +47,3 @@ "homepage": "http://pixijs.com/", | ||
}, | ||
"gitHead": "59a133908f16d219ca7f26f9049d58c7e4b537ee" | ||
"gitHead": "dc16782d00fffb8c02d30cc32146d9c6a40599cb" | ||
} |
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
73456