@vellumai/plugin-api 0.10.7-dev.202607101459.27388eb → 0.10.7-dev.202607101646.b683a65
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1131,10 +1131,10 @@ declare const AssistantConfigSchema: z.ZodObject<{
|
|
|
1131
1131
|
}, z.core.$strip>>;
|
|
1132
1132
|
install: z.ZodDefault<z.ZodObject<{
|
|
1133
1133
|
nodeManager: z.ZodDefault<z.ZodEnum<{
|
|
1134
|
-
bun: "bun";
|
|
1135
1134
|
npm: "npm";
|
|
1136
1135
|
pnpm: "pnpm";
|
|
1137
1136
|
yarn: "yarn";
|
|
1137
|
+
bun: "bun";
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
}, z.core.$strip>>;
|
|
1140
1140
|
allowBundled: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
package/package.json
CHANGED