@mailbiz/onsite-vtex-vendor 0.7.11 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -4
- package/dist/onsite-vtex-vendor.js +1 -1
- package/dist/onsite-vtex-vendor.min.js +134 -132
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mailbiz/onsite-vtex-vendor",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.8.0",
|
4
4
|
"description": "Onsite vendor to VTEX platform",
|
5
5
|
"license": "AAL",
|
6
6
|
"sideEffects": false,
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@mailbiz/onsite-core": "0.6.0-alpha.0",
|
23
23
|
"tslib": "^2.3.0",
|
24
|
-
"@mailbiz/tracker-core": "0.1.
|
24
|
+
"@mailbiz/tracker-core": "0.1.11"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@mailbiz/test-utilities": "0.1.0-alpha.0",
|