This repository was archived by the owner on Sep 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1010
1111 <groupId >de.adito.aditoweb.nbm</groupId >
1212 <artifactId >nodejs</artifactId >
13- <version >1.5.0 </version >
13+ <version >1.5.1 </version >
1414 <packaging >nbm</packaging >
1515
1616 <properties >
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ OpenIDE-Module-Layer: de/adito/aditoweb/nbm/nodejs/layer.xml
66OpenIDE-Module-Short-Description: NodeJS & TypeScript Support for ADITO Designer
77OpenIDE-Module-Long-Description: NodeJS & TypeScript Support for ADITO Designer
88 <p style="font-weight: bold;">Changelog</p>
9+ <p style="font-weight: bold;">v1.5.1</p>
10+ <p style="margin-left: 10px; font-weight: bold;">MINOR</p>
11+ <ul>
12+ <li>Upgraded default nodejs version to 16.18.1 in order to prevent errors during peerDependency reading</li>
13+ <li>Install global packages using 'npm i -g', instead of modifying node_modules manually</li>
14+ <li>Create the ignoredWarnings file only if there are ignored warnings</li>
15+ <li>Always use the nodejs installation specified in options</li>
16+ </ul>
917 <p style="font-weight: bold;">v1.5.0</p>
1018 <p style="margin-left: 10px; font-weight: bold;">MINOR</p>
1119 <ul>
You can’t perform that action at this time.
0 commit comments