Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major

This commit is contained in:
Matt Hill
2024-04-01 15:19:33 -06:00
62 changed files with 973 additions and 736 deletions

View File

@@ -1,5 +1,5 @@
import { Url } from '@start9labs/shared'
import { Manifest } from '../../../../core/startos/bindings/Manifest'
import { T } from '@start9labs/start-sdk'
export type StoreURL = string
export type StoreName = string
@@ -27,7 +27,7 @@ export interface MarketplacePkg {
license: Url
screenshots?: string[]
instructions: Url
manifest: Manifest
manifest: T.Manifest
categories: string[]
versions: string[]
dependencyMetadata: {