@snowtop/ent 0.1.15 → 0.1.16-test1

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/core/context.js +2 -2
  2. package/package.json +1 -1
package/core/context.js CHANGED
@@ -96,11 +96,11 @@ class ContextCache {
96
96
  this.discardedLoaders.forEach((l) => l.clearAll());
97
97
  for (const [_key, loader] of this.loaders) {
98
98
  loader.clearAll();
99
- this.discardedLoaders.push(loader);
99
+ // this.discardedLoaders.push(loader);
100
100
  }
101
101
  for (const [_key, loader] of this.loaderWithLoadMany) {
102
102
  loader.clearAll();
103
- this.discardedLoaders.push(loader);
103
+ // this.discardedLoaders.push(loader);
104
104
  }
105
105
  this.loaders.clear();
106
106
  this.loaderWithLoadMany.clear();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowtop/ent",
3
- "version": "0.1.15",
3
+ "version": "0.1.16-test1",
4
4
  "description": "snowtop ent framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",