mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
chore: Update the types for changes that Matt wanted with sdk + examples
This commit is contained in:
@@ -414,8 +414,7 @@ describe("values", () => {
|
||||
dependencies: {
|
||||
remoteTest: {
|
||||
description: "",
|
||||
requirement: { how: "", type: "opt-in" },
|
||||
version: "1.0",
|
||||
optional: true,
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
@@ -35,8 +35,7 @@ export const sdk = StartSdk.of()
|
||||
dependencies: {
|
||||
remoteTest: {
|
||||
description: "",
|
||||
requirement: { how: "", type: "opt-in" },
|
||||
version: "1.0",
|
||||
optional: false,
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
@@ -16,8 +16,8 @@ describe("setupDependencyConfig", () => {
|
||||
}),
|
||||
})
|
||||
const remoteTest = sdk.DependencyConfig.of({
|
||||
localConfig: testConfig,
|
||||
remoteConfig: testConfig2,
|
||||
localConfigSpec: testConfig,
|
||||
remoteConfigSpec: testConfig2,
|
||||
dependencyConfig: async ({}) => {},
|
||||
})
|
||||
sdk.setupDependencyConfig(testConfig, {
|
||||
|
||||
Reference in New Issue
Block a user