dev-classes 1.5.6 → 1.5.7

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2664,7 +2664,7 @@ class NetworkStatusTracker {
2664
2664
  isNetwork: e,
2665
2665
  typeNetwork: this.getTypeNetwork(e)
2666
2666
  };
2667
- this.networkInfo = r, typeof t == "function" && t(r);
2667
+ typeof t == "function" && this.networkInfo.typeNetwork !== r.typeNetwork && t(r), this.networkInfo = r;
2668
2668
  }
2669
2669
  getControllersEvents() {
2670
2670
  return this.controllersEvents;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "url": "git+https://github.com/SinGlEBW/dev-classes.git"
12
12
  },
13
13
  "license": "MIT",
14
- "version": "1.5.6",
14
+ "version": "1.5.7",
15
15
  "type": "module",
16
16
  "module": "./dist/index.js",
17
17
  "main": "./dist/index.js",