@os.io/nest-kit 0.0.1-alpha.3 → 0.0.1-alpha.5

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.
Files changed (1) hide show
  1. package/package.json +11 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os.io/nest-kit",
3
- "version": "0.0.1-alpha.3",
3
+ "version": "0.0.1-alpha.5",
4
4
  "description": "A modular, production-ready NestJS toolkit — Bootstrap, Auth, SaaS, and Infra integrations in a single package.",
5
5
  "keywords": [
6
6
  "nestjs",
@@ -140,7 +140,9 @@
140
140
  "@nestjs/config": "^3.0.0 || ^4.0.0",
141
141
  "@nestjs/core": ">=10.0.0 <12.0.0",
142
142
  "@nestjs/swagger": ">=7.0.0 <12.0.0",
143
+ "@nestjs/typeorm": ">=10.0.0 <12.0.0",
143
144
  "@scalar/nestjs-api-reference": "^1.2.6",
145
+ "typeorm": "^1.0.0",
144
146
  "cache-manager": "^6.0.0",
145
147
  "cacheable": "^1.0.0",
146
148
  "keyv": "^5.0.0"
@@ -161,6 +163,9 @@
161
163
  "@nestjs/swagger": {
162
164
  "optional": true
163
165
  },
166
+ "@nestjs/typeorm": {
167
+ "optional": true
168
+ },
164
169
  "@scalar/nestjs-api-reference": {
165
170
  "optional": true
166
171
  },
@@ -172,6 +177,9 @@
172
177
  },
173
178
  "keyv": {
174
179
  "optional": true
180
+ },
181
+ "typeorm": {
182
+ "optional": true
175
183
  }
176
184
  },
177
185
  "publishConfig": {
@@ -210,6 +218,7 @@
210
218
  "@nestjs/core": "^11.0.1",
211
219
  "@nestjs/swagger": "^11.4.4",
212
220
  "@nestjs/testing": "^11.0.1",
221
+ "@nestjs/typeorm": "^11.0.3",
213
222
  "@scalar/nestjs-api-reference": "^1.2.6",
214
223
  "@types/jest": "^30.0.0",
215
224
  "@types/node": "^22.20.0",
@@ -223,6 +232,7 @@
223
232
  "reflect-metadata": "^0.2.2",
224
233
  "rxjs": "^7.8.1",
225
234
  "ts-jest": "^29.2.5",
235
+ "typeorm": "^1.0.0",
226
236
  "typescript": "^5.7.3",
227
237
  "typescript-eslint": "^8.20.0",
228
238
  "vitepress": "^1.5.0"