@nextrush/di 3.0.5 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -449,7 +449,7 @@ The `@nextrush/controllers` plugin automatically detects class guards and resolv
449
449
  npx tsx src/index.ts
450
450
 
451
451
  # ✅ Works (full decorator support)
452
- npx nextrush dev
452
+ nextrush dev
453
453
  ```
454
454
 
455
455
  ### Error: "reflect-metadata not found"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextrush/di",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "description": "Lightweight dependency injection container for NextRush",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "tsup": "^8.5.1",
26
26
  "typescript": "^6.0.2",
27
27
  "vitest": "^4.1.4",
28
- "@nextrush/types": "3.0.5"
28
+ "@nextrush/types": "3.0.7"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "typescript": ">=5.0.0"