@authing/react-ui-components 4.5.47-bg.20 → 4.5.47-bg.22

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
@@ -25,8 +25,7 @@ Guard 拥有以下基本功能:
25
25
  - 兼容主流前端 UI 库:
26
26
  - 原生 JavaScript 调用;
27
27
  - Vue 组件;
28
- - React 组件;
29
- - Angular 组件。
28
+ - React 组件。
30
29
 
31
30
  ![Guard Demo](/static/images/guard-demo.jpg)
32
31
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.5.47-bg.20",
3
+ "version": "4.5.47-bg.22",
4
4
  "description": "Authing Guard for React",
5
5
  "main": "lib/index.min.js",
6
6
  "module": "lib/index.min.js",
7
7
  "types": "lib/typings/index.d.ts",
8
8
  "scripts": {
9
- "autoinstall": "npm ci",
10
- "build:lib": "npm ci && node scripts/build.js",
9
+ "autoinstall": "npm install",
10
+ "build:lib": "npm install && node scripts/build.js",
11
11
  "release:official": "npm publish --verbose --access public",
12
12
  "release:alpha": "npm publish --verbose --tag=alpha --access public"
13
13
  },
@@ -19,7 +19,7 @@
19
19
  "author": "https://github.com/authing",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@authing/guard-shim-react": "4.5.47-bg.20",
22
+ "@authing/guard-shim-react": "4.5.47-bg.22",
23
23
  "react": "^16.13.1",
24
24
  "react-dom": "^16.13.1"
25
25
  },