@babylonjs/ktx2decoder 7.34.1 → 7.34.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/ktx2decoder",
3
- "version": "7.34.1",
3
+ "version": "7.34.2",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "postcompile": "build-tools -c add-js-to-es6 && build-tools -c cp -f \"../../../tools/babylonServer/public/ktx2Transcoders/1\" -t ./wasm"
20
20
  },
21
21
  "devDependencies": {
22
- "@babylonjs/core": "^7.34.1",
22
+ "@babylonjs/core": "^7.34.2",
23
23
  "@dev/build-tools": "^1.0.0",
24
24
  "@tools/ktx2decoder": "^1.0.0"
25
25
  },