@ooneex/routing 1.3.8 → 1.3.9

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 +12 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/routing",
3
3
  "description": "Decorator-driven HTTP routing with path parameters, validation constraints, permission guards, and named route generation",
4
- "version": "1.3.8",
4
+ "version": "1.3.9",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -28,19 +28,19 @@
28
28
  "npm:publish": "bun publish --tolerate-republish --force --production --access public"
29
29
  },
30
30
  "dependencies": {
31
- "@ooneex/container": "1.4.0",
32
- "@ooneex/exception": "1.2.6",
33
- "@ooneex/http-status": "1.1.9",
34
- "@ooneex/validation": "1.1.9"
31
+ "@ooneex/container": "^1.4.2",
32
+ "@ooneex/exception": "^1.2.7",
33
+ "@ooneex/http-status": "^1.1.9",
34
+ "@ooneex/validation": "^1.1.10"
35
35
  },
36
36
  "devDependencies": {
37
- "@ooneex/app-env": "1.3.4",
38
- "@ooneex/controller": "1.3.10",
39
- "@ooneex/http-response": "1.3.6",
40
- "@ooneex/permission": "1.1.11",
41
- "@ooneex/role": "1.1.9",
42
- "@ooneex/translation": "1.1.10",
43
- "@ooneex/types": "1.3.4"
37
+ "@ooneex/app-env": "^1.3.5",
38
+ "@ooneex/controller": "^1.3.11",
39
+ "@ooneex/http-response": "^1.3.7",
40
+ "@ooneex/permission": "^1.1.12",
41
+ "@ooneex/role": "^1.1.9",
42
+ "@ooneex/translation": "^1.1.11",
43
+ "@ooneex/types": "^1.3.5"
44
44
  },
45
45
  "keywords": [
46
46
  "bun",