babylonjs-gltf2interface 8.56.2 → 9.1.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.
@@ -7,7 +7,7 @@ declare module "babylonjs-gltf2interface" {
7
7
  /**
8
8
  * Module for glTF 2.0 Interface
9
9
  */
10
- declare module BABYLON.GLTF2 {
10
+ declare namespace BABYLON.GLTF2 {
11
11
  /**
12
12
  * The datatype of the components in the attribute
13
13
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "babylonjs-gltf2interface",
3
3
  "description": "A typescript declaration of babylon's gltf2 interface.",
4
- "version": "8.56.2",
4
+ "version": "9.1.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/BabylonJS/Babylon.js.git"