bt-core-app 1.4.725 → 1.4.727

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.
@@ -13001,7 +13001,7 @@ function n4(e) {
13001
13001
  rules: t,
13002
13002
  isValid: (a) => t.every((n) => {
13003
13003
  var l = n(a);
13004
- return l !== !0;
13004
+ return l == !0;
13005
13005
  })
13006
13006
  };
13007
13007
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.725",
3
+ "version": "1.4.727",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {