@daocloud-proto/skoala 0.6.1-56 → 0.6.1-58

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.
@@ -223,6 +223,7 @@ export type RouteService = {
223
223
  sesameId?: string
224
224
  port?: number
225
225
  weight?: number
226
+ mirror?: boolean
226
227
  }
227
228
 
228
229
  export type RedirectAction = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.6.1-56",
3
+ "version": "0.6.1-58",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {