@punks/backend-entity-manager 0.0.346 → 0.0.347

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/esm/index.js CHANGED
@@ -2966,6 +2966,7 @@ class TypeormCacheInstance {
2966
2966
  where: {
2967
2967
  instance: this.instanceName,
2968
2968
  key,
2969
+ expirationTime: MoreThanOrEqual(new Date()),
2969
2970
  },
2970
2971
  });
2971
2972
  if (item) {