@wix/ditto-codegen-public 1.0.114 → 1.0.115

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 +4 -1
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -117309,7 +117309,10 @@ Operations Guide:
117309
117309
  `;
117310
117310
  const formattedOps = operations.map((op) => ({
117311
117311
  operation: op.operation,
117312
- collection: op.data
117312
+ collection: {
117313
+ ...op.data,
117314
+ id: op.data.idSuffix
117315
+ }
117313
117316
  }));
117314
117317
  return `
117315
117318
  ## COLLECTIONS (WITH OPERATIONS)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.114",
3
+ "version": "1.0.115",
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": "e85ba5a0e9052c66fbd1b2eb90c8e0ad33b5e0534691776385ae6604"
27
+ "falconPackageHash": "21ade4abe9a2eaef49be117fe92b6f69f7b9e79f0350c3d614055147"
28
28
  }