@sap-ux/fe-fpm-writer
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "@sap-ux/fe-fpm-writer", | ||
"description": "SAP Fiori elements flexible programming model writer", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"repository": { | ||
@@ -29,7 +29,10 @@ "type": "git", | ||
"@types/ejs": "3.1.0", | ||
"@sap-ux/ui5-config": "0.13.2" | ||
"@types/semver": "7.3.9", | ||
"@types/mem-fs-editor": "7.0.1", | ||
"@types/mem-fs": "1.1.2", | ||
"@sap-ux/ui5-config": "0.13.3" | ||
}, | ||
"engines": { | ||
"pnpm": ">=6.26.1", | ||
"node": ">=12.22.5 < 13.0.0 || >= 14.16.0 < 15.0.0 || >=16.1.0 < 17.0.0" | ||
"pnpm": ">=6.26.1 < 7.0.0 || >=7.1.0", | ||
"node": ">=12.22.5 < 13.0.0 || >= 14.16.0 < 15.0.0 || >=16.1.0 < 17.0.0 || >=18.0.0 < 19.0.0" | ||
}, | ||
@@ -44,4 +47,3 @@ "scripts": { | ||
"watch": "tsc --watch" | ||
}, | ||
"readme": "# @sap-ux/fe-fpm-writer\n\nGenerates elements defined in the Fiori elements for OData v4 flexible programming model into Fiori elements applications\n\n\n## Installation\nNpm\n`npm install --save @sap-ux/fe-fpm-writer`\n\nYarn\n`yarn add @sap-ux/fe-fpm-writer`\n\nPnpm\n`pnpm add @sap-ux/fe-fpm-writer`\n\n## Usage\n```Typescript\nimport { generate } from '@sap-ux/fe-fpm-writer';\nimport { join } from 'path';\n\nconst projectDir = join(__dirname, 'test/test-input/basic-lrop');\nconst fs = await generateCustomPage(\n targetPath,\n {\n name: 'MyCustomPage',\n entity: 'Booking',\n navigation: {\n sourceEntity: 'Travel',\n sourcePage: 'TravelObjectPage',\n navEntity: '_Booking'\n }\n});\n\nfs.commit();\n\n```\nSee more complex example in [`/test/integration/index.test.ts`](./test/integration/index.test.ts)\n## Keywords\nSAP Fiori elements\n" | ||
} | ||
} |
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
101074
5