artifact-engine 1.0.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "artifact-engine",
3
- "version": "1.0.2",
3
+ "version": "1.2.0",
4
4
  "description": "Artifact Engine to download artifacts from jenkins, teamcity, vsts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,9 +16,9 @@
16
16
  "email": "omeshp@microsoft.com"
17
17
  },
18
18
  "dependencies": {
19
+ "azure-pipelines-task-lib": "^3.4.0",
19
20
  "handlebars": "4.7.7",
20
- "minimatch": "3.0.2",
21
- "azure-pipelines-task-lib": "^3.1.0",
21
+ "minimatch": "^3.0.5",
22
22
  "tunnel": "0.0.4"
23
23
  },
24
24
  "devDependencies": {
@@ -28,14 +28,14 @@
28
28
  "@types/node": "^10.17.0",
29
29
  "@types/xml2js": "^0.4.8",
30
30
  "assert": "1.4.1",
31
- "mocha": "2.3.3",
31
+ "mocha": "^10.0.0",
32
32
  "mocha-tap-reporter": "0.1.3",
33
33
  "mockery": "2.1.0",
34
- "nyc": "^11.2.1",
34
+ "nconf": "^0.12.0",
35
+ "nock": "9.1.0",
36
+ "nyc": "^15.0.0",
35
37
  "sinon": "4.0.1",
36
38
  "typescript": "4.0.2",
37
- "nock": "9.1.0",
38
- "nconf": "0.10.0",
39
39
  "xml2js": "^0.4.17"
40
40
  },
41
41
  "files": [
@@ -1,6 +0,0 @@
1
- // This software (ntlm.js) was copied from a file of the same name at https://github.com/SamDecrock/node-http-ntlm/blob/master/ntlm.js.
2
- //
3
- // As of this writing, it is a part of the node-http-ntlm module produced by SamDecrock.
4
- //
5
- // It is used as a part of the NTLM support provided by the vso-node-api library.
6
- //