@alumbwe/anvil 1.0.38 → 1.0.40

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.
@@ -4123,7 +4123,7 @@ export interface ValidateAgentsOptions {
4123
4123
  /**
4124
4124
  * The base URL of the Anvil website API.
4125
4125
  * Optional - defaults to NEXT_PUBLIC_ANVIL_APP_URL or environment-based URL.
4126
- * Example: 'https://codebuff.com'
4126
+ * Example: 'https://anvil.dev'
4127
4127
  */
4128
4128
  websiteUrl?: string;
4129
4129
  }
@@ -4145,7 +4145,7 @@ export interface ValidateAgentsOptions {
4145
4145
  * // Remote validation
4146
4146
  * const result = await validateAgents(definitions, {
4147
4147
  * remote: true,
4148
- * websiteUrl: 'https://codebuff.com'
4148
+ * websiteUrl: 'https://anvil.dev'
4149
4149
  * })
4150
4150
  * ```
4151
4151
  */
@@ -51901,7 +51901,7 @@ async function handlePromptResponse({
51901
51901
  const message = [
51902
51902
  "Received invalid prompt response from server:",
51903
51903
  JSON.stringify(parsedOutput.error.issues),
51904
- "If this issues persists, please contact support@codebuff.com"
51904
+ "If this issues persists, please contact support@anvil.dev"
51905
51905
  ].join(`
51906
51906
  `);
51907
51907
  onError({ message });
@@ -52286,5 +52286,5 @@ export {
52286
52286
  ANVIL_BINARY
52287
52287
  };
52288
52288
 
52289
- //# debugId=9DB4ABDDBFA3FD0064756E2164756E21
52289
+ //# debugId=E0C66561A06A653864756E2164756E21
52290
52290
  //# sourceMappingURL=index.mjs.map