@daocloud-proto/skoala 0.52.0 → 0.52.1

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.
@@ -264,7 +264,10 @@ export type AIGateway = {
264
264
  }
265
265
 
266
266
  export type VersionInfo = {
267
- version?: string
267
+ skoalaVersion?: string
268
+ higressVersion?: string
269
+ metaSkoalaVersion?: string
270
+ skoalaInitVersion?: string
268
271
  }
269
272
 
270
273
  export type DashboardURL = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.52.0",
3
+ "version": "0.52.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {