@saooti/octopus-sdk 30.0.9 → 30.0.10

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
@@ -506,4 +506,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
506
506
  * 30.0.6 Merge 29
507
507
  * 30.0.7 Améliorations css
508
508
  * 30.0.8 Améliorations diverses
509
- * 30.0.9 Améliorations diverses
509
+ * 30.0.9 Améliorations diverses
510
+ * 30.0.10 PB clearInterval
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.9",
3
+ "version": "30.0.10",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -44,7 +44,7 @@ export default defineComponent({
44
44
  }, 1000);
45
45
  },
46
46
  unmounted() {
47
- clearInterval(this.countdownTimer);
47
+ clearInterval((this.countdownTimer as unknown as number));
48
48
  },
49
49
 
50
50
  methods: {