@daocloud-proto/skoala 0.46.0-2 → 0.46.1-2

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.
@@ -341,6 +341,7 @@ type BaseContourAdvancedConfig = {
341
341
  diagnostic?: GatewayDiagnostic
342
342
  tracingConfig?: TracingConfig
343
343
  annotations?: {[key: string]: string}
344
+ disableEndpointSlices?: boolean
344
345
  }
345
346
 
346
347
  export type ContourAdvancedConfig = BaseContourAdvancedConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.46.0-2",
3
+ "version": "0.46.1-2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {