@saooti/octopus-sdk 39.2.0 → 39.2.1

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.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -15,6 +15,7 @@ export const getRubrique = () => import("./src/components/pages/RubriquePage.vue
15
15
  export const getError403Page = () => import("./src/components/pages/Error403Page.vue");
16
16
  export const getRadio = () => import("./src/components/pages/RadioPage.vue");
17
17
  export const getVideo = () => import("./src/components/pages/VideoPage.vue");
18
+ export const getMapPage= () => import("./src/components/pages/MapPage.vue");
18
19
 
19
20
  //Misc
20
21
  export const getAccordion = () => import("./src/components/misc/ClassicAccordion.vue");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "39.2.0",
3
+ "version": "39.2.1",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",