Skip to content

Commit 3bc5e29

Browse files
Update azure-pipelines-common-packages' packages' URLs (#451)
* Update azure-pipelines-common-packages' packages' URLs * Update packages versions * Add directory property for each common package. The directory property is described here: https://docs.npmjs.com/cli/v11/configuring-npm/package-json#repository * Update git+/vsts-tasks urls * Update versions * Update versions
1 parent aef7e62 commit 3bc5e29

File tree

32 files changed

+12522
-12505
lines changed

32 files changed

+12522
-12505
lines changed

common-npm-packages/artifacts-common/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common-npm-packages/artifacts-common/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "azure-pipelines-tasks-artifacts-common",
3-
"version": "2.247.0",
3+
"version": "2.256.0",
44
"description": "Azure Artifacts common code (for new authentication tasks)",
55
"scripts": {
66
"build": "cd ../build-scripts && npm install && cd ../artifacts-common && node make.js"
77
},
88
"author": "Microsoft Corporation",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/microsoft/azure-pipelines-tasks-common-packages/tree/main/common-npm-packages/artifacts-common"
11+
"url": "git+https://github.com/microsoft/azure-pipelines-tasks-common-packages.git",
12+
"directory": "common-npm-packages/artifacts-common"
1213
},
1314
"license": "MIT",
1415
"dependencies": {

common-npm-packages/az-blobstorage-provider/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common-npm-packages/az-blobstorage-provider/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "azp-tasks-az-blobstorage-provider",
3-
"version": "3.246.3",
3+
"version": "3.256.0",
44
"description": "Common Library to download blobs from azure storage",
55
"repository": {
66
"type": "git",
7-
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
7+
"url": "git+https://github.com/microsoft/azure-pipelines-tasks-common-packages.git",
8+
"directory": "common-npm-packages/az-blobstorage-provider"
89
},
910
"author": "Microsoft Corporation",
1011
"license": "MIT",
1112
"bugs": {
12-
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
13+
"url": "https://github.com/microsoft/azure-pipelines-tasks-common-packages/issues"
1314
},
14-
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
15+
"homepage": "https://github.com/microsoft/azure-pipelines-tasks-common-packages#readme",
1516
"dependencies": {
1617
"@azure/identity": "^3.4.2",
1718
"@azure/storage-blob": "12.17.0",
Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
{
2-
"name": "azure-arm-rest",
3-
"version": "2.237.1",
4-
"description": "Test - Common Lib for Azure ARM REST apis",
5-
"repository": {
6-
"type": "git",
7-
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
8-
},
9-
"author": "Microsoft Corporation",
10-
"license": "MIT",
11-
"bugs": {
12-
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
13-
},
14-
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
15-
"devDependencies": {
16-
"nock": "^13.5.5"
17-
}
18-
}
1+
{
2+
"name": "azure-arm-rest",
3+
"version": "2.237.1",
4+
"description": "Test - Common Lib for Azure ARM REST apis",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/microsoft/azure-pipelines-tasks-common-packages.git",
8+
"directory": "common-npm-packages/azure-arm-rest/Tests"
9+
},
10+
"author": "Microsoft Corporation",
11+
"license": "MIT",
12+
"bugs": {
13+
"url": "https://github.com/microsoft/azure-pipelines-tasks-common-packages/issues"
14+
},
15+
"homepage": "https://github.com/microsoft/azure-pipelines-tasks-common-packages#readme",
16+
"devDependencies": {
17+
"nock": "^13.5.5"
18+
}
19+
}

0 commit comments

Comments
 (0)