vona-module-a-orm 5.0.59 → 5.0.60

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -680,7 +680,6 @@ let ServiceDatabaseClient = (_dec$k = Service(), _dec2$k = BeanInfo({
680
680
  this.clientName = dbInfo.clientName;
681
681
  // config
682
682
  this.clientConfig = clientConfig ? deepExtend({}, clientConfig) : this.scope.service.database.getClientConfig(this.clientName);
683
- this.$loggerChild('database').debug('clientName: %s, clientConfig: %j', this.clientName, this.clientConfig);
684
683
  // knex
685
684
  this._knex = knex(this.clientConfig);
686
685
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-orm",
3
3
  "type": "module",
4
- "version": "5.0.59",
4
+ "version": "5.0.60",
5
5
  "title": "a-orm",
6
6
  "vonaModule": {
7
7
  "capabilities": {