@altronix/cli 0.9.0 → 0.11.0
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/dist/build.js +1 -4
- package/package.json +3 -3
package/dist/build.js
CHANGED
|
@@ -377,10 +377,7 @@ function extraBootConfs(board, extraConfs) {
|
|
|
377
377
|
if (!key)
|
|
378
378
|
throw new Error('missing ALTRONIX_RELEASE_KEY from environment');
|
|
379
379
|
const extraConfsData = emulateBytePages(board)
|
|
380
|
-
? [
|
|
381
|
-
`CONFIG_BOOT_SIGNATURE_KEY_FILE="${key}"`,
|
|
382
|
-
`CONFIG_SOC_FLASH_SAM0_EMULATE_BYTE_PAGES=y`
|
|
383
|
-
]
|
|
380
|
+
? [`CONFIG_BOOT_SIGNATURE_KEY_FILE="${key}"`]
|
|
384
381
|
: [`CONFIG_BOOT_SIGNATURE_KEY_FILE="${key}"`];
|
|
385
382
|
return from(fs.promises.writeFile(extraConfs, extraConfsData.join('\r\n')));
|
|
386
383
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@altronix/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"react": "^18.2.0",
|
|
23
23
|
"rxjs": "^7.8.1",
|
|
24
24
|
"winston": "^3.13.0",
|
|
25
|
-
"@altronix/device": "0.
|
|
26
|
-
"@altronix/zdk": "0.
|
|
25
|
+
"@altronix/device": "0.8.0",
|
|
26
|
+
"@altronix/zdk": "0.8.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@sindresorhus/tsconfig": "^3.0.1",
|