@saooti/octopus-sdk 41.0.2-SNAPSHOT → 41.0.3-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.3-SNAPSHOT",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -195,10 +195,6 @@ async function onOrganisationSelected( organisation: Organisation | undefined):
195
195
  });
196
196
  }
197
197
  }
198
- //Expose
199
- defineExpose({
200
- updateComment
201
- });
202
198
  </script>
203
199
 
204
200
  <style lang="scss">