beer-assembly-biz 1.1.1-alpha.6 → 1.1.1-alpha.7

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.
@@ -4,7 +4,7 @@ export declare type AuthPasswordProps = {
4
4
  /**
5
5
  * HTML 协议.
6
6
  */
7
- protocol: string;
7
+ protocol?: string;
8
8
  /**
9
9
  * 请求滑块验证码.
10
10
  */
@@ -16,15 +16,15 @@ declare type AuthStyleProps = {
16
16
  /**
17
17
  * 描述.
18
18
  */
19
- description: string;
19
+ description?: string;
20
20
  /**
21
21
  * HTML 协议.
22
22
  */
23
- protocol: string;
23
+ protocol?: string;
24
24
  /**
25
25
  * HTML 关于.
26
26
  */
27
- copyright: string;
27
+ copyright?: string;
28
28
  /**
29
29
  * 请求滑块验证码.
30
30
  */
@@ -12,15 +12,15 @@ declare type AuthStyleProps = {
12
12
  /**
13
13
  * 描述.
14
14
  */
15
- description: string;
15
+ description?: string;
16
16
  /**
17
17
  * HTML 协议.
18
18
  */
19
- protocol: string;
19
+ protocol?: string;
20
20
  /**
21
21
  * HTML 关于.
22
22
  */
23
- copyright: string;
23
+ copyright?: string;
24
24
  /**
25
25
  * 请求滑块验证码.
26
26
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "beer-assembly-biz",
3
3
  "private": false,
4
- "version": "1.1.1-alpha.6",
4
+ "version": "1.1.1-alpha.7",
5
5
  "scripts": {
6
6
  "pub-w": "tsc && copy package.json .\\dist\\package.json && npm publish ./dist",
7
7
  "pub-m": "tsc && cp -a src/icon ./dist && cp -a src/fonts ./dist && cp -a src/images ./dist && cp package.json ./dist/package.json && npm publish ./dist"