@ubs-platform/users-mona-roles 1.0.1 → 1.1.0

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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
- # roles
1
+ # Users Mona Roles
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ Users Mona Roles is role checking util library for UsersMona
4
4
 
5
- ## Running unit tests
6
-
7
- Run `nx test roles` to execute the unit tests via [Jest](https://jestjs.io).
5
+ Will be documented well soon
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@ubs-platform/users-mona-roles",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
+ "license": "MIT",
6
7
  "author": "Unlimited Bundle Systems",
7
8
  "homepage": "https://github.com/ubs-platform/users-mona-roles",
8
9
  "repository": {
@@ -16,7 +17,7 @@
16
17
  "peerDependencies": {
17
18
  "@nestjs/common": "^10.0.2",
18
19
  "@nestjs/core": "^10.0.2",
19
- "@ubs-platform/users-common": "1.0.8"
20
+ "@ubs-platform/users-common": "1.1.0"
20
21
  },
21
22
  "dependencies": {
22
23
  "tslib": "^2.3.0",