@flutchai/flutch-sdk 0.2.8 → 0.2.9

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.2.8",
3
+ "version": "0.2.9",
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",
@@ -93,46 +93,87 @@
93
93
  },
94
94
  "dependencies": {
95
95
  "@langchain/anthropic": "^1.3.22",
96
- "@langchain/azure-openai": "^0.0.11",
96
+ "@langchain/aws": "^1.3.1",
97
97
  "@langchain/cohere": "^1.0.4",
98
98
  "@langchain/core": "^1.1.30",
99
99
  "@langchain/langgraph": "^1.2.0",
100
100
  "@langchain/langgraph-checkpoint-mongodb": "1.0.0",
101
101
  "@langchain/mistralai": "^1.0.7",
102
102
  "@langchain/openai": "^1.2.12",
103
- "@nestjs/axios": "^3.0.0",
104
- "@nestjs/common": "^10.0.0",
105
- "@nestjs/config": "^3.0.0",
106
- "@nestjs/core": "^10.0.0",
107
- "@nestjs/mongoose": "^10.0.0",
108
- "@nestjs/platform-express": "^10.0.0",
109
- "@nestjs/swagger": "^11.2.0",
110
- "@nestjs/terminus": "^10.0.1",
111
- "@willsoto/nestjs-prometheus": "^5.0.0",
112
103
  "axios": "^1.6.5",
113
104
  "class-transformer": "^0.5.1",
114
105
  "class-validator": "^0.14.2",
115
- "ioredis": "^5.3.2",
116
106
  "mongodb": "^6.20.0",
117
- "mongoose": "^8.22.0",
118
- "prom-client": "^14.0.0",
119
- "reflect-metadata": "^0.2.0",
120
107
  "rxjs": "^7.8.1",
121
108
  "zod": "^3.22.4",
122
109
  "zod-from-json-schema": "^0.5.1",
123
110
  "zod-to-json-schema": "^3.25.0"
124
111
  },
112
+ "peerDependencies": {
113
+ "@nestjs/axios": "^3.0.0",
114
+ "@nestjs/common": "^10.0.0 || ^11.0.0",
115
+ "@nestjs/config": "^3.0.0",
116
+ "@nestjs/core": "^10.0.0 || ^11.0.0",
117
+ "@nestjs/mongoose": "^10.0.0",
118
+ "@nestjs/platform-express": "^10.0.0 || ^11.0.0",
119
+ "@nestjs/swagger": "^7.0.0 || ^11.0.0",
120
+ "@nestjs/terminus": "^10.0.0",
121
+ "@willsoto/nestjs-prometheus": "^5.0.0",
122
+ "ioredis": "^5.3.0",
123
+ "mongoose": "^8.0.0",
124
+ "prom-client": "^14.0.0",
125
+ "reflect-metadata": "^0.2.0"
126
+ },
127
+ "peerDependenciesMeta": {
128
+ "@nestjs/axios": {
129
+ "optional": true
130
+ },
131
+ "@nestjs/mongoose": {
132
+ "optional": true
133
+ },
134
+ "@nestjs/swagger": {
135
+ "optional": true
136
+ },
137
+ "@nestjs/terminus": {
138
+ "optional": true
139
+ },
140
+ "@willsoto/nestjs-prometheus": {
141
+ "optional": true
142
+ },
143
+ "ioredis": {
144
+ "optional": true
145
+ },
146
+ "mongoose": {
147
+ "optional": true
148
+ },
149
+ "prom-client": {
150
+ "optional": true
151
+ }
152
+ },
125
153
  "devDependencies": {
126
154
  "@jest/globals": "^29.0.0",
155
+ "@nestjs/axios": "^3.0.0",
156
+ "@nestjs/common": "^10.0.0",
157
+ "@nestjs/config": "^3.0.0",
158
+ "@nestjs/core": "^10.0.0",
159
+ "@nestjs/mongoose": "^10.0.0",
160
+ "@nestjs/platform-express": "^10.0.0",
161
+ "@nestjs/swagger": "^11.2.0",
162
+ "@nestjs/terminus": "^10.0.1",
127
163
  "@types/express": "^4.17.17",
128
164
  "@types/ioredis-mock": "^8",
129
165
  "@types/jest": "^29.0.0",
130
166
  "@types/json-schema": "^7.0.15",
131
167
  "@types/node": "^20.3.1",
168
+ "@willsoto/nestjs-prometheus": "^5.0.0",
169
+ "ioredis": "^5.3.2",
132
170
  "ioredis-mock": "^8.9.0",
133
171
  "jest": "^29.0.0",
134
172
  "json-schema": "^0.4.0",
173
+ "mongoose": "^8.22.0",
135
174
  "prettier": "^3.0.0",
175
+ "prom-client": "^14.0.0",
176
+ "reflect-metadata": "^0.2.0",
136
177
  "ts-jest": "^29.0.0",
137
178
  "tsup": "^8.5.0",
138
179
  "typescript": "^5.1.3"