winusb-driver-generator 2.1.0 → 2.1.1
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 +0 -4
- package/.versionbot/CHANGELOG.yml +17 -1
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
name: Flowzone
|
|
2
|
-
|
|
3
2
|
on:
|
|
4
3
|
pull_request:
|
|
5
4
|
types: [opened, synchronize, closed]
|
|
@@ -8,7 +7,6 @@ on:
|
|
|
8
7
|
pull_request_target:
|
|
9
8
|
types: [opened, synchronize, closed]
|
|
10
9
|
branches: [main, master]
|
|
11
|
-
|
|
12
10
|
jobs:
|
|
13
11
|
flowzone:
|
|
14
12
|
name: Flowzone
|
|
@@ -22,5 +20,3 @@ jobs:
|
|
|
22
20
|
with:
|
|
23
21
|
tests_run_on: '["windows-2019"]'
|
|
24
22
|
restrict_custom_actions: false
|
|
25
|
-
repo_config: true
|
|
26
|
-
repo_description: "A Windows Node.js native add-on to associate USB devices to the generic WinUSB driver"
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Remove repo config from flowzone.yml
|
|
3
|
+
hash: a10dadc7cf4a86ed2854e68a3981f2875936716d
|
|
4
|
+
body: |
|
|
5
|
+
This functionality is being deprecated in Flowzone.
|
|
6
|
+
|
|
7
|
+
See: https://github.com/product-os/flowzone/pull/833
|
|
8
|
+
footer:
|
|
9
|
+
Change-type: patch
|
|
10
|
+
change-type: patch
|
|
11
|
+
Signed-off-by: Kyle Harding <kyle@balena.io>
|
|
12
|
+
signed-off-by: Kyle Harding <kyle@balena.io>
|
|
13
|
+
author: Kyle Harding
|
|
14
|
+
version: 2.1.1
|
|
15
|
+
title: ""
|
|
16
|
+
date: 2023-12-19T20:21:44.012Z
|
|
1
17
|
- commits:
|
|
2
18
|
- subject: "chore(deps): update deps/libwdi digest to 90278c5"
|
|
3
19
|
hash: 1a698304aad299832f820e610199958d99f2754e
|
|
@@ -11,7 +27,7 @@
|
|
|
11
27
|
author: Renovate Bot
|
|
12
28
|
version: 2.1.0
|
|
13
29
|
title: ""
|
|
14
|
-
date: 2023-03-
|
|
30
|
+
date: 2023-03-01T19:51:37.820Z
|
|
15
31
|
- commits:
|
|
16
32
|
- subject: "patch: fix linting long lines"
|
|
17
33
|
hash: 1c449945e94871e64d477284c2ec0d3f0cc8adf1
|
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.1",
|
|
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": "2023-
|
|
55
|
+
"publishedAt": "2023-12-19T20:21:44.109Z"
|
|
56
56
|
}
|
|
57
57
|
}
|