@saooti/octopus-sdk 33.1.2 → 33.1.3

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/README.md CHANGED
@@ -697,4 +697,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
697
697
  * 33.0.7 Test refactor podcastmaker with scss variables
698
698
  * 33.1.0 Refacto store
699
699
  * 33.1.2 Refacto lazy export
700
+ * 33.1.3 Refacto lazy export
700
701
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "33.1.2",
3
+ "version": "33.1.3",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -1,7 +1,7 @@
1
1
  import { mapState } from 'vuex';
2
2
  import octopusApi from '@saooti/octopus-api';
3
3
  import { CommentPodcast } from '@/store/class/general/comment';
4
- import cookies from '../selenium';
4
+ import cookies from '../cookies';
5
5
  import { playerLive } from './playerLive';
6
6
  import { playerComment } from './playerComment';
7
7
  import { defineComponent } from 'vue';