@playcanvas/splat-transform 3.4.0 → 3.4.1
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 +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -39074,11 +39074,11 @@ class CompressedChunk {
|
|
|
39074
39074
|
/**
|
|
39075
39075
|
* The splat-transform version (semver MAJOR.MINOR.PATCH).
|
|
39076
39076
|
*/
|
|
39077
|
-
const version = '3.4.
|
|
39077
|
+
const version = '3.4.1';
|
|
39078
39078
|
/**
|
|
39079
39079
|
* The splat-transform revision (short Git hash of HEAD at build time).
|
|
39080
39080
|
*/
|
|
39081
|
-
const revision = '
|
|
39081
|
+
const revision = 'bf97689';
|
|
39082
39082
|
|
|
39083
39083
|
const generatedByString = `Generated by splat-transform ${version}`;
|
|
39084
39084
|
const chunkProps = [
|
package/dist/index.cjs
CHANGED
|
@@ -25807,11 +25807,11 @@ class CompressedChunk {
|
|
|
25807
25807
|
/**
|
|
25808
25808
|
* The splat-transform version (semver MAJOR.MINOR.PATCH).
|
|
25809
25809
|
*/
|
|
25810
|
-
const version = '3.4.
|
|
25810
|
+
const version = '3.4.1';
|
|
25811
25811
|
/**
|
|
25812
25812
|
* The splat-transform revision (short Git hash of HEAD at build time).
|
|
25813
25813
|
*/
|
|
25814
|
-
const revision = '
|
|
25814
|
+
const revision = 'bf97689';
|
|
25815
25815
|
|
|
25816
25816
|
const generatedByString = `Generated by splat-transform ${version}`;
|
|
25817
25817
|
const chunkProps = [
|
package/dist/index.mjs
CHANGED
|
@@ -25804,11 +25804,11 @@ class CompressedChunk {
|
|
|
25804
25804
|
/**
|
|
25805
25805
|
* The splat-transform version (semver MAJOR.MINOR.PATCH).
|
|
25806
25806
|
*/
|
|
25807
|
-
const version = '3.4.
|
|
25807
|
+
const version = '3.4.1';
|
|
25808
25808
|
/**
|
|
25809
25809
|
* The splat-transform revision (short Git hash of HEAD at build time).
|
|
25810
25810
|
*/
|
|
25811
|
-
const revision = '
|
|
25811
|
+
const revision = 'bf97689';
|
|
25812
25812
|
|
|
25813
25813
|
const generatedByString = `Generated by splat-transform ${version}`;
|
|
25814
25814
|
const chunkProps = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcanvas/splat-transform",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
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",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@adobe/spz": "0.2.3",
|
|
54
|
-
"webgpu": "0.
|
|
54
|
+
"webgpu": "0.4.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@playcanvas/eslint-config": "2.1.0",
|