Workspace Versioning

Closes #857

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-01-25 01:48:43 +07:00
parent ed1550839d
commit 7d1df3c36d
36 changed files with 502 additions and 210 deletions
+5 -2
View File
@@ -13,8 +13,8 @@
// limitations under the License.
//
import type { IntlString, Asset, Plugin } from '@anticrm/platform'
import type { Ref, Class, Doc, Obj, Space, Mixin } from '@anticrm/core'
import type { IntlString, Asset, Plugin, Metadata } from '@anticrm/platform'
import type { Ref, Class, Doc, Obj, Space, Mixin, Data, Version } from '@anticrm/core'
import type { AnyComponent } from '@anticrm/ui'
@@ -92,5 +92,8 @@ export default plugin(workbenchId, {
},
component: {
WorkbenchApp: '' as AnyComponent
},
metadata: {
RequiredVersion: '' as Metadata<Data<Version>>
}
})