@babylonjs/loaders 5.0.0-alpha.65 → 5.0.0-beta.1

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 +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": "5.0.0-alpha.65",
7
+ "version": "5.0.0-beta.1",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/BabylonJS/Babylon.js.git"
@@ -194,8 +194,8 @@
194
194
  ],
195
195
  "license": "Apache-2.0",
196
196
  "dependencies": {
197
- "babylonjs-gltf2interface": "5.0.0-alpha.65",
198
- "@babylonjs/core": "5.0.0-alpha.65",
197
+ "babylonjs-gltf2interface": "5.0.0-beta.1",
198
+ "@babylonjs/core": "5.0.0-beta.1",
199
199
  "tslib": "^2.3.1"
200
200
  },
201
201
  "engines": {