Skip to content

Commit 072bf57

Browse files
committed
feat: 使用直接颜色作为地面
1 parent 6d0b32c commit 072bf57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-flow-interface",
3-
"version": "0.17.24",
3+
"version": "0.17.25",
44
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
55
"type": "module",
66
"module": "dist/index.js",
@@ -40,7 +40,7 @@
4040
"LICENSE"
4141
],
4242
"devDependencies": {
43-
"@babylonjs/core": "8.26.0",
43+
"@babylonjs/core": "8.26.2",
4444
"@eslint/compat": "^1.3.2",
4545
"@eslint/css": "^0.10.0",
4646
"@eslint/js": "^9.33.0",
@@ -75,7 +75,7 @@
7575
"valtio": "2.1.7"
7676
},
7777
"peerDependencies": {
78-
"@babylonjs/core": "8.26.0",
78+
"@babylonjs/core": "8.26.2",
7979
"antd": "5.24.1",
8080
"brotli-wasm": "^3.0.1",
8181
"clsx": "2.1.1",

0 commit comments

Comments
 (0)