@sap-ux/ui5-middleware-fe-mockserver
Advanced tools
Comparing version 2.0.5 to 2.1.0
import type { IRouter } from 'router'; | ||
export type { MockDataContributor } from '@sap-ux/fe-mockserver-core'; | ||
declare function FEMiddleware(middlewareConfig: any): Promise<IRouter>; | ||
export = FEMiddleware; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@sap-ux/ui5-middleware-fe-mockserver", | ||
"version": "2.0.5", | ||
"version": "2.1.0", | ||
"description": "SAP Fiori tools - UI5 middleware for the Fiori elements mock server", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@sap-ux/fe-mockserver-core": "1.0.4" | ||
"@sap-ux/fe-mockserver-core": "1.1.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32942
177
+ Added@sap-ux/fe-mockserver-core@1.1.0(transitive)
- Removed@sap-ux/fe-mockserver-core@1.0.4(transitive)