@apptegy/nuxt-navigation 0.1.103 → 0.1.104

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/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=3.0.0"
5
5
  },
6
6
  "configKey": "@apptegy/nuxt-navigation",
7
- "version": "0.1.103",
7
+ "version": "0.1.104",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -265,7 +265,7 @@ function matchesTab(notification) {
265
265
  if (tab.unreadOnly || tab.id === "new") {
266
266
  return isInBadge(notification);
267
267
  }
268
- return notification.dismissed !== true;
268
+ return true;
269
269
  }
270
270
  function matchesFilter(notification) {
271
271
  const filter = activeFilter.value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.1.103",
3
+ "version": "0.1.104",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {