generator-easy-ui5 3.6.1 → 3.6.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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,9 @@
1
- # [3.6.0](https://github.com/SAP/generator-easy-ui5/compare/v3.5.1...v3.6.0) (2023-06-11)
1
+ ## [3.6.1](https://github.com/SAP/generator-easy-ui5/compare/v3.5.1...v3.6.1) (2023-06-13)
2
2
 
3
3
  ### Bug Fixes
4
4
 
5
5
  - also include embedded subgens ([86912a8](https://github.com/SAP/generator-easy-ui5/commit/86912a8cb4736ea8950696de14ce20e87056246f))
6
+ - omit devDependencies for plugin generators ([#125](https://github.com/SAP/generator-easy-ui5/issues/125)) ([ffda0c5](https://github.com/SAP/generator-easy-ui5/commit/ffda0c5048543bdb29956bdde01730af4fee74fb))
6
7
  - sort subgen list, remove threshold, fix permission issues ([#123](https://github.com/SAP/generator-easy-ui5/issues/123)) ([c5dd321](https://github.com/SAP/generator-easy-ui5/commit/c5dd3218a26870a61722a9675a81831cc8af50e5)), closes [#122](https://github.com/SAP/generator-easy-ui5/issues/122) [#118](https://github.com/SAP/generator-easy-ui5/issues/118) [#117](https://github.com/SAP/generator-easy-ui5/issues/117) [#111](https://github.com/SAP/generator-easy-ui5/issues/111)
7
8
 
8
9
  ### Features
@@ -578,7 +578,7 @@ export default class extends Generator {
578
578
  }
579
579
  // remove if the SHA marker doesn't exist => outdated!
580
580
  this._showBusy(` Deleting subgenerator ${chalk.yellow(generator.name)}...`);
581
- await rm(generatorPath, { recursive: true });
581
+ fs.rmSync(generatorPath, { recursive: true });
582
582
  }
583
583
  }
584
584
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-easy-ui5",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Generator for UI5-based project",
5
5
  "main": "generators/app/index.js",
6
6
  "type": "module",
Binary file