@wastedondestiny/destiny-library 1.7.8 → 1.7.9

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.
package/dist/index.js CHANGED
@@ -1096,7 +1096,7 @@ const HM = {
1096
1096
  }
1097
1097
  async function i() {
1098
1098
  try {
1099
- const D = await (await fetch(`${M.apiUrl}/news/?include=${M.domain}`)).json(), I = JSON.parse(localStorage.getItem("read-dialogs") || "[]");
1099
+ const D = await (await fetch(`${M.apiUrl}/news/?include=${L.value}`)).json(), I = JSON.parse(localStorage.getItem("read-dialogs") || "[]");
1100
1100
  A.value = D.filter((z) => !I.includes(z.id));
1101
1101
  } catch (w) {
1102
1102
  console.warn("Failed to load news", w);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wastedondestiny/destiny-library",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"