@wix/ditto-codegen-public 1.0.25 → 1.0.26
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 -0
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -74990,6 +74990,7 @@ var require_types_impl = __commonJS({
|
|
|
74990
74990
|
ExtensionType2["SERVICE_PLUGIN"] = "SERVICE_PLUGIN";
|
|
74991
74991
|
ExtensionType2["WEB_METHODS"] = "WEB_METHODS";
|
|
74992
74992
|
ExtensionType2["SITE_COMPONENT"] = "SITE_COMPONENT";
|
|
74993
|
+
ExtensionType2["WEBHOOK"] = "WEBHOOK";
|
|
74993
74994
|
})(ExtensionType = exports2.ExtensionType || (exports2.ExtensionType = {}));
|
|
74994
74995
|
}
|
|
74995
74996
|
});
|
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.26",
|
|
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.25.9"
|
|
26
26
|
},
|
|
27
|
-
"falconPackageHash": "
|
|
27
|
+
"falconPackageHash": "0f8fef843389da0806e953c3ff70d65cc90bcd576f3d966bf7d82243"
|
|
28
28
|
}
|