@ubs-platform/users-common 1.0.8 → 1.0.9

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 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # users-common
2
2
 
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
3
+ This library has common declerations that is used as HttpResponse in Users Mona
4
4
 
5
- Will be documented fine
5
+ Will be documented well soon
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@ubs-platform/users-common",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
+ "license": "MIT",
4
5
  "dependencies": {
5
6
  "tslib": "^2.3.0"
6
7
  },