mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Stop all extensions before quitting app (#7450) Signed-off-by: Sebastian Malton <sebastian@malton.name> * Close Lens Proxy on quit of backend (#7453) - Extract global shared state of shell sessions Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix crash due to non base64 encoded secrets (#7448) * Fix crash due to non base64 encoded secrets Signed-off-by: Sebastian Malton <sebastian@malton.name> * Update snapshot Signed-off-by: Sebastian Malton <sebastian@malton.name> --------- Signed-off-by: Sebastian Malton <sebastian@malton.name> * Add temporal dependency to initializeExtensions (#7454) - So that extensions can ensure that the shell env is up to date Signed-off-by: Sebastian Malton <sebastian@malton.name> * Release 6.4.13 Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fixup cherry pick - 6.5 has @k8slens/utilities but 6.4 does not Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix cherry-pick due to files being moved between 6.4 and 6.5 Signed-off-by: Sebastian Malton <sebastian@malton.name> --------- Signed-off-by: Sebastian Malton <sebastian@malton.name>
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"useWorkspaces": false,
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "6.4.13",
|
|
"npmClient": "yarn",
|
|
"npmClientArgs": [
|
|
"--network-timeout=100000"
|
|
]
|
|
}
|