@paris-ias/list 1.1.13 → 1.1.14

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paris-ias/list",
3
3
  "configKey": "list",
4
- "version": "1.1.13",
4
+ "version": "1.1.14",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -143,7 +143,6 @@ import { computed, ref, useRoute, useNuxtApp, useLocalePath } from "#imports"
143
143
  import { useDisplay } from "vuetify"
144
144
  const { name } = useRoute()
145
145
  const localePath = useLocalePath()
146
- const { locale } = useI18n()
147
146
 
148
147
  const { mdAndUp, name: displayName } = useDisplay()
149
148
  const rootStore = useRootStore()
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "license": "AGPL-3.0-only",
3
3
  "main": "./dist/module.mjs",
4
- "version": "1.1.13",
4
+ "version": "1.1.14",
5
5
  "name": "@paris-ias/list",
6
6
  "repository": {
7
7
  "url": "git+https://github.com/IEA-Paris/list.git",