bt-core-app 2.0.83 → 2.0.84

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.
@@ -9444,7 +9444,7 @@ function dP(e) {
9444
9444
  }
9445
9445
  function g(D) {
9446
9446
  const L = ht(r);
9447
- if (console.log(`testing: ${D}`), L.subscriptionCode == null)
9447
+ if (console.log(`testing: ${D} against ${L.subscriptionCode}`), L.subscriptionCode == null)
9448
9448
  return !1;
9449
9449
  if (L.subscriptionCode == D)
9450
9450
  return !0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.83",
3
+ "version": "2.0.84",
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": {