@saooti/octopus-sdk 31.0.27 → 31.0.28

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
@@ -614,3 +614,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
614
614
  * 31.0.25 Erreur audioUrl
615
615
  * 31.0.26 Erreur 403 page expose
616
616
  * 31.0.27 Snackbar chose holdtime
617
+ * 31.0.28 Mixins orgComputed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.27",
3
+ "version": "31.0.28",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -1,4 +1,4 @@
1
- import { state } from '@/store/paramStore';
1
+ import { state } from '../../store/paramStore';
2
2
  import { defineComponent } from 'vue';
3
3
  export const orgaComputed = defineComponent({
4
4
  computed: {