@swarmvaultai/engine 0.1.12 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-6MO57J5C.js +988 -0
- package/dist/chunk-F7HZZ3VM.js +931 -0
- package/dist/chunk-HOJ7NSYC.js +937 -0
- package/dist/chunk-MZSUYTSL.js +998 -0
- package/dist/chunk-SRHM3HP4.js +944 -0
- package/dist/index.js +3 -3
- package/dist/registry-2XHXZDGH.js +12 -0
- package/dist/registry-4QRMVAHX.js +12 -0
- package/dist/registry-B7UXRBW3.js +12 -0
- package/dist/registry-FLSGGY2R.js +12 -0
- package/dist/registry-PGZWRXMD.js +12 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
uniqueBy,
|
|
22
22
|
writeFileIfChanged,
|
|
23
23
|
writeJsonFile
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-MZSUYTSL.js";
|
|
25
25
|
|
|
26
26
|
// src/agents.ts
|
|
27
27
|
import fs from "fs/promises";
|
|
@@ -3827,7 +3827,7 @@ async function resolveImageGenerationProvider(rootDir) {
|
|
|
3827
3827
|
if (!providerConfig) {
|
|
3828
3828
|
throw new Error(`No provider configured with id "${preferredProviderId}" for task "imageProvider".`);
|
|
3829
3829
|
}
|
|
3830
|
-
const { createProvider: createProvider2 } = await import("./registry-
|
|
3830
|
+
const { createProvider: createProvider2 } = await import("./registry-2XHXZDGH.js");
|
|
3831
3831
|
return createProvider2(preferredProviderId, providerConfig, rootDir);
|
|
3832
3832
|
}
|
|
3833
3833
|
async function generateOutputArtifacts(rootDir, input) {
|
|
@@ -6766,7 +6766,7 @@ async function bootstrapDemo(rootDir, input) {
|
|
|
6766
6766
|
}
|
|
6767
6767
|
|
|
6768
6768
|
// src/mcp.ts
|
|
6769
|
-
var SERVER_VERSION = "0.1.
|
|
6769
|
+
var SERVER_VERSION = "0.1.14";
|
|
6770
6770
|
async function createMcpServer(rootDir) {
|
|
6771
6771
|
const server = new McpServer({
|
|
6772
6772
|
name: "swarmvault",
|