@saooti/octopus-sdk 30.0.80 → 30.0.81

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
@@ -576,4 +576,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
576
576
  * 30.0.77 V-Calendar bloque version
577
577
  * 30.0.78 a -> word-break
578
578
  * 30.0.79 DownloadId player
579
- * 30.0.80 DownloadId player
579
+ * 30.0.80 DownloadId player
580
+ * 30.0.81 DownloadId player
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.80",
3
+ "version": "30.0.81",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -190,7 +190,6 @@ export default defineComponent({
190
190
  }
191
191
  },
192
192
  async listenTime(newVal): Promise<void> {
193
- console.log(this.lastSend, newVal);
194
193
  if ((!this.podcast && !this.live)||(!this.getDownloadId())||(newVal - this.lastSend < 10)) {
195
194
  return;
196
195
  }