@needle-tools/three 0.146.6 → 0.146.7

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.
@@ -746,7 +746,7 @@ export function buildXform( model, writer, context ) {
746
746
 
747
747
  if ( matrix.determinant() < 0 ) {
748
748
 
749
- console.warn( 'THREE.USDZExporter: USDZ does not support negative scales', path );
749
+ console.warn( 'THREE.USDZExporter: USDZ does not support negative scales', name );
750
750
 
751
751
  }
752
752
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/three",
3
- "version": "0.146.6",
3
+ "version": "0.146.7",
4
4
  "description": "JavaScript 3D library",
5
5
  "type": "module",
6
6
  "main": "./build/three.js",