@luminix/support 0.4.3 → 0.4.4
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/support.js +10 -12
- package/package.json +1 -1
package/dist/support.js
CHANGED
|
@@ -4262,18 +4262,16 @@ class Sm extends yr {
|
|
|
4262
4262
|
this.emit("flushing"), this.singletons = {}, this.loaders = {}, this._configuration = {}, this.providers = [], this.emit("flushed"), this.flushEvents();
|
|
4263
4263
|
}
|
|
4264
4264
|
dump(r = !1) {
|
|
4265
|
-
const n =
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
r === !1 && n.info(s), n.info(r, s);
|
|
4276
|
-
}
|
|
4265
|
+
const n = {
|
|
4266
|
+
configuration: this.configuration,
|
|
4267
|
+
services: this.services,
|
|
4268
|
+
providers: this.providers,
|
|
4269
|
+
singletons: this.singletons
|
|
4270
|
+
};
|
|
4271
|
+
if (r === !0)
|
|
4272
|
+
return n;
|
|
4273
|
+
const s = this.make("log");
|
|
4274
|
+
r === !1 && s.info(n), s.info(r, n);
|
|
4277
4275
|
}
|
|
4278
4276
|
}
|
|
4279
4277
|
function Re(e) {
|