@flutchai/flutch-sdk 0.1.5 → 0.1.7
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/README.md +237 -17
- package/dist/index.cjs +965 -384
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +88 -20
- package/dist/index.d.ts +88 -20
- package/dist/index.js +965 -385
- package/dist/index.js.map +1 -1
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flutchai/flutch-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
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",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"@nestjs/terminus": "^10.0.1",
|
|
110
110
|
"@willsoto/nestjs-prometheus": "^5.0.0",
|
|
111
111
|
"axios": "^1.6.5",
|
|
112
|
-
"
|
|
113
|
-
"
|
|
112
|
+
"class-transformer": "^0.5.1",
|
|
113
|
+
"class-validator": "^0.14.2",
|
|
114
114
|
"ioredis": "^5.3.2",
|
|
115
115
|
"mongoose": "^8.0.0",
|
|
116
116
|
"prom-client": "^14.0.0",
|
|
@@ -120,7 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@jest/globals": "^29.0.0",
|
|
123
|
-
"@types/compression": "^1.7.2",
|
|
124
123
|
"@types/express": "^4.17.17",
|
|
125
124
|
"@types/ioredis-mock": "^8",
|
|
126
125
|
"@types/jest": "^29.0.0",
|