@wix/ditto-codegen-public 1.0.113 → 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 +5 -2
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -78113,7 +78113,7 @@ var require_instrumentation3 = __commonJS({
78113
78113
  onStart(span) {
78114
78114
  try {
78115
78115
  span.setAttribute?.("session.id", this.sessionId);
78116
- span.setAttribute?.("project.id", this.projectId);
78116
+ span.setAttribute?.("langfuse.metadata.project.id", this.projectId);
78117
78117
  } catch {
78118
78118
  }
78119
78119
  }
@@ -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.113",
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": "260f2b5bc7f282783e3d7f26988a6f6225848b5db0c5475c8254b8c2"
27
+ "falconPackageHash": "21ade4abe9a2eaef49be117fe92b6f69f7b9e79f0350c3d614055147"
28
28
  }