bt-core-app 2.1.12 → 2.1.13

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.
@@ -8715,7 +8715,9 @@ function VP(e) {
8715
8715
  return u.value[h] || (u.value[h] = new Promise(async (_, L) => {
8716
8716
  var E, A, I, V, z, P;
8717
8717
  try {
8718
- let G = p(M), F = m(G), O = e.dates.utcString() ?? dt.utc().toString(), W = [];
8718
+ let G = p(M), F = m(G), O = e.dates.utcString() ?? dt.utc().toString();
8719
+ console.log("windows"), console.log(G), console.log("bundled window"), console.log(F), console.log(`last-update: ${O}`);
8720
+ let W = [];
8719
8721
  if (F.left != null)
8720
8722
  for (let R = 0; R < F.left.length; R++) {
8721
8723
  let ae = F.left[R], ne = await ((E = e.api) == null ? void 0 : E.getAll({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
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": {