@saooti/octopus-sdk 39.4.5 → 39.4.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "39.4.5",
3
+ "version": "39.4.6",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -43,7 +43,6 @@ export const playerTranscript = defineComponent({
43
43
  const result = await classicApi.fetchData<string>({
44
44
  api:11,
45
45
  path:`response/${this.playerPodcast.podcastId}`,
46
- isNotAuth:true
47
46
  });
48
47
 
49
48
  const arrayTranscript = this.parseSrt(result);