winusb-driver-generator 2.1.1 → 2.1.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/.github/workflows/flowzone.yml +1 -1
- package/.versionbot/CHANGELOG.yml +16 -1
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Replace deprecated flowzone input tests_run_on
|
|
3
|
+
hash: 024d80586ed20afa86c58d56b8297d6b3c13870f
|
|
4
|
+
body: |
|
|
5
|
+
The `custom_runs_on` array supports multiple runner labels
|
|
6
|
+
in nested arrays.
|
|
7
|
+
footer:
|
|
8
|
+
Change-type: patch
|
|
9
|
+
change-type: patch
|
|
10
|
+
Signed-off-by: Kyle Harding <kyle@balena.io>
|
|
11
|
+
signed-off-by: Kyle Harding <kyle@balena.io>
|
|
12
|
+
author: Kyle Harding
|
|
13
|
+
version: 2.1.2
|
|
14
|
+
title: ""
|
|
15
|
+
date: 2024-02-14T19:28:24.518Z
|
|
1
16
|
- commits:
|
|
2
17
|
- subject: Remove repo config from flowzone.yml
|
|
3
18
|
hash: a10dadc7cf4a86ed2854e68a3981f2875936716d
|
|
@@ -13,7 +28,7 @@
|
|
|
13
28
|
author: Kyle Harding
|
|
14
29
|
version: 2.1.1
|
|
15
30
|
title: ""
|
|
16
|
-
date: 2023-12-
|
|
31
|
+
date: 2023-12-19T22:01:37.292Z
|
|
17
32
|
- commits:
|
|
18
33
|
- subject: "chore(deps): update deps/libwdi digest to 90278c5"
|
|
19
34
|
hash: 1a698304aad299832f820e610199958d99f2754e
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "winusb-driver-generator",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "Associate a USB vendor/product ID pair with WinUSB",
|
|
6
6
|
"homepage": "https://github.com/resin-io-modules/winusb-driver-generator",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"node": ">=16 < 19"
|
|
53
53
|
},
|
|
54
54
|
"versionist": {
|
|
55
|
-
"publishedAt": "
|
|
55
|
+
"publishedAt": "2024-02-14T19:28:24.616Z"
|
|
56
56
|
}
|
|
57
57
|
}
|