systeminformation 5.23.5 → 5.23.6

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/lib/util.js +4 -0
  2. package/package.json +1 -1
package/lib/util.js CHANGED
@@ -1018,7 +1018,11 @@ function decodePiCpuinfo(lines) {
1018
1018
  '13': '400',
1019
1019
  '14': 'CM4',
1020
1020
  '15': 'CM4S',
1021
+ '16': 'Internal use only',
1021
1022
  '17': '5',
1023
+ '18': 'CM5 (EMMC)',
1024
+ '19': 'Internal use only',
1025
+ '1a': 'CM5 (Lite)',
1022
1026
  };
1023
1027
 
1024
1028
  const revisionCode = getValue(lines, 'revision', ':', true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.23.5",
3
+ "version": "5.23.6",
4
4
  "description": "Advanced, lightweight system and OS information library",
5
5
  "license": "MIT",
6
6
  "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",