@ooneex/module 1.1.0 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/module",
3
3
  "description": "Module system for organizing application features into cohesive units — groups controllers, entities, services, and middleware by domain",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -27,10 +27,10 @@
27
27
  "npm:publish": "bun publish --tolerate-republish --force --production --access public"
28
28
  },
29
29
  "devDependencies": {
30
- "@ooneex/middleware": "1.1.0",
31
- "@ooneex/controller": "1.1.0",
30
+ "@ooneex/middleware": "1.1.1",
31
+ "@ooneex/controller": "1.1.1",
32
32
  "@ooneex/permission": "1.0.1",
33
- "@ooneex/pub-sub": "1.0.1",
33
+ "@ooneex/pub-sub": "1.0.2",
34
34
  "@ooneex/cron": "1.0.1",
35
35
  "@ooneex/entity": "1.0.1"
36
36
  },