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.
@@ -18,5 +18,5 @@ jobs:
18
18
  (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
19
19
  secrets: inherit
20
20
  with:
21
- tests_run_on: '["windows-2019"]'
21
+ custom_runs_on: '[["windows-2019"]]'
22
22
  restrict_custom_actions: false
@@ -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-19T20:21:44.012Z
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
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
6
  ## 1.2.3 - 2019-01-11
7
7
 
8
+ # v2.1.2
9
+ ## (2024-02-14)
10
+
11
+ * Replace deprecated flowzone input tests_run_on [Kyle Harding]
12
+
8
13
  # v2.1.1
9
14
  ## (2023-12-19)
10
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "winusb-driver-generator",
3
- "version": "2.1.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": "2023-12-19T20:21:44.109Z"
55
+ "publishedAt": "2024-02-14T19:28:24.616Z"
56
56
  }
57
57
  }