@sap-ux/fe-fpm-writer
Advanced tools
Comparing version 0.17.6 to 0.17.7
@@ -1,2 +0,2 @@ | ||
import type { ManifestNamespace } from '@sap-ux/ui5-config'; | ||
import type { ManifestNamespace } from '@sap-ux/project-access'; | ||
export declare type Manifest = ManifestNamespace.SAPJSONSchemaForWebApplicationManifestFile & { | ||
@@ -3,0 +3,0 @@ [key: string]: unknown; |
import type { Editor } from 'mem-fs-editor'; | ||
import type { ManifestNamespace } from '@sap-ux/ui5-config'; | ||
import type { ManifestNamespace } from '@sap-ux/project-access'; | ||
import type { CustomPage, FCL, InternalCustomPage, InternalObjectPage, ObjectPage, Navigation, InternalListReport } from './types'; | ||
@@ -4,0 +4,0 @@ import type { Manifest } from '../common/types'; |
{ | ||
"name": "@sap-ux/fe-fpm-writer", | ||
"description": "SAP Fiori elements flexible programming model writer", | ||
"version": "0.17.6", | ||
"version": "0.17.7", | ||
"repository": { | ||
@@ -32,7 +32,7 @@ "type": "git", | ||
"devDependencies": { | ||
"@sap-ux/project-access": "1.0.0", | ||
"@types/ejs": "3.1.0", | ||
"@types/semver": "7.3.9", | ||
"@types/mem-fs": "1.1.2", | ||
"@types/mem-fs-editor": "7.0.1", | ||
"@types/mem-fs": "1.1.2", | ||
"@sap-ux/ui5-config": "0.15.2" | ||
"@types/semver": "7.3.9" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
153855