@babylonjs/lite-compat 1.5.0-preview → 1.6.0-preview

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/lite-compat",
3
- "version": "1.5.0-preview",
3
+ "version": "1.6.0-preview",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "description": "Opt-in Babylon.js-shaped compatibility layer implemented on top of the Babylon Lite public API. Provides a migration runway from Babylon.js to Babylon Lite.",
@@ -47,8 +47,8 @@
47
47
  }
48
48
  },
49
49
  "babylonLiteRelease": {
50
- "azureBuildId": "55345",
51
- "sourceVersion": "0a556d366125eaaf1e7d1276199f1bb4de95aa1b",
52
- "builtAgainstLite": "1.5.0"
50
+ "azureBuildId": "55411",
51
+ "sourceVersion": "e533d48d9eff9391768488b35503868cf4d76d5e",
52
+ "builtAgainstLite": "1.6.0"
53
53
  }
54
54
  }