@nordicsemiconductor/firmware-ci-runner-azure 3.1.0 → 3.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.
Files changed (2) hide show
  1. package/dist/run.js +1 -1
  2. package/package.json +1 -1
package/dist/run.js CHANGED
@@ -197,7 +197,7 @@ const run = ({ port, target, }) => {
197
197
  firmware: {
198
198
  fwVersion: `${appVersion}-upgraded`,
199
199
  fwLocation: {
200
- protocol: url.protocol,
200
+ protocol: 'http:',
201
201
  host: url.hostname,
202
202
  path: url.pathname.slice(1),
203
203
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/firmware-ci-runner-azure",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Runs firmware on a real device connected to Azure IoT hub.",
5
5
  "main": "./dist/export.js",
6
6
  "bin": "./cli/index.js",