@saooti/octopus-sdk 41.0.2-SNAPSHOT → 41.0.4-SNAPSHOT

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": "41.0.2-SNAPSHOT",
3
+ "version": "41.0.4-SNAPSHOT",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -19,10 +19,7 @@
19
19
  >
20
20
  <router-link
21
21
  class="link-hover special-select-align-magic-trick"
22
- :to="{
23
- name: link.routeName,
24
- query: getQueriesRouter(link.routeName),
25
- }"
22
+ :to="link.routeName"
26
23
  >
27
24
  {{ link.title }}
28
25
  </router-link>
@@ -195,10 +192,6 @@ async function onOrganisationSelected( organisation: Organisation | undefined):
195
192
  });
196
193
  }
197
194
  }
198
- //Expose
199
- defineExpose({
200
- updateComment
201
- });
202
195
  </script>
203
196
 
204
197
  <style lang="scss">