@vue-storefront/middleware
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -106,3 +106,3 @@ 'use strict'; | ||
var tag = _a[0], integration = _a[1]; | ||
consola__default["default"].info("- Loading: " + tag + " " + integration.location); | ||
consola__default["default"].info("- Loading: ".concat(tag, " ").concat(integration.location)); | ||
// eslint-disable-next-line global-require | ||
@@ -114,3 +114,3 @@ var apiClient = require(integration.location); | ||
var name = _a.name, extendApp = _a.extendApp; | ||
consola__default["default"].info("- Loading: " + tag + " extension: " + name); | ||
consola__default["default"].info("- Loading: ".concat(tag, " extension: ").concat(name)); | ||
if (extendApp) { | ||
@@ -120,3 +120,3 @@ extendApp({ app: app, configuration: integration.configuration }); | ||
}); | ||
consola__default["default"].success("- Integration: " + tag + " loaded!"); | ||
consola__default["default"].success("- Integration: ".concat(tag, " loaded!")); | ||
return __assign(__assign({}, prev), (_b = {}, _b[tag] = { | ||
@@ -123,0 +123,0 @@ apiClient: apiClient, |
@@ -95,3 +95,3 @@ import express from 'express'; | ||
var tag = _a[0], integration = _a[1]; | ||
consola.info("- Loading: " + tag + " " + integration.location); | ||
consola.info("- Loading: ".concat(tag, " ").concat(integration.location)); | ||
// eslint-disable-next-line global-require | ||
@@ -103,3 +103,3 @@ var apiClient = require(integration.location); | ||
var name = _a.name, extendApp = _a.extendApp; | ||
consola.info("- Loading: " + tag + " extension: " + name); | ||
consola.info("- Loading: ".concat(tag, " extension: ").concat(name)); | ||
if (extendApp) { | ||
@@ -109,3 +109,3 @@ extendApp({ app: app, configuration: integration.configuration }); | ||
}); | ||
consola.success("- Integration: " + tag + " loaded!"); | ||
consola.success("- Integration: ".concat(tag, " loaded!")); | ||
return __assign(__assign({}, prev), (_b = {}, _b[tag] = { | ||
@@ -112,0 +112,0 @@ apiClient: apiClient, |
{ | ||
"name": "@vue-storefront/middleware", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4779973