@playcanvas/splat-transform 0.17.1 → 1.0.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.
package/dist/cli.mjs CHANGED
@@ -13614,7 +13614,7 @@ class CompressedChunk {
13614
13614
  }
13615
13615
  }
13616
13616
 
13617
- var version = "0.17.1";
13617
+ var version = "1.0.0";
13618
13618
 
13619
13619
  // sort the provided indices into morton order
13620
13620
  const sortMortonOrder = (dataTable, indices) => {
package/dist/index.mjs CHANGED
@@ -3208,7 +3208,7 @@ class CompressedChunk {
3208
3208
  }
3209
3209
  }
3210
3210
 
3211
- var version = "0.17.1";
3211
+ var version = "1.0.0";
3212
3212
 
3213
3213
  // sort the provided indices into morton order
3214
3214
  const sortMortonOrder = (dataTable, indices) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcanvas/splat-transform",
3
- "version": "0.17.1",
3
+ "version": "1.0.0",
4
4
  "author": "PlayCanvas<support@playcanvas.com>",
5
5
  "homepage": "https://playcanvas.com",
6
6
  "description": "Library and CLI tool for 3D Gaussian splat format conversion and transformation",