fix: util -> utils in the container-runtime

This commit is contained in:
J H
2024-03-20 13:46:32 -06:00
parent ddd5e4c76d
commit c74bdc97ca

View File

@@ -1,4 +1,4 @@
import { types as T, util, EmVer } from "@start9labs/start-sdk" import { types as T, utils, EmVer } from "@start9labs/start-sdk"
import * as fs from "fs/promises" import * as fs from "fs/promises"
import { PolyfillEffects } from "./polyfillEffects" import { PolyfillEffects } from "./polyfillEffects"
@@ -1048,7 +1048,7 @@ async function updateConfig(
if (matchPointerPackage.test(specValue)) { if (matchPointerPackage.test(specValue)) {
if (specValue.target === "tor-key") if (specValue.target === "tor-key")
throw new Error("This service uses an unsupported target TorKey") throw new Error("This service uses an unsupported target TorKey")
const filled = await util const filled = await utils
.getServiceInterface(effects, { .getServiceInterface(effects, {
packageId: specValue["package-id"], packageId: specValue["package-id"],
id: specValue.interface, id: specValue.interface,