@saooti/octopus-sdk 37.0.52 → 37.0.53

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 +3 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -47,9 +47,12 @@ export const getRubriqueChooser = () => import("./src/components/display/rubriqu
47
47
  export const getCommentList = () => import("./src/components/display/comments/CommentList.vue");
48
48
  export const getCommentInput = () => import("./src/components/display/comments/CommentInput.vue");
49
49
  export const getPodcastPlaylistInlineList = () => import("./src/components/display/playlist/PodcastPlaylistInlineList.vue");
50
+ export const getLiveList = () => import("./src/components/display/live/LiveList.vue");
51
+
50
52
 
51
53
  //Radio
52
54
  export const getRadioCurrently = () => import("./src/components/display/live/RadioCurrently.vue");
55
+ export const getRadioPlanning = () => import("./src/components/display/live/RadioPlanning.vue");
53
56
 
54
57
 
55
58
  //AdvancedSearch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "37.0.52",
3
+ "version": "37.0.53",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",