@sap-ux/ui5-middleware-fe-mockserver
Advanced tools
Comparing version 2.1.71 to 2.1.72
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.resolveConfig = void 0; | ||
const fs_1 = __importDefault(require("fs")); | ||
const path_1 = __importDefault(require("path")); | ||
const fs_1 = __importDefault(require("fs")); | ||
function isFolderBasedConfig(serverConfig) { | ||
@@ -11,0 +11,0 @@ return serverConfig.mockFolder !== undefined; |
@@ -28,4 +28,4 @@ "use strict"; | ||
}; | ||
const fe_mockserver_core_1 = __importDefault(require("@sap-ux/fe-mockserver-core")); | ||
const path = __importStar(require("path")); | ||
const fe_mockserver_core_1 = __importDefault(require("@sap-ux/fe-mockserver-core")); | ||
const configResolver_1 = require("./configResolver"); | ||
@@ -32,0 +32,0 @@ async function FEMiddleware(middlewareConfig) { |
{ | ||
"name": "@sap-ux/ui5-middleware-fe-mockserver", | ||
"version": "2.1.71", | ||
"version": "2.1.72", | ||
"description": "SAP Fiori tools - UI5 middleware for the Fiori elements mock server", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@sap-ux/fe-mockserver-core": "1.1.69" | ||
"@sap-ux/fe-mockserver-core": "1.1.70" | ||
}, | ||
@@ -25,3 +25,3 @@ "devDependencies": { | ||
"dev": "pnpm clean && tsc -project ./tsconfig.dev.json --watch", | ||
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore", | ||
"format": "prettier **/* --write --ignore-unknown --ignore-path ../../.prettierignore", | ||
"lint": "eslint . --ext .ts", | ||
@@ -28,0 +28,0 @@ "lint:fix": "eslint . --ext .ts --fix", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31816
+ Added@sap-ux/annotation-converter@0.6.8(transitive)
+ Added@sap-ux/fe-mockserver-core@1.1.70(transitive)
- Removed@sap-ux/annotation-converter@0.6.7(transitive)
- Removed@sap-ux/fe-mockserver-core@1.1.69(transitive)