Skip to content

Commit 603e8c9

Browse files
committed
refactor: 完整重构文件名
1 parent 3796091 commit 603e8c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-flow-interface",
3-
"version": "0.23.24",
3+
"version": "0.23.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",

src/api/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ export let rvModelService: RvModelServiceApi
180180
export let rvNodeService: RvNodeServiceApi
181181
export let rvNodeMaterialAnalyzer: RvNodeMaterialAnalyzerApi
182182

183-
export let tMultiNodeService: TargetMultiNodeServiceApi
184-
export let tStepService: TargetStepServiceApi
183+
export let targetMultiNodeService: TargetMultiNodeServiceApi
185184
export let targetNodeService: TargetNodeServiceApi
185+
export let targetStepService: TargetStepServiceApi
186186

187187
export let showAttributeContextMenu: ShowAttributeContextMenu<unknown>
188188

0 commit comments

Comments
 (0)