@ubs-platform/users-common 1.0.6 → 1.0.7
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/README.md +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# users-common
|
|
2
2
|
|
|
3
|
-
This library
|
|
3
|
+
This library has common classes and interfaces that ubs users mona uses as DTO objects and return in these types. So that can used in frontend and backend
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Run `nx build users-common` to build the library.
|
|
5
|
+
Will be documented fine
|