@sap-ux/fiori-freestyle-writer 0.13.1 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -40,7 +40,7 @@ function generate(basePath, data, fs) {
40
40
  // add new and overwrite files from templates e.g.
41
41
  const tmplPath = path_1.join(__dirname, '..', 'templates');
42
42
  // Common files
43
- const ignore = ((_a = ffApp.appOptions) === null || _a === void 0 ? void 0 : _a.typescript) ? '**/*.js' : '**/*.ts';
43
+ const ignore = [((_a = ffApp.appOptions) === null || _a === void 0 ? void 0 : _a.typescript) ? '**/*.js' : '**/*.ts'];
44
44
  fs.copyTpl(path_1.join(tmplPath, 'common', 'add'), basePath, Object.assign(Object.assign({}, ffApp), { escapeFLPText: defaults_1.escapeFLPText }), undefined, {
45
45
  globOptions: { ignore }
46
46
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-freestyle-writer",
3
3
  "description": "SAP Fiori freestyle application writer",
4
- "version": "0.13.1",
4
+ "version": "0.13.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",