@daocloud-proto/skoala 0.43.3 → 0.43.4-2

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.
@@ -123,6 +123,7 @@ export type Nacos = {
123
123
  workloadState?: SkoalaApiGeneralV1alpha1Common.WorkloadState
124
124
  failedReason?: string[]
125
125
  ldap?: LDAP
126
+ lbParam?: LoadBalanceParam
126
127
  }
127
128
 
128
129
  export type NacosDatabase = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.43.3",
3
+ "version": "0.43.4-2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {