@langgraph-js/pure-graph 3.3.0 → 3.3.1

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 (1) hide show
  1. package/package.json +87 -86
package/package.json CHANGED
@@ -1,87 +1,88 @@
1
1
  {
2
- "name": "@langgraph-js/pure-graph",
3
- "version": "3.3.0",
4
- "description": "A library that provides a standard LangGraph endpoint for integrating into various frameworks like Next.js and Hono.js, with support for multiple storage backends (SQLite, PostgreSQL, Redis) and message queues.",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "files": [
8
- "dist",
9
- "README.md",
10
- "LICENSE"
11
- ],
12
- "type": "module",
13
- "keywords": [
14
- "langgraph",
15
- "langchain",
16
- "nextjs",
17
- "hono",
18
- "framework",
19
- "api",
20
- "endpoint",
21
- "storage",
22
- "sqlite",
23
- "postgres",
24
- "redis",
25
- "typescript"
26
- ],
27
- "repository": {
28
- "type": "git",
29
- "url": "https://github.com/KonghaYao/open-langgraph-server.git"
30
- },
31
- "homepage": "https://github.com/KonghaYao/open-langgraph-server",
32
- "bugs": {
33
- "url": "https://github.com/KonghaYao/open-langgraph-server/issues"
34
- },
35
- "engines": {
36
- "node": ">=18.0.0"
37
- },
38
- "author": "KonghaYao<3446798488@qq.com>",
39
- "license": "MIT",
40
- "dependencies": {
41
- "@langchain/core": "^1.0.6",
42
- "@langchain/langgraph": "^1.0.2",
43
- "@langchain/langgraph-checkpoint": "^1.0.0",
44
- "@langgraph-js/pro": "^2.0.0",
45
- "camelcase-keys": "^10.0.0",
46
- "eventemitter3": "^5.0.1",
47
- "kysely": "^0.28.8",
48
- "langchain": "^1.0.6",
49
- "uuid": "^13.0.0",
50
- "zod": "^4",
51
- "zod-defaults": "^0.2.3"
52
- },
53
- "optionalDependencies": {
54
- "@hono/zod-validator": "^0.7.3",
55
- "@langchain/langgraph-checkpoint-postgres": "^1.0.0",
56
- "@langchain/langgraph-checkpoint-redis": "^1.0.0",
57
- "hono": "^4.9.9",
58
- "kysely-bun-worker": "^1.2.1",
59
- "kysely-wasm": "^1.2.1",
60
- "node-sqlite3-wasm": "^0.8.51",
61
- "pg": "^8.16.3",
62
- "redis": "^5.8.3"
63
- },
64
- "devDependencies": {
65
- "@langchain/langgraph-sdk": "^1.0.0",
66
- "@langchain/openai": "^1.2.1",
67
- "@langgraph-js/sdk": "^3.3.1",
68
- "@types/node": "^22.13.5",
69
- "@types/pg": "^8.15.5",
70
- "@vitest/coverage-v8": "4.0.18",
71
- "rollup-plugin-node-externals": "^8.1.1",
72
- "typescript": "^5.9.2",
73
- "vite": "^7.1.12",
74
- "vitest": "4.0.18"
75
- },
76
- "scripts": {
77
- "dev": "bun run --port 8123 test/hono.ts",
78
- "ui": "bunx @langgraph-js/ui",
79
- "dev:docs": "bunx --bun xyd-js@0.1.0-alpha.5",
80
- "build": " vite build && tsc",
81
- "docs:build": "pnpx xyd-js@0.1.0-alpha.5 build",
82
- "prepublish": "pnpm build",
83
- "test": "vitest",
84
- "test:run": "vitest run",
85
- "test:coverage": "vitest run --coverage"
86
- }
87
- }
2
+ "name": "@langgraph-js/pure-graph",
3
+ "version": "3.3.1",
4
+ "description": "A library that provides a standard LangGraph endpoint for integrating into various frameworks like Next.js and Hono.js, with support for multiple storage backends (SQLite, PostgreSQL, Redis) and message queues.",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "dist",
9
+ "README.md",
10
+ "LICENSE"
11
+ ],
12
+ "type": "module",
13
+ "scripts": {
14
+ "dev": "bun run --port 8123 test/hono.ts",
15
+ "ui": "bunx @langgraph-js/ui",
16
+ "dev:docs": "bunx --bun xyd-js@0.1.0-alpha.5",
17
+ "build": " vite build && tsc",
18
+ "docs:build": "pnpx xyd-js@0.1.0-alpha.5 build",
19
+ "prepublish": "pnpm build",
20
+ "test": "vitest",
21
+ "test:run": "vitest run",
22
+ "test:coverage": "vitest run --coverage"
23
+ },
24
+ "keywords": [
25
+ "langgraph",
26
+ "langchain",
27
+ "nextjs",
28
+ "hono",
29
+ "framework",
30
+ "api",
31
+ "endpoint",
32
+ "storage",
33
+ "sqlite",
34
+ "postgres",
35
+ "redis",
36
+ "typescript"
37
+ ],
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "https://github.com/KonghaYao/open-langgraph-server.git"
41
+ },
42
+ "homepage": "https://github.com/KonghaYao/open-langgraph-server",
43
+ "bugs": {
44
+ "url": "https://github.com/KonghaYao/open-langgraph-server/issues"
45
+ },
46
+ "engines": {
47
+ "node": ">=18.0.0"
48
+ },
49
+ "author": "KonghaYao<3446798488@qq.com>",
50
+ "license": "MIT",
51
+ "packageManager": "pnpm@10.22.0",
52
+ "dependencies": {
53
+ "@langchain/core": "^1.0.6",
54
+ "@langchain/langgraph": "^1.0.2",
55
+ "@langchain/langgraph-checkpoint": "^1.0.0",
56
+ "@langgraph-js/pro": "^2.0.0",
57
+ "camelcase-keys": "^10.0.0",
58
+ "eventemitter3": "^5.0.1",
59
+ "kysely": "^0.28.8",
60
+ "langchain": "^1.0.6",
61
+ "uuid": "^13.0.0",
62
+ "zod": "^4",
63
+ "zod-defaults": "^0.2.3"
64
+ },
65
+ "optionalDependencies": {
66
+ "@hono/zod-validator": "^0.7.3",
67
+ "@langchain/langgraph-checkpoint-postgres": "^1.0.0",
68
+ "@langchain/langgraph-checkpoint-redis": "^1.0.0",
69
+ "hono": "^4.9.9",
70
+ "kysely-bun-worker": "^1.2.1",
71
+ "kysely-wasm": "^1.2.1",
72
+ "node-sqlite3-wasm": "^0.8.51",
73
+ "pg": "^8.16.3",
74
+ "redis": "^5.8.3"
75
+ },
76
+ "devDependencies": {
77
+ "@langchain/langgraph-sdk": "^1.0.0",
78
+ "@langchain/openai": "^1.2.1",
79
+ "@langgraph-js/sdk": "^3.3.1",
80
+ "@types/node": "^22.13.5",
81
+ "@types/pg": "^8.15.5",
82
+ "@vitest/coverage-v8": "4.0.18",
83
+ "rollup-plugin-node-externals": "^8.1.1",
84
+ "typescript": "^5.9.2",
85
+ "vite": "^7.1.12",
86
+ "vitest": "4.0.18"
87
+ }
88
+ }