File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " next-flow-interface" ,
3- "version" : " 0.23.3 " ,
3+ "version" : " 0.23.4 " ,
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 @@ -97,7 +97,7 @@ import RvNodeMaterialAnalyzerApi from '@/service/sync/material/node/rv-node-mate
9797import RvModelServiceApi from '@/service/sync/model/rv-model-service-api'
9898import RvResourceServiceApi from '@/service/sync/resource/rv-resource-service-api'
9999import RvSceneServiceApi from '@/service/sync/scene/rv-scene-service-api'
100- import RvNodeServiceApi from '@/service/sync/step/attributes /rv-node-service-api'
100+ import RvNodeServiceApi from '@/service/sync/step/node /rv-node-service-api'
101101import RvStepServiceApi from '@/service/sync/step/rv-step-service-api'
102102import SyncServiceApi from '@/service/sync/sync-service-api'
103103import TAttributesServiceApi from '@/service/target/attribute/t-attributes-service-api'
Original file line number Diff line number Diff line change 1+ import RvNodeServiceApi from '@/service/sync/step/node/rv-node-service-api'
2+
13import { AntCheckboxProps } from './components/ant/ant-checkbox-props'
24import { AntColorProps } from './components/ant/ant-color-props'
35import { AntEmptyProps } from './components/ant/ant-empty-props'
@@ -295,7 +297,6 @@ import RvResourceServiceApi from './service/sync/resource/rv-resource-service-ap
295297import RvSceneServiceApi , {
296298 RvSceneNodeWithRelatedInfo ,
297299} from './service/sync/scene/rv-scene-service-api'
298- import RvNodeServiceApi from './service/sync/step/attributes/rv-node-service-api'
299300import { StepOptions } from './service/sync/step/dto/step-options.type'
300301import RvStepServiceApi from './service/sync/step/rv-step-service-api'
301302import SyncServiceApi from './service/sync/sync-service-api'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments