@daocloud-proto/kpanda 0.26.0-dev-6742943b → 0.26.0-dev-3a7d0447

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.
@@ -169,7 +169,7 @@ export type PatchServiceRequest = {
169
169
  cluster?: string
170
170
  namespace?: string
171
171
  name?: string
172
- data?: {[key: string]: string}
172
+ data?: string
173
173
  }
174
174
 
175
175
  export type PatchServiceResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.26.0-dev-6742943b",
3
+ "version":"v0.26.0-dev-3a7d0447",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {