babylonjs-ktx2decoder 7.35.2 → 7.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1889,7 +1889,7 @@ ZSTDDecoder.WasmModuleURL = "https://cdn.babylonjs.com/zstddec.wasm";
|
|
|
1889
1889
|
/******/
|
|
1890
1890
|
/************************************************************************/
|
|
1891
1891
|
var __webpack_exports__ = {};
|
|
1892
|
-
// This entry
|
|
1892
|
+
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
|
|
1893
1893
|
(() => {
|
|
1894
1894
|
/*!**********************!*\
|
|
1895
1895
|
!*** ./src/index.ts ***!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-ktx2decoder",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.37.0",
|
|
4
4
|
"main": "babylon.ktx2Decoder.js",
|
|
5
5
|
"types": "babylon.ktx2Decoder.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.* -g"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.
|
|
17
|
+
"babylonjs": "^7.37.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@dev/build-tools": "1.0.0",
|