@yelon/acl 12.0.14 → 12.0.18

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 CHANGED
@@ -1,4 +1,4 @@
1
- # @yelon/acl [![Build Status](https://dev.azure.com/ng-yunzai/yelon/_apis/build/status/yelon-CI?branchName=master)](https://dev.azure.com/ng-yunzai/yelon/_build/latest?definitionId=1&branchName=master) [![NPM version](https://img.shields.io/npm/v/@yelon/acl.svg?style=flat-square)](https://www.npmjs.com/package/@yelon/acl)
1
+ # @yelon/acl [![Build Status](https://dev.azure.com/hbyunzai/yelon/_apis/build/status/yelon-CI?branchName=master)](https://dev.azure.com/hbyunzai/yelon/_build/latest?definitionId=1&branchName=master) [![NPM version](https://img.shields.io/npm/v/@yelon/acl.svg?style=flat-square)](https://www.npmjs.com/package/@yelon/acl)
2
2
 
3
3
  A simple role-based access control.
4
4
 
@@ -10,7 +10,7 @@ A simple role-based access control.
10
10
 
11
11
  ## Architecture
12
12
 
13
- ![Architecture](https://raw.githubusercontent.com/ng-yunzai/yelon/master/_screenshot/architecture.png)
13
+ ![Architecture](https://raw.githubusercontent.com/hbyunzai/yelon/master/_screenshot/architecture.png)
14
14
 
15
15
  ## Troubleshooting
16
16
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license ng-yunzai(devcui@outlook.com) v12.0.14
2
+ * @license ng-yunzai(devcui@outlook.com) v12.0.18
3
3
  * (c) 2020 devcui https://github.com/hbyunzai/yelon/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@yelon/acl",
3
- "version": "12.0.14",
3
+ "version": "12.0.18",
4
4
  "author": "devcui<devcui@outlook.com>",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
- "@yelon/util": "^12.0.14",
7
+ "@yelon/util": "^12.0.18",
8
8
  "tslib": "^2.2.0"
9
9
  },
10
10
  "main": "bundles/acl.umd.js",