@daocloud-proto/virtnest 0.7.0-dev2 → 0.7.0-rc2

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/virtnest",
3
- "version":"0.7.0-dev2",
3
+ "version":"0.7.0-rc2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -33,7 +33,6 @@ export type GPUInfo = {
33
33
  export type GPU = {
34
34
  type?: GPUType
35
35
  deviceName?: string
36
- count?: number
37
36
  }
38
37
 
39
38
  export type SpiderPool = {