1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-27 08:33:30 -08:00 committed by GitHub
parent 465f23f578
commit 6e9113ad5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@k8slens/download-binaries",
"name": "@k8slens/ensure-binaries",
"version": "6.4.0-beta.8",
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
"main": "dist/index.mjs",

View File

@ -35,7 +35,7 @@
"dev:renderer": "env NODE_ENV=development ts-node ./webpack/dev-server.ts",
"test:integration": "jest -xyz --runInBand --detectOpenHandles --forceExit --modulePaths=[\"<rootDir>/integration/\"];",
"build:tray-icons": "ts-node build/generate-tray-icons.ts",
"download:binaries": "npm exec -- @k8slens/download-binaries --package $INIT_CWD/package.json --base-dir $INIT_CWD/binaries/client"
"download:binaries": "npm exec -- @k8slens/ensure-binaries --package $INIT_CWD/package.json --base-dir $INIT_CWD/binaries/client"
},
"config": {
"k8sProxyVersion": "0.3.0",
@ -193,7 +193,7 @@
},
"dependencies": {
"@k8slens/core": "^6.4.0-beta.8",
"@k8slens/download-binaries": "^6.4.0-beta.8",
"@k8slens/ensure-binaries": "^6.4.0-beta.8",
"@ogre-tools/fp": "^12.0.1",
"@ogre-tools/injectable": "^12.0.1",
"@ogre-tools/injectable-extension-for-auto-registration": "^12.0.1",