@inkeep/agents-ui-js-cloud 0.15.22 → 0.15.23

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/types.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import type { ComponentType } from 'react';
2
+ import type { FileUIPart } from 'ai';
2
3
  import type { HTMLProps } from 'react';
3
4
  import type { ReactNode } from 'react';
4
5
  import type { ToolUIPart } from 'ai';
@@ -759,7 +760,7 @@ export declare interface InkeepAIChatSettings {
759
760
  */
760
761
  context?: Record<string, unknown>
761
762
 
762
- /**
763
+ /* Excluded from this release type: files *//**
763
764
  * The placeholder text to display in the chat input field when empty.
764
765
  * Use this to provide guidance on what kind of questions users can ask.
765
766
  * "Ask me anything about our API documentation..."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-ui-js-cloud",
3
- "version": "0.15.22",
3
+ "version": "0.15.23",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",
@@ -38,7 +38,7 @@
38
38
  "react": "19.0.0",
39
39
  "react-dom": "19.0.0",
40
40
  "uuid": "^11.1.0",
41
- "@inkeep/agents-ui-cloud": "0.15.22"
41
+ "@inkeep/agents-ui-cloud": "0.15.23"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@biomejs/biome": "1.9.4",
@@ -56,7 +56,7 @@
56
56
  "vite": "5.4.11",
57
57
  "vite-bundle-visualizer": "^1.2.1",
58
58
  "vite-plugin-dts": "4.4.0",
59
- "@inkeep/agents-ui": "0.15.22"
59
+ "@inkeep/agents-ui": "0.15.23"
60
60
  },
61
61
  "module": "./dist/embed.js",
62
62
  "types": "./dist/types.d.ts",