@daocloud-proto/kpanda 0.31.0-dev-ab2ffb2e → 0.31.0-dev-88b85aa4

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.
@@ -11,6 +11,7 @@ export type GPUSetting = {
11
11
  type?: string
12
12
  alias?: string
13
13
  resource?: GPUResourceSetting[]
14
+ isDynamic?: boolean
14
15
  }
15
16
 
16
17
  export type GPUResourceSetting = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.31.0-dev-ab2ffb2e",
3
+ "version":"v0.31.0-dev-88b85aa4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {