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.6 " ,
3+ "version" : " 0.23.7 " ,
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 @@ -89,6 +89,7 @@ import SpaceServiceApi from '@/service/main/space/space-service-api'
8989import StatusServiceApi from '@/service/main/status/status-service-api'
9090import ThemeServiceApi from '@/service/main/theme/theme-service-api'
9191import UserServiceApi from '@/service/main/user/user-service-api'
92+ import AttributeServiceApi from '@/service/sync/attribute/attribute-service-api'
9293import AwarenessServiceApi from '@/service/sync/awareness/awareness-service-api'
9394import RvFileServiceApi from '@/service/sync/file/rv-file-service-api'
9495import RvGlobalServiceApi from '@/service/sync/global/rv-global-service-api'
@@ -166,6 +167,7 @@ export let rsService: RsServiceApi
166167export let syncService : SyncServiceApi
167168export let historyService : HistoryServiceApi
168169export let awarenessService : AwarenessServiceApi
170+ export let attributeService : AttributeServiceApi
169171
170172export let rvGlobalService : RvGlobalServiceApi
171173export let rvStepService : RvStepServiceApi
You can’t perform that action at this time.
0 commit comments