@assistant-ui/react-langgraph 0.4.2 → 0.4.3

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/index.d.mts CHANGED
@@ -1,13 +1,8 @@
1
1
  import * as _assistant_ui_react_internal from '@assistant-ui/react/internal';
2
+ import { ReadonlyJSONObject } from 'assistant-stream/utils';
2
3
  import * as react from 'react';
3
4
  import { AttachmentAdapter, SpeechSynthesisAdapter, FeedbackAdapter, useExternalMessageConverter } from '@assistant-ui/react';
4
5
 
5
- type ReadonlyJSONValue = null | string | number | boolean | ReadonlyJSONObject | ReadonlyJSONArray;
6
- type ReadonlyJSONObject = {
7
- readonly [key: string]: ReadonlyJSONValue;
8
- };
9
- type ReadonlyJSONArray = readonly ReadonlyJSONValue[];
10
-
11
6
  type LangChainToolCallChunk = {
12
7
  index: number;
13
8
  id: string;
package/dist/index.d.ts CHANGED
@@ -1,13 +1,8 @@
1
1
  import * as _assistant_ui_react_internal from '@assistant-ui/react/internal';
2
+ import { ReadonlyJSONObject } from 'assistant-stream/utils';
2
3
  import * as react from 'react';
3
4
  import { AttachmentAdapter, SpeechSynthesisAdapter, FeedbackAdapter, useExternalMessageConverter } from '@assistant-ui/react';
4
5
 
5
- type ReadonlyJSONValue = null | string | number | boolean | ReadonlyJSONObject | ReadonlyJSONArray;
6
- type ReadonlyJSONObject = {
7
- readonly [key: string]: ReadonlyJSONValue;
8
- };
9
- type ReadonlyJSONArray = readonly ReadonlyJSONValue[];
10
-
11
6
  type LangChainToolCallChunk = {
12
7
  index: number;
13
8
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assistant-ui/react-langgraph",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {
@@ -24,12 +24,12 @@
24
24
  ],
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "assistant-stream": "^0.1.2",
27
+ "assistant-stream": "^0.1.3",
28
28
  "uuid": "^11.1.0",
29
- "zod": "^3.24.2"
29
+ "zod": "^3.24.3"
30
30
  },
31
31
  "peerDependencies": {
32
- "@assistant-ui/react": "^0.9.2",
32
+ "@assistant-ui/react": "^0.9.3",
33
33
  "@types/react": "*",
34
34
  "react": "^18 || ^19 || ^19.0.0-rc"
35
35
  },
@@ -39,9 +39,9 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "eslint-config-next": "15.3.0",
42
+ "eslint-config-next": "15.3.1",
43
43
  "tsup": "8.4.0",
44
- "@assistant-ui/react": "0.9.2",
44
+ "@assistant-ui/react": "0.9.3",
45
45
  "@assistant-ui/tsconfig": "0.0.0"
46
46
  },
47
47
  "publishConfig": {