@wix/ditto-codegen-public 1.0.247 → 1.0.248

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 -1
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -44859,7 +44859,7 @@ var require_parser = __commonJS({
44859
44859
  const parsed = (0, types_1.tryParseJson)(match[1]);
44860
44860
  if (!Array.isArray(parsed))
44861
44861
  continue;
44862
- const permissions = parsed.filter((p) => typeof p === "string" && p.startsWith("SCOPE."));
44862
+ const permissions = parsed.filter((p) => typeof p === "string");
44863
44863
  if (permissions.length > 0) {
44864
44864
  return permissions;
44865
44865
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.247",
3
+ "version": "1.0.248",
4
4
  "description": "AI-powered Wix CLI app generator - standalone executable",
5
5
  "scripts": {
6
6
  "build": "node build.mjs",
@@ -28,5 +28,5 @@
28
28
  "@wix/ditto-codegen": "1.0.0",
29
29
  "esbuild": "^0.27.2"
30
30
  },
31
- "falconPackageHash": "b0bc16c0911edf87e5e0585d73f3277742d1fb1061aa28a99b642eca"
31
+ "falconPackageHash": "8a347c11d5681c52b562b125aee9779fb5c88bf196cc92bd813a9dce"
32
32
  }