@daocloud-proto/skoala 0.21.2-52 → 0.21.2-56

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.
@@ -208,6 +208,7 @@ export type TokenServerReq = {
208
208
  maxQps?: number
209
209
  clients?: string[]
210
210
  remainingClients?: string[]
211
+ tokenServerName?: string
211
212
  }
212
213
 
213
214
  export type ListAppReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.21.2-52",
3
+ "version": "0.21.2-56",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {