@wix/ditto-codegen-public 1.0.101 → 1.0.102

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
@@ -132500,7 +132500,7 @@ var require_dashboardPage = __commonJS({
132500
132500
  });
132501
132501
  }
132502
132502
  console.log("\u{1F3AF} Using auto-patterns for dashboard generation");
132503
- const relevantCollection = plan?.collections?.map((op) => op.data).find((c) => c.id === decision.relevantCollectionId);
132503
+ const relevantCollection = plan?.collections?.map((op) => op.data).find((c) => c.idSuffix === decision.relevantCollectionId);
132504
132504
  if (!relevantCollection) {
132505
132505
  throw new ditto_codegen_types_12.ResourceNotFoundError(`Collection with ID ${decision.relevantCollectionId} not found in created collections`, {
132506
132506
  resourceType: ditto_codegen_types_12.ResourceType.COLLECTION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
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": "508d435510f0b0c5e1a4ce488987efcc1f65ca703410ffc6351bb665"
27
+ "falconPackageHash": "09848553897f164c341e2b25d015c8720120c9263cd4bb2e568fabf8"
28
28
  }