@playcanvas/splat-transform 0.10.1 → 0.10.2

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1890,7 +1890,7 @@ let Quat$1 = class Quat {
1890
1890
  }
1891
1891
  };
1892
1892
 
1893
- var version$1 = "0.10.1";
1893
+ var version$1 = "0.10.2";
1894
1894
 
1895
1895
  class Column {
1896
1896
  name;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcanvas/splat-transform",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "author": "PlayCanvas<support@playcanvas.com>",
5
5
  "homepage": "https://playcanvas.com",
6
6
  "description": "CLI tool for 3D Gaussian splat format conversion and transformation",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@playcanvas/supersplat-viewer": "^1.5.0",
49
- "webgpu": "^0.3.0"
49
+ "webgpu": "^0.3.7"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "rollup -c",