@wix/ditto-codegen-public 1.0.205 → 1.0.206
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
|
@@ -97663,8 +97663,8 @@ var require_SDKPickerAgent = __commonJS({
|
|
|
97663
97663
|
if (validIds.length === 0) {
|
|
97664
97664
|
return { extensions: [] };
|
|
97665
97665
|
}
|
|
97666
|
-
await this.mcpClient.connect();
|
|
97667
97666
|
try {
|
|
97667
|
+
await this.mcpClient.connect();
|
|
97668
97668
|
const tools = (0, tools_1.createSDKPickerTools)({
|
|
97669
97669
|
mcpClient: this.mcpClient,
|
|
97670
97670
|
validIds
|
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.206",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@wix/ditto-codegen": "1.0.0",
|
|
25
25
|
"esbuild": "^0.27.2"
|
|
26
26
|
},
|
|
27
|
-
"falconPackageHash": "
|
|
27
|
+
"falconPackageHash": "29b6e401ac81e98de2bbe0d0324ed21efe97cf04e7730ecc0f93d9e5"
|
|
28
28
|
}
|