component-shipinlv 0.0.20 → 0.0.21

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.
@@ -3,7 +3,7 @@ interface Props {
3
3
  env?: Global.Env;
4
4
  vipId: number;
5
5
  productCount: number;
6
- productKind: 'vip' | 'card-vip';
6
+ productKind: 'vip' | 'vip-card';
7
7
  disabled?: boolean;
8
8
  children: React.ReactNode;
9
9
  }
package/dist/typings.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  declare namespace Global {
2
2
  export type Env = 'local' | 'pre' | 'prod';
3
3
  type AuthClientLoginType = 'wechat' | 'account' | 'alipay';
4
- export type ProductKind = 'vip' | 'card-vip' | string;
4
+ export type ProductKind = 'vip' | 'vip-card' | string;
5
5
  interface RequestResult{
6
6
  code: string;
7
7
  success?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",