@alumbwe/anvil 1.0.36 → 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.
- package/package.json +1 -1
- package/src/agents/bundled-agents.generated.ts +16 -16
- package/src/components/anvil-landing-screen.tsx +1 -1
- package/src/login/constants.ts +1 -1
- package/src/utils/anvil-session-api.ts +1 -1
- package/src/utils/error-handling.ts +1 -1
- package/vendor/@anvil/common/src/constants/auth.ts +1 -1
- package/vendor/@anvil/sdk/dist/index.cjs +2 -2
- package/vendor/@anvil/sdk/dist/index.cjs.map +3 -3
- package/vendor/@anvil/sdk/dist/index.d.ts +2 -2
- package/vendor/@anvil/sdk/dist/index.mjs +2 -2
- package/vendor/@anvil/sdk/dist/index.mjs.map +3 -3
- package/bin/anvil +0 -41
|
@@ -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://
|
|
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://
|
|
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@
|
|
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=
|
|
52289
|
+
//# debugId=E0C66561A06A653864756E2164756E21
|
|
52290
52290
|
//# sourceMappingURL=index.mjs.map
|