@daocloud-proto/kairship 0.5.0-166 → 0.5.0-170

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.
@@ -48,6 +48,7 @@ export type PropagationPolicySpec = {
48
48
  placement?: Placement
49
49
  propagateDeps?: boolean
50
50
  dependentOverrides?: string[]
51
+ priority?: number
51
52
  }
52
53
 
53
54
  export type Placement = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kairship",
3
- "version":"0.5.0-166",
3
+ "version":"0.5.0-170",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {