@ooneex/user 0.0.8 → 0.0.10
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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ooneex/user",
|
|
3
3
|
"description": "User entity types and interfaces for user profiles, authentication data, and role-based identity management",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@ooneex/image": "0.0.
|
|
33
|
-
"@ooneex/role": "0.0.
|
|
34
|
-
"@ooneex/types": "0.0.
|
|
32
|
+
"@ooneex/image": "0.0.10",
|
|
33
|
+
"@ooneex/role": "0.0.10",
|
|
34
|
+
"@ooneex/types": "0.0.10"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
37
|
"account",
|