@wix/ditto-codegen-public 1.0.38 → 1.0.39

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.
Files changed (2) hide show
  1. package/dist/out.js +1 -0
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -119243,6 +119243,7 @@ var require_types_impl2 = __commonJS({
119243
119243
  (function(TenantMode2) {
119244
119244
  TenantMode2["META_SITE"] = "META_SITE";
119245
119245
  TenantMode2["ACCOUNT"] = "ACCOUNT";
119246
+ TenantMode2["APP"] = "APP";
119246
119247
  })(TenantMode = exports2.TenantMode || (exports2.TenantMode = {}));
119247
119248
  var Order;
119248
119249
  (function(Order2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
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": "54a1561268bef386f7dd6078078063fd54c1a31c6d6a8da708fcc3d9"
27
+ "falconPackageHash": "d152b870db1075d74529a5231fcd29ddbfc5d477ac3d67c0f79361ff"
28
28
  }