@spinajs/rbac-http 2.0.421 → 2.0.422

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spinajs/rbac-http",
3
- "version": "2.0.421",
3
+ "version": "2.0.422",
4
4
  "description": "HTTP rbac helpers eg, session retrieval, decorators for controllers, args retrieval etc. Use it for modules where you only need user information from session",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -47,20 +47,20 @@
47
47
  },
48
48
  "homepage": "https://github.com/spinajs/main#readme",
49
49
  "dependencies": {
50
- "@spinajs/configuration": "^2.0.421",
51
- "@spinajs/di": "^2.0.421",
52
- "@spinajs/exceptions": "^2.0.421",
53
- "@spinajs/http": "^2.0.421",
54
- "@spinajs/log": "^2.0.421",
55
- "@spinajs/orm": "^2.0.421",
56
- "@spinajs/rbac": "^2.0.421",
57
- "@spinajs/reflection": "^2.0.421",
50
+ "@spinajs/configuration": "^2.0.422",
51
+ "@spinajs/di": "^2.0.422",
52
+ "@spinajs/exceptions": "^2.0.422",
53
+ "@spinajs/http": "^2.0.422",
54
+ "@spinajs/log": "^2.0.422",
55
+ "@spinajs/orm": "^2.0.422",
56
+ "@spinajs/rbac": "^2.0.422",
57
+ "@spinajs/reflection": "^2.0.422",
58
58
  "accesscontrol": "^2.2.1",
59
59
  "luxon": "^3.6.1",
60
60
  "uuid": "^9.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@spinajs/orm-sqlite": "^2.0.421",
63
+ "@spinajs/orm-sqlite": "^2.0.422",
64
64
  "@types/uuid": "^9.0.0"
65
65
  },
66
66
  "gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee"