@altronix/cli 0.9.0 → 0.10.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.
Files changed (2) hide show
  1. package/dist/build.js +1 -4
  2. package/package.json +1 -1
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.9.0",
3
+ "version": "0.10.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {