@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.
Files changed (2) hide show
  1. package/dist/support.js +10 -12
  2. 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 = this.make("log");
4266
- if (n) {
4267
- const s = {
4268
- configuration: this.configuration,
4269
- services: this.services,
4270
- providers: this.providers,
4271
- singletons: this.singletons
4272
- };
4273
- if (r === !0)
4274
- return s;
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminix/support",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "module": "dist/support.js",
5
5
  "types": "types/index.d.ts",
6
6
  "type": "module",