node-raspberrypi-usbboot 1.0.5 → 1.0.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.
- package/CHANGELOG.md +6 -1
- package/blobs/cm4/start4.elf +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
# v1.0.6
|
|
8
|
+
## (2023-01-16)
|
|
9
|
+
|
|
10
|
+
* patch: updated start4.elf pieeprom-2021-07-06 [Peter Makra]
|
|
11
|
+
|
|
7
12
|
# v1.0.5
|
|
8
|
-
## (2023-01-
|
|
13
|
+
## (2023-01-11)
|
|
9
14
|
|
|
10
15
|
* patch: removed device filtering from iSerial check [Peter Makra]
|
|
11
16
|
* patch: WIP force second stage [Peter Makra]
|
package/blobs/cm4/start4.elf
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-raspberrypi-usbboot",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"typescript": "^4.8.4"
|
|
40
40
|
},
|
|
41
41
|
"versionist": {
|
|
42
|
-
"publishedAt": "2023-01-
|
|
42
|
+
"publishedAt": "2023-01-16T19:59:13.856Z"
|
|
43
43
|
}
|
|
44
44
|
}
|