@vellumai/plugin-api 0.10.7-dev.202607101554.2aa9767 → 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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.7-dev.202607101554.2aa9767",
3
+ "version": "0.10.7-dev.202607101646.b683a65",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",