@ecomplus/widget-martan 1.1.0 → 1.1.2

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": "@ecomplus/widget-martan",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Storefront plugin for martan product reviews, product q&a",
5
5
  "main": "dist/widget-martan.min.js",
6
6
  "module": "src/index.js",
@@ -32,5 +32,9 @@
32
32
  "webpackOutput": {
33
33
  "library": "widgetMartan",
34
34
  "filename": "widget-martan.min.js"
35
+ },
36
+ "dependencies": {
37
+ "@ecomplus/storefront-components": "^1.0.0-beta.172",
38
+ "@ecomplus/storefront-twbs": "^7.3.6"
35
39
  }
36
40
  }
@@ -105,9 +105,8 @@
105
105
  import Glide from "@glidejs/glide";
106
106
  import { i19next, i19previous } from "@ecomplus/i18n";
107
107
  import { i18n, formatDate } from "@ecomplus/utils";
108
- import $ from "../../../../storefront-twbs/src";
108
+ import { $ } from "@ecomplus/storefront-twbs";
109
109
  import { timeAgo } from "./../../utils/time-ago";
110
-
111
110
  import ThumbsPictures from "./ThumbsPictures.vue";
112
111
  import VerifiedPurchase from "./VerifiedPurchase.vue";
113
112
  import AuthorAndRating from "./AuthorAndRating.vue";
@@ -44,9 +44,8 @@
44
44
  </template>
45
45
 
46
46
  <script>
47
-
48
47
  import { i18n } from "@ecomplus/utils";
49
- import $ from "../../../../storefront-twbs/src";
48
+ import { $ } from "@ecomplus/storefront-twbs";
50
49
 
51
50
  export default {
52
51
  name: "VerifiedPurchase",