Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jfrog-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const defaultJfrogCliVersion = '2.73.3';
const minCustomCliVersion = '2.10.0';
const minSupportedStdinSecretCliVersion = '2.36.0';
const minSupportedServerIdEnvCliVersion = '2.37.0';
const pluginVersion = '2.10.4';
const pluginVersion = '2.10.5';
const buildAgent = 'jfrog-azure-devops-extension';
const customFolderPath = encodePath(join(jfrogFolderPath, 'current'));
const customCliPath = encodePath(join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"overrides": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to add overrides? cant we upgrade the version of tfx-cli to ~0.19.0 doesnt work?

"clipboardy": "^3.0.0",
"execa": "^5.1.1",
"cross-spawn": "^7.0.0"
},
"scripts": {
"format": "prettier --write \"**/{*.ts,*.js,package.json}\"",
"preinstall": "cd buildScripts && npm i --no-fund",
Expand Down