@wix/ditto-codegen-public 1.0.103 → 1.0.104

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 +2 -2
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -132668,11 +132668,11 @@ var require_cms = __commonJS({
132668
132668
  return [];
132669
132669
  }
132670
132670
  const files = [];
132671
- const collectionsData = plan.collections.map((collection) => {
132671
+ const collectionsData = plan.collections.map((collectionOperation) => {
132672
132672
  return {
132673
132673
  schemaUrl: `https://www.wix.com/`,
132674
132674
  // TODO: remove once Wix Data are deprecating it
132675
- ...collection
132675
+ ...collectionOperation.data
132676
132676
  };
132677
132677
  });
132678
132678
  const generatedCode = `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.103",
3
+ "version": "1.0.104",
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": "f4896fb3c47191e6cae26e42aab1127301547f56c980164161f46bce"
27
+ "falconPackageHash": "97367f57f499b24451bd4015ca3fb27378ade5438341d42e2a5f8831"
28
28
  }