@lyrolab/nest-shared 1.6.0 → 1.6.2
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/CHANGELOG.md +1 -6
- package/dist/ai/services/ai.service.d.ts +4 -4
- package/dist/ai/services/ai.service.js.map +1 -1
- package/dist/database/shared-database.module.js +7 -6
- package/dist/database/shared-database.module.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lyrolab/nest-shared",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "A collection of shared modules for NestJS applications",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -69,8 +69,9 @@
|
|
|
69
69
|
"@nestjs/swagger": "^11.0.0",
|
|
70
70
|
"@nestjs/terminus": "^11.0.0",
|
|
71
71
|
"@nestjs/typeorm": "^11.0.0",
|
|
72
|
-
"@openrouter/ai-sdk-provider": "^
|
|
73
|
-
"ai": "^
|
|
72
|
+
"@openrouter/ai-sdk-provider": "^1.2.0",
|
|
73
|
+
"@ai-sdk/provider": "^2.0.0",
|
|
74
|
+
"ai": "^5.0.47",
|
|
74
75
|
"bullmq": "^5.0.0",
|
|
75
76
|
"cache-manager": "^6.0.0",
|
|
76
77
|
"class-validator": "^0.14.0",
|
|
@@ -79,6 +80,7 @@
|
|
|
79
80
|
"typeorm": "^0.3.22"
|
|
80
81
|
},
|
|
81
82
|
"devDependencies": {
|
|
83
|
+
"@ai-sdk/provider": "^2.0.0",
|
|
82
84
|
"@commitlint/cli": "^19.8.0",
|
|
83
85
|
"@commitlint/config-conventional": "^19.8.0",
|
|
84
86
|
"@eslint/eslintrc": "^3.2.0",
|
|
@@ -96,7 +98,7 @@
|
|
|
96
98
|
"@nestjs/terminus": "^11.0.0",
|
|
97
99
|
"@nestjs/testing": "^11.0.1",
|
|
98
100
|
"@nestjs/typeorm": "^11.0.0",
|
|
99
|
-
"@openrouter/ai-sdk-provider": "^
|
|
101
|
+
"@openrouter/ai-sdk-provider": "^1.2.0",
|
|
100
102
|
"@semantic-release/changelog": "^6.0.3",
|
|
101
103
|
"@semantic-release/git": "^10.0.1",
|
|
102
104
|
"@semantic-release/npm": "^12.0.1",
|
|
@@ -106,7 +108,7 @@
|
|
|
106
108
|
"@types/jest": "^29.5.14",
|
|
107
109
|
"@types/node": "^22.10.7",
|
|
108
110
|
"@types/supertest": "^6.0.2",
|
|
109
|
-
"ai": "^
|
|
111
|
+
"ai": "^5.0.47",
|
|
110
112
|
"bullmq": "^5.46.1",
|
|
111
113
|
"cache-manager": "^6.4.1",
|
|
112
114
|
"class-validator": "^0.14.1",
|
|
@@ -130,7 +132,8 @@
|
|
|
130
132
|
"tsconfig-paths": "^4.2.0",
|
|
131
133
|
"typeorm": "^0.3.22",
|
|
132
134
|
"typescript": "^5.7.3",
|
|
133
|
-
"typescript-eslint": "^8.20.0"
|
|
135
|
+
"typescript-eslint": "^8.20.0",
|
|
136
|
+
"zod": "^4.1.9"
|
|
134
137
|
},
|
|
135
138
|
"jest": {
|
|
136
139
|
"moduleFileExtensions": [
|