@spinajs/rbac-http-user 2.0.422 → 2.0.425
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.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spinajs/rbac-http-user",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.425",
|
|
4
4
|
"description": "HTTP API for basic user tasks ( login, logout, managing user account etc )",
|
|
5
5
|
|
|
6
6
|
"main": "lib/cjs/index.js",
|
|
@@ -50,21 +50,21 @@
|
|
|
50
50
|
},
|
|
51
51
|
"homepage": "https://github.com/spinajs/main#readme",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@spinajs/configuration": "^2.0.
|
|
54
|
-
"@spinajs/di": "^2.0.
|
|
55
|
-
"@spinajs/exceptions": "^2.0.
|
|
56
|
-
"@spinajs/http": "^2.0.
|
|
57
|
-
"@spinajs/log": "^2.0.
|
|
58
|
-
"@spinajs/orm": "^2.0.
|
|
59
|
-
"@spinajs/orm-http": "^2.0.
|
|
60
|
-
"@spinajs/rbac": "^2.0.
|
|
61
|
-
"@spinajs/rbac-http": "^2.0.
|
|
53
|
+
"@spinajs/configuration": "^2.0.425",
|
|
54
|
+
"@spinajs/di": "^2.0.425",
|
|
55
|
+
"@spinajs/exceptions": "^2.0.425",
|
|
56
|
+
"@spinajs/http": "^2.0.425",
|
|
57
|
+
"@spinajs/log": "^2.0.425",
|
|
58
|
+
"@spinajs/orm": "^2.0.425",
|
|
59
|
+
"@spinajs/orm-http": "^2.0.425",
|
|
60
|
+
"@spinajs/rbac": "^2.0.425",
|
|
61
|
+
"@spinajs/rbac-http": "^2.0.425",
|
|
62
62
|
"otpauth": "9.4.0",
|
|
63
63
|
"luxon": "^3.6.1",
|
|
64
64
|
"uuid": "^9.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@spinajs/orm-sqlite": "^2.0.
|
|
67
|
+
"@spinajs/orm-sqlite": "^2.0.425"
|
|
68
68
|
},
|
|
69
69
|
"gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee"
|
|
70
70
|
}
|