@daocloud-proto/skoala 0.9.0 → 0.10.0

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.
@@ -103,6 +103,7 @@ export type Nacos = {
103
103
  database?: NacosDatabase
104
104
  resources?: SkoalaApiGeneralV1alpha1Resource.ResourceRequirements
105
105
  condition?: NacosCondition[]
106
+ certificationEnabled?: boolean
106
107
  volume?: Volume
107
108
  createAt?: string
108
109
  }
@@ -179,6 +180,7 @@ export type NacosConfig = {
179
180
  databaseParam?: DatabaseParam
180
181
  volume?: Volume
181
182
  insightEnabled?: boolean
183
+ certificationEnabled?: boolean
182
184
  }
183
185
 
184
186
  export type Volume = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {