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
|
-
|
|
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
|
package/generators/app/index.js
CHANGED
|
@@ -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
|
-
|
|
581
|
+
fs.rmSync(generatorPath, { recursive: true });
|
|
582
582
|
}
|
|
583
583
|
}
|
|
584
584
|
|
package/package.json
CHANGED
|
Binary file
|