@babylonjs/loaders 4.2.1 → 4.2.2

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "@babylonjs/loaders",
6
6
  "description": "The Babylon.js file loaders library is an extension you can use to load different 3D file types into a Babylon scene.",
7
- "version": "4.2.1",
7
+ "version": "4.2.2",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/BabylonJS/Babylon.js.git"
@@ -176,8 +176,8 @@
176
176
  ],
177
177
  "license": "Apache-2.0",
178
178
  "dependencies": {
179
- "babylonjs-gltf2interface": "4.2.1",
180
- "@babylonjs/core": "4.2.1",
179
+ "babylonjs-gltf2interface": "4.2.2",
180
+ "@babylonjs/core": "4.2.2",
181
181
  "tslib": ">=1.10.0"
182
182
  },
183
183
  "engines": {