@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/CHANGELOG.md +12 -0
- package/dist/public/widget-martan.1.min.js +1 -1
- package/dist/public/widget-martan.2.min.js +1 -1
- package/dist/public/widget-martan.3.min.js +1 -1
- package/dist/public/widget-martan.4.min.js +1 -1
- package/dist/public/widget-martan.5.min.js +1 -1
- package/dist/public/widget-martan.var.min.js +3 -63
- package/dist/public/widget-martan.var.min.js.map +1 -1
- package/dist/widget-martan.1.min.js +1 -1
- package/dist/widget-martan.2.min.js +1 -1
- package/dist/widget-martan.3.min.js +1 -1
- package/dist/widget-martan.4.min.js +1 -1
- package/dist/widget-martan.5.min.js +1 -1
- package/dist/widget-martan.min.js +3 -63
- package/dist/widget-martan.min.js.map +1 -1
- package/package.json +5 -1
- package/src/widgets/reviews/Quickview.vue +1 -2
- package/src/widgets/reviews/VerifiedPurchase.vue +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecomplus/widget-martan",
|
|
3
|
-
"version": "1.1.
|
|
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 "
|
|
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";
|