@flutchai/flutch-sdk 0.2.15 → 0.2.16
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.cjs +120 -31
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +57 -31
- package/dist/index.d.ts +57 -31
- package/dist/index.js +114 -32
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flutchai/flutch-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
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",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"@nestjs/terminus": "^10.0.1",
|
|
167
167
|
"@types/express": "^4.17.17",
|
|
168
168
|
"@types/ioredis-mock": "^8",
|
|
169
|
-
"@types/jest": "^
|
|
169
|
+
"@types/jest": "^30.0.0",
|
|
170
170
|
"@types/json-schema": "^7.0.15",
|
|
171
|
-
"@types/node": "^
|
|
171
|
+
"@types/node": "^25.5.0",
|
|
172
172
|
"@willsoto/nestjs-prometheus": "^5.0.0",
|
|
173
173
|
"ioredis": "^5.3.2",
|
|
174
174
|
"ioredis-mock": "^8.9.0",
|