@wix/ditto-codegen-public 1.0.306 → 1.0.307
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/out.js +1 -1
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -12157,7 +12157,7 @@ var require_config = __commonJS({
|
|
|
12157
12157
|
var AI_PROXY_BASE_URL = process.env.CODEGEN_AI_PROXY_BASE_URL || "http://localhost:3001";
|
|
12158
12158
|
function getAnthropicBaseUrl(projectId) {
|
|
12159
12159
|
if ((0, experiments_1.isUseWixAiGatewayEnabled)()) {
|
|
12160
|
-
return `${AI_PROXY_BASE_URL}/projects/${projectId}/
|
|
12160
|
+
return `${AI_PROXY_BASE_URL}/projects/${projectId}/genai/anthropic`;
|
|
12161
12161
|
}
|
|
12162
12162
|
return `${AI_PROXY_BASE_URL}/projects/${projectId}/anthropic`;
|
|
12163
12163
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.307",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"@wix/ditto-codegen": "1.0.0",
|
|
28
28
|
"esbuild": "^0.27.2"
|
|
29
29
|
},
|
|
30
|
-
"falconPackageHash": "
|
|
30
|
+
"falconPackageHash": "be74f7ea48449a9967bdbb7e5bfc36e4b1552b4a9ca2dc81fa00dba9"
|
|
31
31
|
}
|