File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ export let rvModelService: RvModelServiceApi
180180export let rvNodeService : RvNodeServiceApi
181181export let rvNodeMaterialAnalyzer : RvNodeMaterialAnalyzerApi
182182
183- export let tMultiNodeService : TargetMultiNodeServiceApi
184- export let tStepService : TargetStepServiceApi
183+ export let targetMultiNodeService : TargetMultiNodeServiceApi
185184export let targetNodeService : TargetNodeServiceApi
185+ export let targetStepService : TargetStepServiceApi
186186
187187export let showAttributeContextMenu : ShowAttributeContextMenu < unknown >
188188
You can’t perform that action at this time.
0 commit comments