vona-module-a-orm 5.0.77 → 5.0.79

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.
package/dist/index.js CHANGED
@@ -3692,7 +3692,7 @@ function config(_app) {
3692
3692
  return {
3693
3693
  sharding: {
3694
3694
  cache: {
3695
- doubleDelete: false
3695
+ doubleDelete: true
3696
3696
  }
3697
3697
  },
3698
3698
  rest: {
@@ -1,5 +1,5 @@
1
1
  declare module 'vona' {
2
- interface ILoggerClientChildRecord {
2
+ interface ILoggerChildRecord {
3
3
  database: never;
4
4
  model: never;
5
5
  }
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.77",
4
+ "version": "5.0.79",
5
5
  "title": "a-orm",
6
6
  "vonaModule": {
7
7
  "capabilities": {