Skip to content
Merged
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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publishjgivenreport",
"version": "0.5.2",
"version": "0.5.3",
"description": "Extension that publishes JGiven test reports in Azure DevOps console",
"scripts": {
"build": "tsc -p . && tsc -p publishjgivenreport/",
Expand All @@ -18,17 +18,17 @@
}
],
"devDependencies": {
"@types/glob": "^8.0.1",
"@types/mocha": "^10.0.1",
"@types/pako": "^2.0.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.10",
"@types/pako": "^2.0.3",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"tfx-cli": "^0.9.3",
"typescript": "^4.4.3"
"rimraf": "^6.0.1",
"tfx-cli": "^0.21.1",
"typescript": "^5.8.3"
},
"dependencies": {
"@types/jquery": "^3.5.6",
"azure-pipelines-task-lib": "^3.1.9",
"@types/jquery": "^3.5.32",
"azure-pipelines-task-lib": "^5.2.0",
"modclean": "^3.0.0-beta.1",
"vss-web-extension-sdk": "^5.141.0"
}
Expand Down
2 changes: 1 addition & 1 deletion publishjgivenreport/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 0,
"Minor": 5,
"Patch": 2
"Patch": 3
},
"instanceNameFormat": "Publish JGiven Report",
"execution": {
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "jgivenTestIntegration",
"version": "0.5.2",
"version": "0.5.3",
"name": "JGiven Reports Publisher",
"publisher": "TNGTechnologyConsultingGmbH",
"public": true,
Expand Down