@daocloud-proto/kangaroo 0.4.4-12 → 0.4.4-16

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.
@@ -390,11 +390,11 @@ export type GetPushCommandRequest = {
390
390
  workspace?: string
391
391
  registry?: string
392
392
  project?: string
393
- expired?: number
393
+ expired?: string
394
394
  }
395
395
 
396
396
  export type GetPushCommandResponse = {
397
397
  cmd?: string
398
- expired?: number
398
+ expired?: string
399
399
  expiredAt?: string
400
400
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.4.4-12",
3
+ "version":"0.4.4-16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {