@apptegy/nuxt-navigation 0.2.7-alpha.0 → 0.2.8

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.2.7-alpha.0",
7
+ "version": "0.2.8",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -200,7 +200,7 @@ const notificationsPanel = computed(() => {
200
200
  return null;
201
201
  }
202
202
  return mapNotificationsApiResponse(notificationsResponse.value, {
203
- locale: nuxtApp.$intl.locale,
203
+ locale: $intl.locale,
204
204
  dateLabels: notificationDateLabels.value,
205
205
  retentionLabel: $t("navigation.notificationsPanel.retentionLabel"),
206
206
  tabs: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.2.7-alpha.0",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -51,5 +51,5 @@
51
51
  "vue": "^3.5.13",
52
52
  "vue-tsc": "^3.0.3"
53
53
  },
54
- "gitHead": "0583c2d908cccd329ae7828aa4ecb5ee2ec5c091"
54
+ "gitHead": "58c15c01250814b62a3afb2b260d93b63af3a53e"
55
55
  }