@daocloud-proto/ghippo 0.13.0-dev-1 → 0.13.0-dev-2

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.13.0-dev-1",
3
+ "version":"0.13.0-dev-2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -37,6 +37,7 @@ export type SmtpConnTestRequest = {
37
37
  ssl?: boolean
38
38
  starttls?: boolean
39
39
  from?: string
40
+ to?: string
40
41
  user?: string
41
42
  password?: string
42
43
  }