@daocloud-proto/ghippo 0.42.0-dev4 → 0.42.0-dev5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/ghippo",
3
- "version":"0.42.0-dev4",
3
+ "version":"0.42.0-dev5",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -19,6 +19,7 @@ export type Alipay = {
19
19
  appPrivateKey?: string
20
20
  alipayPublicKey?: string
21
21
  isProduction?: boolean
22
+ subject?: string
22
23
  }
23
24
 
24
25
  export class Domain {