mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 00:37:47 +00:00
Fix version to be proper value (#891)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
64b15cb13c
commit
51b0cdb5f4
@ -13,12 +13,10 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
|
|
||||||
import type { IntlString, Asset, Plugin, Metadata } from '@anticrm/platform'
|
import type { Class, Doc, Mixin, Obj, Ref, Space } from '@anticrm/core'
|
||||||
import type { Ref, Class, Doc, Obj, Space, Mixin, Data, Version } from '@anticrm/core'
|
import type { Asset, IntlString, Metadata, Plugin } from '@anticrm/platform'
|
||||||
|
|
||||||
import type { AnyComponent } from '@anticrm/ui'
|
|
||||||
|
|
||||||
import { plugin } from '@anticrm/platform'
|
import { plugin } from '@anticrm/platform'
|
||||||
|
import type { AnyComponent } from '@anticrm/ui'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @public
|
* @public
|
||||||
@ -94,6 +92,6 @@ export default plugin(workbenchId, {
|
|||||||
WorkbenchApp: '' as AnyComponent
|
WorkbenchApp: '' as AnyComponent
|
||||||
},
|
},
|
||||||
metadata: {
|
metadata: {
|
||||||
RequiredVersion: '' as Metadata<Data<Version>>
|
RequiredVersion: '' as Metadata<string>
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user