@builder.io/ai-utils 0.0.37 → 0.0.38

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/events.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/events.d.ts CHANGED
@@ -212,6 +212,10 @@ export interface AssistantStats {
212
212
  * If the user provided custom instructions for the prompt.
213
213
  */
214
214
  hasCustomInstructions: boolean;
215
+ /**
216
+ * The deployed version.
217
+ */
218
+ version: string;
215
219
  /**
216
220
  * Error message if there was one.
217
221
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/ai-utils",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "Builder.io AI utils",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",