@wix/ditto-codegen-public 1.0.291 → 1.0.292
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 +8 -3
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -17425,9 +17425,9 @@ var require_biEvents = __commonJS({
|
|
|
17425
17425
|
}
|
|
17426
17426
|
});
|
|
17427
17427
|
|
|
17428
|
-
// ../../node_modules/@wix/ambassador-ctp-ditto-v1-blueprint/build/
|
|
17428
|
+
// ../../node_modules/@wix/ambassador-ctp-ditto-v1-blueprint/cjs/build/types.impl.js
|
|
17429
17429
|
var require_types_impl2 = __commonJS({
|
|
17430
|
-
"../../node_modules/@wix/ambassador-ctp-ditto-v1-blueprint/build/
|
|
17430
|
+
"../../node_modules/@wix/ambassador-ctp-ditto-v1-blueprint/cjs/build/types.impl.js"(exports2) {
|
|
17431
17431
|
"use strict";
|
|
17432
17432
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17433
17433
|
exports2.ExtensionType = void 0;
|
|
@@ -17445,7 +17445,12 @@ var require_types_impl2 = __commonJS({
|
|
|
17445
17445
|
ExtensionType2["WEB_METHODS"] = "WEB_METHODS";
|
|
17446
17446
|
ExtensionType2["SITE_COMPONENT"] = "SITE_COMPONENT";
|
|
17447
17447
|
ExtensionType2["WEBHOOK"] = "WEBHOOK";
|
|
17448
|
-
|
|
17448
|
+
ExtensionType2["SITE_PLUGIN"] = "SITE_PLUGIN";
|
|
17449
|
+
ExtensionType2["DATA_COLLECTION"] = "DATA_COLLECTION";
|
|
17450
|
+
ExtensionType2["DASHBOARD_MENU_PLUGIN"] = "DASHBOARD_MENU_PLUGIN";
|
|
17451
|
+
ExtensionType2["CUSTOM_ELEMENT_WIDGET"] = "CUSTOM_ELEMENT_WIDGET";
|
|
17452
|
+
ExtensionType2["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
17453
|
+
})(ExtensionType || (exports2.ExtensionType = ExtensionType = {}));
|
|
17449
17454
|
}
|
|
17450
17455
|
});
|
|
17451
17456
|
|
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.292",
|
|
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": "6da4fb47c6c4f45eb74c9b37fd34f8b7901b0af8ef2cbb12c02b9c90"
|
|
31
31
|
}
|