mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Release 6.5.0-cron.094758f
Signed-off-by: k8slens bot <bot@k8slens.dev>
This commit is contained in:
parent
094758f425
commit
f24a747706
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"useWorkspaces": true,
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"npmClient": "npm",
|
||||
"npmClientArgs": [
|
||||
"--network-timeout=100000"
|
||||
|
||||
48
package-lock.json
generated
48
package-lock.json
generated
@ -32303,7 +32303,7 @@
|
||||
},
|
||||
"packages/bump-version-for-cron": {
|
||||
"name": "@k8slens/bump-version-for-cron",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"arg": "^5.0.2",
|
||||
@ -32328,13 +32328,13 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@k8slens/core",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astronautlabs/jsonpath": "^1.1.0",
|
||||
"@hapi/call": "^9.0.1",
|
||||
"@hapi/subtext": "^7.1.0",
|
||||
"@k8slens/node-fetch": "^6.5.0-alpha.0",
|
||||
"@k8slens/node-fetch": "^6.5.0-cron.094758f",
|
||||
"@kubernetes/client-node": "^0.18.1",
|
||||
"@material-ui/styles": "^4.11.5",
|
||||
"@ogre-tools/fp": "^15.1.2",
|
||||
@ -32570,7 +32570,7 @@
|
||||
},
|
||||
"packages/ensure-binaries": {
|
||||
"name": "@k8slens/ensure-binaries",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"arg": "^5.0.2",
|
||||
@ -32602,10 +32602,10 @@
|
||||
},
|
||||
"packages/extension-api": {
|
||||
"name": "@k8slens/extensions",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@k8slens/core": "^6.5.0-alpha.0"
|
||||
"@k8slens/core": "^6.5.0-cron.094758f"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.18.6",
|
||||
@ -32843,7 +32843,7 @@
|
||||
},
|
||||
"packages/generate-tray-icons": {
|
||||
"name": "@k8slens/generate-tray-icons",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"arg": "^5.0.2",
|
||||
@ -32904,7 +32904,7 @@
|
||||
},
|
||||
"packages/infrastructure/jest": {
|
||||
"name": "@k8slens/jest",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@swc/core": "^1.3.38",
|
||||
@ -34175,7 +34175,7 @@
|
||||
},
|
||||
"packages/infrastructure/typescript": {
|
||||
"name": "@k8slens/typescript",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"typescript": "^4.9.3",
|
||||
@ -34184,7 +34184,7 @@
|
||||
},
|
||||
"packages/infrastructure/webpack": {
|
||||
"name": "@k8slens/webpack",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/webpack-env": "^1.18.0",
|
||||
@ -34238,7 +34238,7 @@
|
||||
},
|
||||
"packages/node-fetch": {
|
||||
"name": "@k8slens/node-fetch",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"node-fetch": "^3.3.0",
|
||||
@ -34373,16 +34373,16 @@
|
||||
}
|
||||
},
|
||||
"packages/open-lens": {
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
|
||||
"@k8slens/core": "^6.5.0-alpha.0",
|
||||
"@k8slens/ensure-binaries": "^6.5.0-alpha.0",
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/generate-tray-icons": "^6.5.0-alpha.0",
|
||||
"@k8slens/application": "^6.5.0-cron.094758f",
|
||||
"@k8slens/application-for-electron-main": "^6.5.0-cron.094758f",
|
||||
"@k8slens/core": "^6.5.0-cron.094758f",
|
||||
"@k8slens/ensure-binaries": "^6.5.0-cron.094758f",
|
||||
"@k8slens/feature-core": "^6.5.0-cron.094758f",
|
||||
"@k8slens/generate-tray-icons": "^6.5.0-cron.094758f",
|
||||
"@ogre-tools/fp": "^15.1.2",
|
||||
"@ogre-tools/injectable": "^15.1.2",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
|
||||
@ -34394,7 +34394,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron/rebuild": "^3.2.10",
|
||||
"@k8slens/node-fetch": "^6.5.0-alpha.0",
|
||||
"@k8slens/node-fetch": "^6.5.0-cron.094758f",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
||||
"@swc/cli": "^0.1.61",
|
||||
"@swc/core": "^1.3.37",
|
||||
@ -34552,7 +34552,7 @@
|
||||
},
|
||||
"packages/release-tool": {
|
||||
"name": "@k8slens/release-tool",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "^5.2.0",
|
||||
@ -34868,7 +34868,7 @@
|
||||
},
|
||||
"packages/semver": {
|
||||
"name": "@k8slens/semver",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"command-line-args": "^5.2.1",
|
||||
@ -34907,7 +34907,7 @@
|
||||
},
|
||||
"packages/technical-features/application/agnostic": {
|
||||
"name": "@k8slens/application",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@async-fn/jest": "^1.6.4"
|
||||
@ -34923,7 +34923,7 @@
|
||||
},
|
||||
"packages/technical-features/application/electron-main": {
|
||||
"name": "@k8slens/application-for-electron-main",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@async-fn/jest": "^1.6.4",
|
||||
@ -34940,7 +34940,7 @@
|
||||
},
|
||||
"packages/technical-features/feature-core": {
|
||||
"name": "@k8slens/feature-core",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@ogre-tools/injectable": "^15.1.2"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@k8slens/bump-version-for-cron",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "CLI to bump the version to during a cron daily alpha release",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"productName": "",
|
||||
"description": "Lens Desktop Core",
|
||||
"homepage": "https://github.com/lensapp/lens",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lensapp/lens.git"
|
||||
@ -127,7 +127,7 @@
|
||||
"@astronautlabs/jsonpath": "^1.1.0",
|
||||
"@hapi/call": "^9.0.1",
|
||||
"@hapi/subtext": "^7.1.0",
|
||||
"@k8slens/node-fetch": "^6.5.0-alpha.0",
|
||||
"@k8slens/node-fetch": "^6.5.0-cron.094758f",
|
||||
"@kubernetes/client-node": "^0.18.1",
|
||||
"@material-ui/styles": "^4.11.5",
|
||||
"@ogre-tools/fp": "^15.1.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@k8slens/ensure-binaries",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
|
||||
"main": "dist/index.js",
|
||||
"license": "MIT",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "@k8slens/extensions",
|
||||
"productName": "OpenLens extensions",
|
||||
"description": "OpenLens - Open Source Kubernetes IDE: extensions",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"copyright": "© 2022 OpenLens Authors",
|
||||
"license": "MIT",
|
||||
"main": "dist/extension-api.js",
|
||||
@ -26,7 +26,7 @@
|
||||
"prepare:dev": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@k8slens/core": "^6.5.0-alpha.0"
|
||||
"@k8slens/core": "^6.5.0-cron.094758f"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.18.6",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@k8slens/generate-tray-icons",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "CLI generating tray icons for building a lens-like application",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/jest",
|
||||
"private": false,
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "Jest configuration and scripts for Lens packages.",
|
||||
"type": "commonjs",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/typescript",
|
||||
"private": false,
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "Typescript configuration for Lens packages.",
|
||||
"type": "commonjs",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/webpack",
|
||||
"private": false,
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "Webpack configurations and scripts for Lens packages.",
|
||||
"type": "commonjs",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@k8slens/node-fetch",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "Node fetch for Lens",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"productName": "OpenLens",
|
||||
"description": "OpenLens - Open Source IDE for Kubernetes",
|
||||
"homepage": "https://github.com/lensapp/lens",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lensapp/lens.git"
|
||||
@ -195,12 +195,12 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
|
||||
"@k8slens/core": "^6.5.0-alpha.0",
|
||||
"@k8slens/ensure-binaries": "^6.5.0-alpha.0",
|
||||
"@k8slens/generate-tray-icons": "^6.5.0-alpha.0",
|
||||
"@k8slens/application": "^6.5.0-cron.094758f",
|
||||
"@k8slens/application-for-electron-main": "^6.5.0-cron.094758f",
|
||||
"@k8slens/core": "^6.5.0-cron.094758f",
|
||||
"@k8slens/ensure-binaries": "^6.5.0-cron.094758f",
|
||||
"@k8slens/feature-core": "^6.5.0-cron.094758f",
|
||||
"@k8slens/generate-tray-icons": "^6.5.0-cron.094758f",
|
||||
"@ogre-tools/fp": "^15.1.2",
|
||||
"@ogre-tools/injectable": "^15.1.2",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
|
||||
@ -212,7 +212,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron/rebuild": "^3.2.10",
|
||||
"@k8slens/node-fetch": "^6.5.0-alpha.0",
|
||||
"@k8slens/node-fetch": "^6.5.0-cron.094758f",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
||||
"@swc/cli": "^0.1.61",
|
||||
"@swc/core": "^1.3.37",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@k8slens/release-tool",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "Release tool for lens monorepo",
|
||||
"main": "dist/index.mjs",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@k8slens/semver",
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "CLI over semver package for picking parts of a version",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/application",
|
||||
"private": false,
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "Package for creating Lens applications",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
@ -36,7 +36,6 @@
|
||||
"@ogre-tools/injectable-utils": "^15.1.2",
|
||||
"lodash": "^4.17.15"
|
||||
},
|
||||
|
||||
"devDependencies": {
|
||||
"@async-fn/jest": "^1.6.4"
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/application-for-electron-main",
|
||||
"private": false,
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "Electron's main specifics for creating Lens applications",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
@ -29,14 +29,13 @@
|
||||
"test": "jest --coverage --runInBand"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@ogre-tools/injectable": "^15.1.2",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
|
||||
"@ogre-tools/injectable-utils": "^15.1.2",
|
||||
"electron": "^19.1.9"
|
||||
},
|
||||
|
||||
"devDependencies": {
|
||||
"@async-fn/jest": "^1.6.4",
|
||||
"@ogre-tools/test-utils": "^15.1.2"
|
||||
|
||||
@ -1,15 +1,13 @@
|
||||
{
|
||||
"name": "@k8slens/feature-core",
|
||||
"private": false,
|
||||
"version": "6.5.0-alpha.0",
|
||||
"version": "6.5.0-cron.094758f",
|
||||
"description": "Code that is common to all Features and those registering them.",
|
||||
"type": "commonjs",
|
||||
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user