@lyrolab/nest-shared 1.6.1 → 1.7.1

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,9 +1,13 @@
1
1
  {
2
2
  "name": "@lyrolab/nest-shared",
3
- "version": "1.6.1",
3
+ "version": "1.7.1",
4
4
  "description": "A collection of shared modules for NestJS applications",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/lyrolab/nest-shared"
10
+ },
7
11
  "private": false,
8
12
  "publishConfig": {
9
13
  "access": "public"
@@ -53,6 +57,7 @@
53
57
  "scripts": {
54
58
  "prebuild": "rimraf dist",
55
59
  "build": "tsc -p tsconfig.json",
60
+ "dev": "tsc -p tsconfig.json --watch",
56
61
  "lint": "eslint 'src/**/*.ts' --fix",
57
62
  "test": "jest",
58
63
  "test:watch": "jest --watch",
@@ -62,6 +67,7 @@
62
67
  "release": "semantic-release"
63
68
  },
64
69
  "peerDependencies": {
70
+ "@ai-sdk/provider": "^3.0.8",
65
71
  "@nestjs/bullmq": "^11.0.0",
66
72
  "@nestjs/cache-manager": "^3.0.0",
67
73
  "@nestjs/common": "^11.0.0",
@@ -69,16 +75,17 @@
69
75
  "@nestjs/swagger": "^11.0.0",
70
76
  "@nestjs/terminus": "^11.0.0",
71
77
  "@nestjs/typeorm": "^11.0.0",
72
- "@openrouter/ai-sdk-provider": "^0.7.2",
73
- "ai": "^4.2.0",
78
+ "@openrouter/ai-sdk-provider": "^2.2.3",
79
+ "ai": "^6.0.86",
74
80
  "bullmq": "^5.0.0",
75
81
  "cache-manager": "^6.0.0",
76
82
  "class-validator": "^0.14.0",
77
83
  "rxjs": "^7.8.1",
78
- "testcontainers": "^10.0.0",
79
- "typeorm": "^0.3.22"
84
+ "typeorm": "^0.3.22",
85
+ "zod": "^4.1.13"
80
86
  },
81
87
  "devDependencies": {
88
+ "@ai-sdk/provider": "^3.0.8",
82
89
  "@commitlint/cli": "^19.8.0",
83
90
  "@commitlint/config-conventional": "^19.8.0",
84
91
  "@eslint/eslintrc": "^3.2.0",
@@ -96,17 +103,17 @@
96
103
  "@nestjs/terminus": "^11.0.0",
97
104
  "@nestjs/testing": "^11.0.1",
98
105
  "@nestjs/typeorm": "^11.0.0",
99
- "@openrouter/ai-sdk-provider": "^0.7.2",
106
+ "@openrouter/ai-sdk-provider": "^2.2.3",
100
107
  "@semantic-release/changelog": "^6.0.3",
101
108
  "@semantic-release/git": "^10.0.1",
102
- "@semantic-release/npm": "^12.0.1",
109
+ "@semantic-release/npm": "^13.1.4",
103
110
  "@swc/cli": "^0.6.0",
104
111
  "@swc/core": "^1.10.7",
105
112
  "@types/express": "^5.0.0",
106
113
  "@types/jest": "^29.5.14",
107
114
  "@types/node": "^22.10.7",
108
115
  "@types/supertest": "^6.0.2",
109
- "ai": "^4.3.16",
116
+ "ai": "^6.0.86",
110
117
  "bullmq": "^5.46.1",
111
118
  "cache-manager": "^6.4.1",
112
119
  "class-validator": "^0.14.1",
@@ -120,17 +127,17 @@
120
127
  "reflect-metadata": "^0.2.2",
121
128
  "rimraf": "^6.0.1",
122
129
  "rxjs": "^7.8.1",
123
- "semantic-release": "^24.2.3",
130
+ "semantic-release": "^25.0.3",
124
131
  "source-map-support": "^0.5.21",
125
132
  "supertest": "^7.0.0",
126
- "testcontainers": "^10.24.0",
127
133
  "ts-jest": "^29.2.5",
128
134
  "ts-loader": "^9.5.2",
129
135
  "ts-node": "^10.9.2",
130
136
  "tsconfig-paths": "^4.2.0",
131
137
  "typeorm": "^0.3.22",
132
138
  "typescript": "^5.7.3",
133
- "typescript-eslint": "^8.20.0"
139
+ "typescript-eslint": "^8.20.0",
140
+ "zod": "^4.3.6"
134
141
  },
135
142
  "jest": {
136
143
  "moduleFileExtensions": [