@wix/ditto-codegen-public 1.0.306 → 1.0.308

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/dist/out.js +2 -2
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -11446,7 +11446,7 @@ Use this namespace when creating data collections (for idSuffix scoping).`);
11446
11446
  }
11447
11447
  if (codeIdentifier) {
11448
11448
  parts.push(`CODE_IDENTIFIER: ${codeIdentifier}
11449
- If generating Editor React component extensions, use this identifier as the type prefix (e.g. type: '${codeIdentifier}.ComponentName').`);
11449
+ When generating editor React component or function library extensions, use this identifier as the type prefix (e.g. type: '${codeIdentifier}.ComponentName').`);
11450
11450
  }
11451
11451
  return parts.join("\n\n");
11452
11452
  }
@@ -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}/wix-ai-gateway/anthropic`;
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.306",
3
+ "version": "1.0.308",
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": "dac345cce43f4ce474caac61bc308ca9bb8c8af7112474c3fc5510ae"
30
+ "falconPackageHash": "86abe43a4f9a5cfc0584d42be59aae11d34b42b6f2c96aad165e51ee"
31
31
  }