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 +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-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.4.5 </version >
13+ <version >1.4.6 </version >
1414 <packaging >nbm</packaging >
1515
1616 <properties >
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ 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.4.6</p>
10+ <p style="margin-left: 10px; font-weight: bold;">MINOR</p>
11+ <ul>
12+ <li>Added log file /var/log/npm_err.log for errors that won't get propagated to the UI</li>
13+ </ul>
14+ <p style="margin-left: 10px; font-weight: bold;">BUGFIXES</p>
15+ <ul>
16+ <li>Fix: Randomly blocking UI during package.json parsing</li>
17+ <li>Fix: NPM run configuration throws NullPointerExceptions during startup</li>
18+ </ul>
919 <p style="font-weight: bold;">v1.4.5</p>
1020 <p style="margin-left: 10px; font-weight: bold;">MAJOR</p>
1121 <ul>
You can’t perform that action at this time.
0 commit comments