@ubs-platform/users-common 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # users-common
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
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
- ## Building
6
-
7
- Run `nx build users-common` to build the library.
5
+ Will be documented fine
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubs-platform/users-common",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },