@pixi/filter-cross-hatch
Advanced tools
Comparing version 4.1.3 to 4.2.0
/*! | ||
* @pixi/filter-cross-hatch - v4.1.3 | ||
* Compiled Thu, 17 Jun 2021 19:33:56 UTC | ||
* @pixi/filter-cross-hatch - v4.2.0 | ||
* Compiled Fri, 05 Aug 2022 19:53:35 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-cross-hatch is licensed under the MIT License. |
/*! | ||
* @pixi/filter-cross-hatch - v4.1.3 | ||
* Compiled Thu, 17 Jun 2021 19:33:56 UTC | ||
* @pixi/filter-cross-hatch - v4.2.0 | ||
* Compiled Fri, 05 Aug 2022 19:53:35 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-cross-hatch is licensed under the MIT License. |
{ | ||
"name": "@pixi/filter-cross-hatch", | ||
"version": "4.1.3", | ||
"version": "4.2.0", | ||
"main": "dist/filter-cross-hatch.cjs.js", | ||
@@ -11,3 +11,10 @@ "bundle": "dist/filter-cross-hatch.js", | ||
], | ||
"module": "dist/filter-cross-hatch.esm.js", | ||
"module": "dist/filter-cross-hatch.esm.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/filter-cross-hatch.esm.mjs", | ||
"require": "./dist/filter-cross-hatch.cjs.js", | ||
"types": "./index.d.ts" | ||
} | ||
}, | ||
"types": "index.d.ts", | ||
@@ -36,3 +43,3 @@ "homepage": "http://pixijs.com/", | ||
}, | ||
"gitHead": "bc82265becba4eca2f6fb11bf1eaac45764164d6" | ||
"gitHead": "dc16782d00fffb8c02d30cc32146d9c6a40599cb" | ||
} |
51480