@daocloud-proto/skoala 0.35.2-10 → 0.35.2-16

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.
@@ -145,6 +145,7 @@ export type HostedRegistryService = BaseHostedRegistryService
145
145
  export type Address = {
146
146
  protocol?: SkoalaApiHostedV1alpha1Http.Protocol
147
147
  hostname?: string
148
+ hostnames?: string[]
148
149
  port?: number
149
150
  }
150
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.35.2-10",
3
+ "version": "0.35.2-16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {