Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 20be92c

Browse files
committed
fix: migrate to @nordicsemiconductor/device-helpers
Closes #591
1 parent 4d4968d commit 20be92c

4 files changed

Lines changed: 152 additions & 270 deletions

File tree

cli/commands/create-and-provision-device-cert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
createPrivateKeyAndCSR,
55
flashCertificate,
66
getIMEI,
7-
} from '@nordicsemiconductor/firmware-ci-device-helpers'
7+
} from '@nordicsemiconductor/device-helpers'
88
import { promises as fs } from 'fs'
99
import { readFile } from 'fs/promises'
1010
import * as os from 'os'

cli/commands/flash-firmware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { flash } from '@nordicsemiconductor/firmware-ci-device-helpers'
1+
import { flash } from '@nordicsemiconductor/device-helpers'
22
import { Octokit } from '@octokit/rest'
33
import * as fs from 'fs'
44
import * as https from 'https'

0 commit comments

Comments
 (0)