@manycore/aholo-splat-transform 1.2.9 → 1.2.10

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ChangeLOG
2
2
 
3
+ ## 1.2.10
4
+
5
+ - 增加`darwin-arm64`的预编译版本
6
+
3
7
  ## 1.2.9
4
8
 
5
9
  - 改进编码风格开启`verbatimModuleSyntax` & `isolatedModules`,迁移至`OXC`
package/README.md CHANGED
@@ -8,7 +8,7 @@ A 3DGS modifier used by aholo
8
8
  - system
9
9
  - windows: windows 22H2+, x86_64, D3D12 or Vulkan compatible GPU(When use GPU features, dedicated GPU for better performance)
10
10
  - linux: x86_64, glibc >= 2.34, libstdc++ >= 3.4.30, Vulkan compatible GPU(When use GPU features, dedicated GPU for better performance)
11
- - osx: Not Supported
11
+ - osx: apple silicon ARM64 only.
12
12
 
13
13
  ## Usage
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manycore/aholo-splat-transform",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "description": "Transform & filter Gaussian splats file",
5
5
  "author": "egs",
6
6
  "repository": "https://github.com/manycoretech/aholo-viewer.git",
@@ -31,7 +31,8 @@
31
31
  "webgpu": "^0.4.0"
32
32
  },
33
33
  "optionalDependencies": {
34
- "@manycore/aholo-splat-transform-linux-x64-gnu": "1.2.9",
35
- "@manycore/aholo-splat-transform-win32-x64-msvc": "1.2.9"
34
+ "@manycore/aholo-splat-transform-darwin-arm64": "1.2.10",
35
+ "@manycore/aholo-splat-transform-linux-x64-gnu": "1.2.10",
36
+ "@manycore/aholo-splat-transform-win32-x64-msvc": "1.2.10"
36
37
  }
37
38
  }