@flutchai/flutch-sdk 0.4.1 → 0.6.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flutchai/flutch-sdk",
3
- "version": "0.4.1",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "description": "Base infrastructure package for building graph microservices - core interfaces, types, utilities, and execution engine",
6
6
  "main": "./dist/index.cjs",
@@ -96,38 +96,38 @@
96
96
  "prepublishOnly": "npm run build"
97
97
  },
98
98
  "dependencies": {
99
- "@langchain/anthropic": "^1.3.22",
100
- "@langchain/aws": "^1.3.7",
101
- "@langchain/cohere": "^1.0.4",
102
- "@langchain/core": "^1.1.30",
103
- "@langchain/langgraph": "^1.2.0",
104
- "@langchain/langgraph-checkpoint-mongodb": "1.0.0",
105
- "@langchain/langgraph-checkpoint-postgres": "^1.0.1",
106
- "@langchain/mistralai": "^1.0.7",
107
- "@langchain/openai": "^1.2.12",
108
- "axios": "^1.6.5",
99
+ "@langchain/anthropic": "^1.4.0",
100
+ "@langchain/aws": "^1.3.9",
101
+ "@langchain/cohere": "^1.0.5",
102
+ "@langchain/core": "^1.1.48",
103
+ "@langchain/langgraph": "^1.3.7",
104
+ "@langchain/langgraph-checkpoint-mongodb": "1.3.3",
105
+ "@langchain/langgraph-checkpoint-postgres": "^1.0.2",
106
+ "@langchain/mistralai": "^1.1.0",
107
+ "@langchain/openai": "^1.4.7",
108
+ "axios": "^1.17.0",
109
109
  "class-transformer": "^0.5.1",
110
- "class-validator": "^0.14.2",
111
- "ioredis-mock": "^8.9.0",
112
- "mongodb": "^6.20.0",
113
- "rxjs": "^7.8.1",
114
- "zod": "^3.22.4",
115
- "zod-from-json-schema": "^0.5.1",
116
- "zod-to-json-schema": "^3.25.0"
110
+ "class-validator": "^0.15.1",
111
+ "ioredis-mock": "^8.13.1",
112
+ "mongodb": "^6.21.0",
113
+ "rxjs": "^7.8.2",
114
+ "zod": "^3.25.76",
115
+ "zod-from-json-schema": "^0.5.2",
116
+ "zod-to-json-schema": "^3.25.2"
117
117
  },
118
118
  "peerDependencies": {
119
- "@nestjs/axios": "^3.0.0",
119
+ "@nestjs/axios": "^4.0.0",
120
120
  "@nestjs/common": "^10.0.0 || ^11.0.0",
121
- "@nestjs/config": "^3.0.0",
121
+ "@nestjs/config": "^3.0.0 || ^4.0.0",
122
122
  "@nestjs/core": "^10.0.0 || ^11.0.0",
123
- "@nestjs/mongoose": "^10.0.0",
123
+ "@nestjs/mongoose": "^10.0.0 || ^11.0.0",
124
124
  "@nestjs/platform-express": "^10.0.0 || ^11.0.0",
125
125
  "@nestjs/swagger": "^7.0.0 || ^11.0.0",
126
- "@nestjs/terminus": "^10.0.0",
127
- "@willsoto/nestjs-prometheus": "^5.0.0",
126
+ "@nestjs/terminus": "^10.0.0 || ^11.0.0",
127
+ "@willsoto/nestjs-prometheus": "^5.0.0 || ^6.0.0",
128
128
  "ioredis": "^5.3.0",
129
129
  "mongoose": "^8.0.0",
130
- "prom-client": "^14.0.0",
130
+ "prom-client": "^14.0.0 || ^15.0.0",
131
131
  "reflect-metadata": "^0.2.0"
132
132
  },
133
133
  "peerDependenciesMeta": {
@@ -160,32 +160,32 @@
160
160
  }
161
161
  },
162
162
  "devDependencies": {
163
- "@jest/globals": "^29.0.0",
164
- "@nestjs/axios": "^3.0.0",
165
- "@nestjs/common": "^10.0.0",
166
- "@nestjs/config": "^3.0.0",
167
- "@nestjs/core": "^10.0.0",
168
- "@nestjs/mongoose": "^10.0.0",
169
- "@nestjs/platform-express": "^10.0.0",
170
- "@nestjs/swagger": "^11.2.0",
171
- "@nestjs/terminus": "^10.0.1",
172
- "@types/express": "^4.17.17",
163
+ "@jest/globals": "^29.7.0",
164
+ "@nestjs/axios": "^4.0.1",
165
+ "@nestjs/common": "^11.1.26",
166
+ "@nestjs/config": "^4.0.4",
167
+ "@nestjs/core": "^11.1.26",
168
+ "@nestjs/mongoose": "^11.0.4",
169
+ "@nestjs/platform-express": "^11.1.26",
170
+ "@nestjs/swagger": "^11.4.4",
171
+ "@nestjs/terminus": "^11.1.1",
172
+ "@types/express": "^5.0.6",
173
173
  "@types/ioredis-mock": "^8",
174
174
  "@types/jest": "^30.0.0",
175
175
  "@types/json-schema": "^7.0.15",
176
- "@types/node": "^25.5.0",
177
- "@willsoto/nestjs-prometheus": "^5.0.0",
178
- "ioredis": "^5.3.2",
179
- "ioredis-mock": "^8.9.0",
180
- "jest": "^29.0.0",
176
+ "@types/node": "^24.13.1",
177
+ "@willsoto/nestjs-prometheus": "^6.1.0",
178
+ "ioredis": "^5.11.1",
179
+ "ioredis-mock": "^8.13.1",
180
+ "jest": "^29.7.0",
181
181
  "json-schema": "^0.4.0",
182
- "mongoose": "^8.22.0",
183
- "prettier": "^3.0.0",
184
- "prom-client": "^14.0.0",
185
- "reflect-metadata": "^0.2.0",
186
- "ts-jest": "^29.0.0",
187
- "tsup": "^8.5.0",
188
- "typescript": "^5.1.3"
182
+ "mongoose": "^8.24.0",
183
+ "prettier": "^3.8.4",
184
+ "prom-client": "^15.1.3",
185
+ "reflect-metadata": "^0.2.2",
186
+ "ts-jest": "^29.4.11",
187
+ "tsup": "^8.5.1",
188
+ "typescript": "^5.9.3"
189
189
  },
190
- "packageManager": "yarn@4.5.3"
190
+ "packageManager": "yarn@4.16.0"
191
191
  }