@wix/ditto-codegen-public 1.0.297 → 1.0.298
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 +4 -2
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -11609,7 +11609,9 @@ var require_constants5 = __commonJS({
|
|
|
11609
11609
|
ecomDiscountTriggers: "service plugin",
|
|
11610
11610
|
ecomGiftCards: "service plugin",
|
|
11611
11611
|
ecomPaymentSettings: "service plugin",
|
|
11612
|
-
bookingsStaffSortingProvider: "service plugin"
|
|
11612
|
+
bookingsStaffSortingProvider: "service plugin",
|
|
11613
|
+
contextProvider: "context provider",
|
|
11614
|
+
functionLibrary: "function library"
|
|
11613
11615
|
};
|
|
11614
11616
|
function isMcpTool(tool) {
|
|
11615
11617
|
return tool.startsWith(exports2.WIX_MCP_SERVER_NAME);
|
|
@@ -11625,7 +11627,7 @@ var require_constants5 = __commonJS({
|
|
|
11625
11627
|
return { extensionType: "dataCollection", label: "collection" };
|
|
11626
11628
|
}
|
|
11627
11629
|
for (const [extensionType, label] of Object.entries(exports2.BUILDER_TO_EXTENSION_LABEL)) {
|
|
11628
|
-
if (content.includes(`extensions.${extensionType}(`)) {
|
|
11630
|
+
if (content.includes(`extensions.${extensionType}(`) || content.includes(`experimentalExtensions.${extensionType}(`)) {
|
|
11629
11631
|
return { extensionType, label };
|
|
11630
11632
|
}
|
|
11631
11633
|
}
|
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.298",
|
|
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": "0f1ec70edca7d80ecbbd7fb2f50b89252a05883a7ce6db68591583d7"
|
|
31
31
|
}
|