mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-16 07:26:37 +00:00
Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a5c865b7f9 | ||
|
3fb3dd5819 | ||
|
daf5c518fb | ||
|
4fcedd0607 | ||
|
42d9cbb48d | ||
|
408efa91c1 | ||
|
a2209ffe56 | ||
|
3f27db811b | ||
|
839a3050fb | ||
|
c8ea9cfcdb | ||
|
776115ef5d | ||
|
f031ec1dea | ||
|
fe42438090 |
6
.github/actions/publish/action.yml
vendored
6
.github/actions/publish/action.yml
vendored
@ -28,7 +28,7 @@ runs:
|
|||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- name: Download custom source artifact
|
- name: Download custom source artifact
|
||||||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
|
||||||
with:
|
with:
|
||||||
name: custom-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ runner.os }}-${{ runner.arch }}
|
name: custom-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ runner.os }}-${{ runner.arch }}
|
||||||
path: ${{ runner.temp }}
|
path: ${{ runner.temp }}
|
||||||
@ -39,7 +39,7 @@ runs:
|
|||||||
run: tar -xf ${{ runner.temp }}/custom.tgz
|
run: tar -xf ${{ runner.temp }}/custom.tgz
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
|
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.NODE_VERSION }}
|
node-version: ${{ inputs.NODE_VERSION }}
|
||||||
cache: npm
|
cache: npm
|
||||||
@ -135,7 +135,7 @@ runs:
|
|||||||
XCODE_APP_LOADER_TEAM_ID: ${{ inputs.XCODE_APP_LOADER_TEAM_ID }}
|
XCODE_APP_LOADER_TEAM_ID: ${{ inputs.XCODE_APP_LOADER_TEAM_ID }}
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||||
with:
|
with:
|
||||||
name: gh-release-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ strategy.job-index }}
|
name: gh-release-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ strategy.job-index }}
|
||||||
path: dist
|
path: dist
|
||||||
|
4
.github/actions/test/action.yml
vendored
4
.github/actions/test/action.yml
vendored
@ -26,7 +26,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
# https://github.com/actions/setup-node#caching-global-packages-data
|
# https://github.com/actions/setup-node#caching-global-packages-data
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
|
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.NODE_VERSION }}
|
node-version: ${{ inputs.NODE_VERSION }}
|
||||||
cache: npm
|
cache: npm
|
||||||
@ -58,7 +58,7 @@ runs:
|
|||||||
run: tar --exclude-vcs -acf ${{ runner.temp }}/custom.tgz .
|
run: tar --exclude-vcs -acf ${{ runner.temp }}/custom.tgz .
|
||||||
|
|
||||||
- name: Upload custom artifact
|
- name: Upload custom artifact
|
||||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||||
with:
|
with:
|
||||||
name: custom-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ runner.os }}-${{ runner.arch }}
|
name: custom-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ runner.os }}-${{ runner.arch }}
|
||||||
path: ${{ runner.temp }}/custom.tgz
|
path: ${{ runner.temp }}/custom.tgz
|
||||||
|
@ -1,3 +1,214 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update balena-config-json to rely on the balena-image-fs helpers
|
||||||
|
hash: 4fcedd0607624ddbd26917e3be5fcbd39d96d2f6
|
||||||
|
body: |
|
||||||
|
Update balena-config-json from 4.2.2 to 4.2.7
|
||||||
|
Update balena-image-fs from 7.5.0 to 7.5.2
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Fix getBootPartition always warning that the boot partitions were not
|
||||||
|
found
|
||||||
|
hash: d91290d9c4b502652c50a34482ff68448eb0a4c2
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: balena-config-json-4.2.7
|
||||||
|
title: ""
|
||||||
|
date: 2025-04-02T14:14:31.495Z
|
||||||
|
- commits:
|
||||||
|
- subject: "write: Allow undefined as a value for the deprecated type parameter"
|
||||||
|
hash: 9d5a44175e7f46f2f3963d794d48d3de8f49300f
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Use the balena-image-fs findPartition() helper to find the boot
|
||||||
|
partition
|
||||||
|
hash: 49282ed9bd121d89c8d6fee5095917876cd6f501
|
||||||
|
body: |
|
||||||
|
Update balena-image-fs from 7.4.0 to 7.5.0
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Add function to find a partition by name/label
|
||||||
|
hash: 4e9b1cfb2739b738dd12bda7d1623e08ad208b46
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
|
||||||
|
signed-off-by: Ken Bannister <kb2ma@runbox.com>
|
||||||
|
author: Ken Bannister
|
||||||
|
nested: []
|
||||||
|
version: balena-image-fs-7.5.0
|
||||||
|
title: ""
|
||||||
|
date: 2025-03-26T12:35:30.365Z
|
||||||
|
- commits:
|
||||||
|
- subject: bump ext2fs to 4.2.4
|
||||||
|
hash: 300cc6d5cdd12ce0c47986efe98702511a03f4a5
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Ryan Cooke<ryan@balena.io>
|
||||||
|
signed-off-by: Ryan Cooke<ryan@balena.io>
|
||||||
|
author: Ryan Cooke
|
||||||
|
nested: []
|
||||||
|
version: balena-image-fs-7.4.1
|
||||||
|
title: ""
|
||||||
|
date: 2025-02-21T10:21:04.380Z
|
||||||
|
version: balena-config-json-4.2.6
|
||||||
|
title: ""
|
||||||
|
date: 2025-04-01T01:09:16.169Z
|
||||||
|
- commits:
|
||||||
|
- subject: Update @balena/lint to 9.1.4
|
||||||
|
hash: 0ff1aa1ed8803b622948214493e1f9ec88cfe910
|
||||||
|
body: |
|
||||||
|
Update @balena/lint from 6.2.2 to 9.1.4
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: balena-config-json-4.2.5
|
||||||
|
title: ""
|
||||||
|
date: 2025-03-26T11:41:52.400Z
|
||||||
|
- commits:
|
||||||
|
- subject: Switch use ts-mocha instead of manually compiling the tests
|
||||||
|
hash: c6e46d393d8670781cf9f94512e8ef05a4236111
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Update TypeScript to 5.8.2
|
||||||
|
hash: b8a8183bc14c24a63f5bc5dd60d8906f6d97a00d
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: balena-config-json-4.2.4
|
||||||
|
title: ""
|
||||||
|
date: 2025-03-26T09:09:13.516Z
|
||||||
|
- commits:
|
||||||
|
- subject: Update chai to v5
|
||||||
|
hash: 7fe83ffc781eb66ac3535749f7fdf56d458eb959
|
||||||
|
body: |
|
||||||
|
Update @types/chai from 4.3.20 to 5.2.0
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: balena-renovate[bot]
|
||||||
|
nested: []
|
||||||
|
version: balena-config-json-4.2.3
|
||||||
|
title: ""
|
||||||
|
date: 2025-03-26T08:40:58.555Z
|
||||||
|
- commits:
|
||||||
|
- subject: Update dependency jsdoc-to-markdown to v9
|
||||||
|
hash: f22a0a1dae022035e5357c147f681f8b7c703fe3
|
||||||
|
body: |
|
||||||
|
Update jsdoc-to-markdown from 8.0.3 to 9.1.1
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: balena-renovate[bot]
|
||||||
|
nested: []
|
||||||
|
version: balena-image-fs-7.5.2
|
||||||
|
title: ""
|
||||||
|
date: 2025-04-02T10:40:31.219Z
|
||||||
|
- commits:
|
||||||
|
- subject: Update @balena/lint to v9
|
||||||
|
hash: 4da5fa44a43047cdb4f96c37a73a0f0674c9327b
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Remove the no longer needed gpt detection helper
|
||||||
|
hash: 0973da43aa321e4e2dad4b83c5beb965b8da7044
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Update TypeScript to 5.8.2
|
||||||
|
hash: 1580e7d577e0183c2b5d4f9ce3d0b8f519e4dff3
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Drop the package-lock.json
|
||||||
|
hash: 400ba55caa4c4af8098e2b164cd184651c283230
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: balena-image-fs-7.5.1
|
||||||
|
title: ""
|
||||||
|
date: 2025-03-26T17:51:35.381Z
|
||||||
|
version: 21.1.9
|
||||||
|
title: ""
|
||||||
|
date: 2025-04-07T12:53:16.860Z
|
||||||
|
- commits:
|
||||||
|
- subject: Update actions/download-artifact action to v4.1.9
|
||||||
|
hash: a2209ffe5677388faf7b9bbccace5343265df51f
|
||||||
|
body: |
|
||||||
|
Update actions/download-artifact from 4.1.8 to 4.1.9
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: balena-renovate[bot]
|
||||||
|
nested: []
|
||||||
|
version: 21.1.8
|
||||||
|
title: ""
|
||||||
|
date: 2025-04-03T16:10:02.341Z
|
||||||
|
- commits:
|
||||||
|
- subject: Update actions/upload-artifact digest to ea165f8
|
||||||
|
hash: c8ea9cfcdbaa9a8abf221132a7d1ff29a966e515
|
||||||
|
body: |
|
||||||
|
Update actions/upload-artifact
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: balena-renovate[bot]
|
||||||
|
nested: []
|
||||||
|
version: 21.1.7
|
||||||
|
title: ""
|
||||||
|
date: 2025-04-03T15:12:14.222Z
|
||||||
|
- commits:
|
||||||
|
- subject: Update actions/setup-node digest to cdca736
|
||||||
|
hash: fe4243809033735a6439f39a1a33dfd00039d656
|
||||||
|
body: |
|
||||||
|
Update actions/setup-node
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: balena-renovate[bot]
|
||||||
|
nested: []
|
||||||
|
version: 21.1.6
|
||||||
|
title: ""
|
||||||
|
date: 2025-04-03T14:12:06.042Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dockerode/docker-modem dependencies for fixes
|
- subject: Update dockerode/docker-modem dependencies for fixes
|
||||||
hash: b650f8ff6d01d2144886253f93aa1d1867f51980
|
hash: b650f8ff6d01d2144886253f93aa1d1867f51980
|
||||||
|
68
CHANGELOG.md
68
CHANGELOG.md
@ -4,6 +4,74 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 21.1.9 - 2025-04-07
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update balena-config-json to rely on the balena-image-fs helpers [Thodoris Greasidis] </summary>
|
||||||
|
|
||||||
|
> ### balena-config-json-4.2.7 - 2025-04-02
|
||||||
|
>
|
||||||
|
> * Fix getBootPartition always warning that the boot partitions were not found [Thodoris Greasidis]
|
||||||
|
>
|
||||||
|
> ### balena-config-json-4.2.6 - 2025-04-01
|
||||||
|
>
|
||||||
|
> * write: Allow undefined as a value for the deprecated type parameter [Thodoris Greasidis]
|
||||||
|
>
|
||||||
|
> <details>
|
||||||
|
> <summary> Use the balena-image-fs findPartition() helper to find the boot partition [Thodoris Greasidis] </summary>
|
||||||
|
>
|
||||||
|
>> #### balena-image-fs-7.5.0 - 2025-03-26
|
||||||
|
>>
|
||||||
|
>> * Add function to find a partition by name/label [Ken Bannister]
|
||||||
|
>>
|
||||||
|
>> #### balena-image-fs-7.4.1 - 2025-02-21
|
||||||
|
>>
|
||||||
|
>> * bump ext2fs to 4.2.4 [Ryan Cooke]
|
||||||
|
>>
|
||||||
|
>
|
||||||
|
> </details>
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> ### balena-config-json-4.2.5 - 2025-03-26
|
||||||
|
>
|
||||||
|
> * Update @balena/lint to 9.1.4 [Thodoris Greasidis]
|
||||||
|
>
|
||||||
|
> ### balena-config-json-4.2.4 - 2025-03-26
|
||||||
|
>
|
||||||
|
> * Switch use ts-mocha instead of manually compiling the tests [Thodoris Greasidis]
|
||||||
|
> * Update TypeScript to 5.8.2 [Thodoris Greasidis]
|
||||||
|
>
|
||||||
|
> ### balena-config-json-4.2.3 - 2025-03-26
|
||||||
|
>
|
||||||
|
> * Update chai to v5 [balena-renovate[bot]]
|
||||||
|
>
|
||||||
|
> ### balena-image-fs-7.5.2 - 2025-04-02
|
||||||
|
>
|
||||||
|
> * Update dependency jsdoc-to-markdown to v9 [balena-renovate[bot]]
|
||||||
|
>
|
||||||
|
> ### balena-image-fs-7.5.1 - 2025-03-26
|
||||||
|
>
|
||||||
|
> * Update @balena/lint to v9 [Thodoris Greasidis]
|
||||||
|
> * Remove the no longer needed gpt detection helper [Thodoris Greasidis]
|
||||||
|
> * Update TypeScript to 5.8.2 [Thodoris Greasidis]
|
||||||
|
> * Drop the package-lock.json [Thodoris Greasidis]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## 21.1.8 - 2025-04-03
|
||||||
|
|
||||||
|
* Update actions/download-artifact action to v4.1.9 [balena-renovate[bot]]
|
||||||
|
|
||||||
|
## 21.1.7 - 2025-04-03
|
||||||
|
|
||||||
|
* Update actions/upload-artifact digest to ea165f8 [balena-renovate[bot]]
|
||||||
|
|
||||||
|
## 21.1.6 - 2025-04-03
|
||||||
|
|
||||||
|
* Update actions/setup-node digest to cdca736 [balena-renovate[bot]]
|
||||||
|
|
||||||
## 21.1.5 - 2025-04-03
|
## 21.1.5 - 2025-04-03
|
||||||
|
|
||||||
* Update dockerode/docker-modem dependencies for fixes [Ken Bannister]
|
* Update dockerode/docker-modem dependencies for fixes [Ken Bannister]
|
||||||
|
164
npm-shrinkwrap.json
generated
164
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "21.1.5",
|
"version": "21.1.9",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "21.1.5",
|
"version": "21.1.9",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -16,10 +16,10 @@
|
|||||||
"@balena/es-version": "^1.0.1",
|
"@balena/es-version": "^1.0.1",
|
||||||
"@oclif/core": "^4.1.0",
|
"@oclif/core": "^4.1.0",
|
||||||
"@sentry/node": "^6.16.1",
|
"@sentry/node": "^6.16.1",
|
||||||
"balena-config-json": "^4.2.2",
|
"balena-config-json": "^4.2.7",
|
||||||
"balena-device-init": "^8.1.3",
|
"balena-device-init": "^8.1.3",
|
||||||
"balena-errors": "^4.7.3",
|
"balena-errors": "^4.7.3",
|
||||||
"balena-image-fs": "^7.5.0",
|
"balena-image-fs": "^7.5.2",
|
||||||
"balena-preload": "^18.0.1",
|
"balena-preload": "^18.0.1",
|
||||||
"balena-sdk": "^21.3.0",
|
"balena-sdk": "^21.3.0",
|
||||||
"balena-semver": "^2.3.0",
|
"balena-semver": "^2.3.0",
|
||||||
@ -2517,14 +2517,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/checkbox/node_modules/@inquirer/core": {
|
"node_modules/@inquirer/checkbox/node_modules/@inquirer/core": {
|
||||||
"version": "10.1.9",
|
"version": "10.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
||||||
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"cli-width": "^4.1.0",
|
"cli-width": "^4.1.0",
|
||||||
"mute-stream": "^2.0.0",
|
"mute-stream": "^2.0.0",
|
||||||
@ -2545,9 +2545,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/checkbox/node_modules/@inquirer/type": {
|
"node_modules/@inquirer/checkbox/node_modules/@inquirer/type": {
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
||||||
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -2787,14 +2787,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/editor/node_modules/@inquirer/core": {
|
"node_modules/@inquirer/editor/node_modules/@inquirer/core": {
|
||||||
"version": "10.1.9",
|
"version": "10.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
||||||
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"cli-width": "^4.1.0",
|
"cli-width": "^4.1.0",
|
||||||
"mute-stream": "^2.0.0",
|
"mute-stream": "^2.0.0",
|
||||||
@ -2815,9 +2815,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/editor/node_modules/@inquirer/type": {
|
"node_modules/@inquirer/editor/node_modules/@inquirer/type": {
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
||||||
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -2947,14 +2947,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/expand/node_modules/@inquirer/core": {
|
"node_modules/@inquirer/expand/node_modules/@inquirer/core": {
|
||||||
"version": "10.1.9",
|
"version": "10.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
||||||
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"cli-width": "^4.1.0",
|
"cli-width": "^4.1.0",
|
||||||
"mute-stream": "^2.0.0",
|
"mute-stream": "^2.0.0",
|
||||||
@ -2975,9 +2975,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/expand/node_modules/@inquirer/type": {
|
"node_modules/@inquirer/expand/node_modules/@inquirer/type": {
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
||||||
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -3103,14 +3103,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/number/node_modules/@inquirer/core": {
|
"node_modules/@inquirer/number/node_modules/@inquirer/core": {
|
||||||
"version": "10.1.9",
|
"version": "10.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
||||||
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"cli-width": "^4.1.0",
|
"cli-width": "^4.1.0",
|
||||||
"mute-stream": "^2.0.0",
|
"mute-stream": "^2.0.0",
|
||||||
@ -3131,9 +3131,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/number/node_modules/@inquirer/type": {
|
"node_modules/@inquirer/number/node_modules/@inquirer/type": {
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
||||||
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -3237,14 +3237,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
||||||
"version": "10.1.9",
|
"version": "10.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
||||||
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"cli-width": "^4.1.0",
|
"cli-width": "^4.1.0",
|
||||||
"mute-stream": "^2.0.0",
|
"mute-stream": "^2.0.0",
|
||||||
@ -3265,9 +3265,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
||||||
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -3378,14 +3378,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
|
||||||
"version": "5.1.8",
|
"version": "5.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.9.tgz",
|
||||||
"integrity": "sha512-dNLWCYZvXDjO3rnQfk2iuJNL4Ivwz/T2+C3+WnNfJKsNGSuOs3wAo2F6e0p946gtSAk31nZMfW+MRmYaplPKsg==",
|
"integrity": "sha512-NgQCnHqFTjF7Ys2fsqK2WtnA8X1kHyInyG+nMIuHowVTIgIuS10T4AznI/PvbqSpJqjCUqNBlKGh1v3bwLFL4w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/core": "^10.1.9",
|
"@inquirer/core": "^10.1.10",
|
||||||
"@inquirer/type": "^3.0.5"
|
"@inquirer/type": "^3.0.6"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
@ -3400,14 +3400,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/prompts/node_modules/@inquirer/core": {
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/core": {
|
||||||
"version": "10.1.9",
|
"version": "10.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
||||||
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"cli-width": "^4.1.0",
|
"cli-width": "^4.1.0",
|
||||||
"mute-stream": "^2.0.0",
|
"mute-stream": "^2.0.0",
|
||||||
@ -3428,14 +3428,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
|
||||||
"version": "4.1.8",
|
"version": "4.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.9.tgz",
|
||||||
"integrity": "sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==",
|
"integrity": "sha512-mshNG24Ij5KqsQtOZMgj5TwEjIf+F2HOESk6bjMwGWgcH5UBe8UoljwzNFHqdMbGYbgAf6v2wU/X9CAdKJzgOA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/core": "^10.1.9",
|
"@inquirer/core": "^10.1.10",
|
||||||
"@inquirer/type": "^3.0.5"
|
"@inquirer/type": "^3.0.6"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
@ -3450,15 +3450,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.1.tgz",
|
||||||
"integrity": "sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==",
|
"integrity": "sha512-IUXzzTKVdiVNMA+2yUvPxWsSgOG4kfX93jOM4Zb5FgujeInotv5SPIJVeXQ+fO4xu7tW8VowFhdG5JRmmCyQ1Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/core": "^10.1.9",
|
"@inquirer/core": "^10.1.10",
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"yoctocolors-cjs": "^2.1.2"
|
"yoctocolors-cjs": "^2.1.2"
|
||||||
},
|
},
|
||||||
@ -3475,9 +3475,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/prompts/node_modules/@inquirer/type": {
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/type": {
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
||||||
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -3587,14 +3587,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/rawlist/node_modules/@inquirer/core": {
|
"node_modules/@inquirer/rawlist/node_modules/@inquirer/core": {
|
||||||
"version": "10.1.9",
|
"version": "10.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
||||||
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"cli-width": "^4.1.0",
|
"cli-width": "^4.1.0",
|
||||||
"mute-stream": "^2.0.0",
|
"mute-stream": "^2.0.0",
|
||||||
@ -3615,9 +3615,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/rawlist/node_modules/@inquirer/type": {
|
"node_modules/@inquirer/rawlist/node_modules/@inquirer/type": {
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
||||||
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -3722,14 +3722,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/search/node_modules/@inquirer/core": {
|
"node_modules/@inquirer/search/node_modules/@inquirer/core": {
|
||||||
"version": "10.1.9",
|
"version": "10.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
||||||
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inquirer/figures": "^1.0.11",
|
"@inquirer/figures": "^1.0.11",
|
||||||
"@inquirer/type": "^3.0.5",
|
"@inquirer/type": "^3.0.6",
|
||||||
"ansi-escapes": "^4.3.2",
|
"ansi-escapes": "^4.3.2",
|
||||||
"cli-width": "^4.1.0",
|
"cli-width": "^4.1.0",
|
||||||
"mute-stream": "^2.0.0",
|
"mute-stream": "^2.0.0",
|
||||||
@ -3750,9 +3750,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@inquirer/search/node_modules/@inquirer/type": {
|
"node_modules/@inquirer/search/node_modules/@inquirer/type": {
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
||||||
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -7364,12 +7364,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/balena-config-json": {
|
"node_modules/balena-config-json": {
|
||||||
"version": "4.2.2",
|
"version": "4.2.7",
|
||||||
"resolved": "https://registry.npmjs.org/balena-config-json/-/balena-config-json-4.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/balena-config-json/-/balena-config-json-4.2.7.tgz",
|
||||||
"integrity": "sha512-dI/vZ+1Zgz8X/PEBEtBqGqi4eWDtD0e05LAOAIfdTtbYJK5DJhMSq7Is3IKDWgZNejDI+NpbDmRok45tqCmiag==",
|
"integrity": "sha512-cnRsRyKiPojETc/Xq9yN25d78ihGbFp1lJPeGzVKcuNn2PKZ6f6N3SMNuJA7BbFNMKrDhpEhGn274jCWklskaA==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"balena-image-fs": "^7.4.0",
|
"balena-image-fs": "^7.5.0",
|
||||||
"file-disk": "^8.0.1",
|
"file-disk": "^8.0.1",
|
||||||
"partitioninfo": "^6.0.2"
|
"partitioninfo": "^6.0.2"
|
||||||
}
|
}
|
||||||
@ -7428,9 +7428,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/balena-image-fs": {
|
"node_modules/balena-image-fs": {
|
||||||
"version": "7.5.0",
|
"version": "7.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/balena-image-fs/-/balena-image-fs-7.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/balena-image-fs/-/balena-image-fs-7.5.2.tgz",
|
||||||
"integrity": "sha512-JVydPTG7hiaX6uAGxzc2HWlVASqXAnb1Ypg1zOU8M6H1US6cbcv3L2ZixHla9yzQnZOy4+SLgV4wc9A4T0CPcQ==",
|
"integrity": "sha512-bOxnUaJWA26wNlOMc5QScBvqGLQUWw/K0GK/VDgu5tGsZdN4rtdIPSbhXcKBw+0gcNPUumYDtdDPipaOH1kREA==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ext2fs": "^4.2.4",
|
"ext2fs": "^4.2.4",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "21.1.5",
|
"version": "21.1.9",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -196,10 +196,10 @@
|
|||||||
"@balena/es-version": "^1.0.1",
|
"@balena/es-version": "^1.0.1",
|
||||||
"@oclif/core": "^4.1.0",
|
"@oclif/core": "^4.1.0",
|
||||||
"@sentry/node": "^6.16.1",
|
"@sentry/node": "^6.16.1",
|
||||||
"balena-config-json": "^4.2.2",
|
"balena-config-json": "^4.2.7",
|
||||||
"balena-device-init": "^8.1.3",
|
"balena-device-init": "^8.1.3",
|
||||||
"balena-errors": "^4.7.3",
|
"balena-errors": "^4.7.3",
|
||||||
"balena-image-fs": "^7.5.0",
|
"balena-image-fs": "^7.5.2",
|
||||||
"balena-preload": "^18.0.1",
|
"balena-preload": "^18.0.1",
|
||||||
"balena-sdk": "^21.3.0",
|
"balena-sdk": "^21.3.0",
|
||||||
"balena-semver": "^2.3.0",
|
"balena-semver": "^2.3.0",
|
||||||
@ -276,6 +276,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2025-04-03T13:28:09.802Z"
|
"publishedAt": "2025-04-07T12:53:18.732Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -64,7 +64,12 @@ export default class ConfigInjectCmd extends Command {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const config = await import('balena-config-json');
|
const config = await import('balena-config-json');
|
||||||
await config.write(drive, '', configJSON);
|
await config.write(
|
||||||
|
drive,
|
||||||
|
// Will be removed in the next major of balena-config-json
|
||||||
|
undefined,
|
||||||
|
configJSON,
|
||||||
|
);
|
||||||
|
|
||||||
console.info('Done');
|
console.info('Done');
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,7 @@ export default class ConfigReadCmd extends Command {
|
|||||||
await safeUmount(drive);
|
await safeUmount(drive);
|
||||||
|
|
||||||
const config = await import('balena-config-json');
|
const config = await import('balena-config-json');
|
||||||
const configJSON = await config.read(drive, '');
|
const configJSON = await config.read(drive);
|
||||||
|
|
||||||
if (options.json) {
|
if (options.json) {
|
||||||
console.log(JSON.stringify(configJSON, null, 4));
|
console.log(JSON.stringify(configJSON, null, 4));
|
||||||
|
@ -62,7 +62,7 @@ export default class ConfigReconfigureCmd extends Command {
|
|||||||
await safeUmount(drive);
|
await safeUmount(drive);
|
||||||
|
|
||||||
const config = await import('balena-config-json');
|
const config = await import('balena-config-json');
|
||||||
const { uuid } = await config.read(drive, '');
|
const { uuid } = await config.read(drive);
|
||||||
await safeUmount(drive);
|
await safeUmount(drive);
|
||||||
|
|
||||||
if (!uuid) {
|
if (!uuid) {
|
||||||
|
@ -64,14 +64,19 @@ export default class ConfigWriteCmd extends Command {
|
|||||||
await safeUmount(drive);
|
await safeUmount(drive);
|
||||||
|
|
||||||
const config = await import('balena-config-json');
|
const config = await import('balena-config-json');
|
||||||
const configJSON = await config.read(drive, '');
|
const configJSON = await config.read(drive);
|
||||||
|
|
||||||
console.info(`Setting ${params.key} to ${params.value}`);
|
console.info(`Setting ${params.key} to ${params.value}`);
|
||||||
ConfigWriteCmd.updateConfigJson(configJSON, params.key, params.value);
|
ConfigWriteCmd.updateConfigJson(configJSON, params.key, params.value);
|
||||||
|
|
||||||
await denyMount(drive, async () => {
|
await denyMount(drive, async () => {
|
||||||
await safeUmount(drive);
|
await safeUmount(drive);
|
||||||
await config.write(drive, '', configJSON);
|
await config.write(
|
||||||
|
drive,
|
||||||
|
// Will be removed in the next major of balena-config-json
|
||||||
|
undefined,
|
||||||
|
configJSON,
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
console.info('Done');
|
console.info('Done');
|
||||||
|
@ -192,7 +192,7 @@ Can be repeated to add multiple certificates.\
|
|||||||
// Next verify that config.json enables secureboot.
|
// Next verify that config.json enables secureboot.
|
||||||
if (isSecureBoot) {
|
if (isSecureBoot) {
|
||||||
const { read } = await import('balena-config-json');
|
const { read } = await import('balena-config-json');
|
||||||
const config = await read(params.image, '');
|
const config = await read(params.image);
|
||||||
if (config.installer?.secureboot === true) {
|
if (config.installer?.secureboot === true) {
|
||||||
throw new ExpectedError("Can't preload image with secure boot enabled");
|
throw new ExpectedError("Can't preload image with secure boot enabled");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user