@wix/ditto-codegen-public 1.0.113 → 1.0.114
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.
- package/dist/out.js +1 -1
- 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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.114",
|
|
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": "
|
|
27
|
+
"falconPackageHash": "e85ba5a0e9052c66fbd1b2eb90c8e0ad33b5e0534691776385ae6604"
|
|
28
28
|
}
|