@wix/ditto-codegen-public 1.0.75 → 1.0.76
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
|
@@ -121394,6 +121394,7 @@ var require_types_impl2 = __commonJS({
|
|
|
121394
121394
|
FieldType2["LEGACY_IMAGE"] = "LEGACY_IMAGE";
|
|
121395
121395
|
FieldType2["LEGACY_COLOR"] = "LEGACY_COLOR";
|
|
121396
121396
|
FieldType2["LEGACY_EXTERNAL_VIDEO"] = "LEGACY_EXTERNAL_VIDEO";
|
|
121397
|
+
FieldType2["SLUG"] = "SLUG";
|
|
121397
121398
|
})(FieldType = exports2.FieldType || (exports2.FieldType = {}));
|
|
121398
121399
|
var QueryOperator;
|
|
121399
121400
|
(function(QueryOperator2) {
|
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.76",
|
|
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": "b762e36552a30039ed74798d01c90105e5218b4685beb87b5a7c61f5"
|
|
28
28
|
}
|