@saooti/octopus-sdk 37.0.4 → 37.0.5

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
@@ -48,6 +48,9 @@ export const getCommentList = () => import("./src/components/display/comments/Co
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
50
 
51
+ //Radio
52
+ export const getRadioCurrently = () => import("./src/components/display/live/RadioCurrently.vue");
53
+
51
54
 
52
55
  //AdvancedSearch
53
56
  export const getAdvancedSearch = () => import("./src/components/display/filter/AdvancedSearch.vue");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "37.0.4",
3
+ "version": "37.0.5",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",