-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KSM-564 Added Node16 and Node20_1 to task.json (#677)
- Loading branch information
1 parent
fab6c47
commit 3a6bb13
Showing
3 changed files
with
230 additions
and
39 deletions.
There are no files selected for viewing
243 changes: 213 additions & 30 deletions
243
..._secrets_manager_azure_pipeline_extension/ksm-azure-devops-secrets-task/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 9 additions & 8 deletions
17
...eeper_secrets_manager_azure_pipeline_extension/ksm-azure-devops-secrets-task/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
{ | ||
"name": "keeper-secrets-manager", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "tsc index.ts", | ||
"run": "tsc index.ts && node index.js", | ||
"test": "tsc && mocha tests/_suite.js", | ||
"test": "tsc tests/_suite.ts tests/success.ts && mocha tests/_suite.js", | ||
"quicktest": "ts-node index.ts" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@keeper-security/secrets-manager-core": "^16.6.2", | ||
"azure-pipelines-task-lib": "^4.15.0" | ||
"@keeper-security/secrets-manager-core": "^16.6.3", | ||
"azure-pipelines-task-lib": "^4.17.3" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^8.2.3", | ||
"@types/node": "^14.14.37", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^20.3.1", | ||
"dotenv": "^16.4.5", | ||
"mocha": "^10.7.3", | ||
"typescript": "^4.2.4", | ||
"dotenv": "^10.0.0" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.1.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters