@saooti/octopus-sdk 39.0.9 → 39.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.
Files changed (2) hide show
  1. package/index.ts +2 -2
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -87,7 +87,7 @@ import tagOfMixins from "./src/components/mixins/tagOfMixins.ts";
87
87
  import resizePhone from "./src/components/mixins/resizePhone.ts";
88
88
 
89
89
 
90
- import topBar from "./src/components/misc/TopBar.vue";
90
+ import TopBar from "./src/components/misc/TopBar.vue";
91
91
 
92
92
  export {
93
93
  selenium,
@@ -98,5 +98,5 @@ export {
98
98
  initSDK,
99
99
  tagOfMixins,
100
100
  resizePhone,
101
- topBar
101
+ TopBar
102
102
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "39.0.9",
3
+ "version": "39.0.10",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",