artifact-engine 1.5.4 → 1.5.5
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/npm-shrinkwrap.json +1 -13
- package/package.json +1 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "artifact-engine",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -494,12 +494,6 @@
|
|
|
494
494
|
"integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==",
|
|
495
495
|
"dev": true
|
|
496
496
|
},
|
|
497
|
-
"@types/mockery": {
|
|
498
|
-
"version": "1.4.29",
|
|
499
|
-
"resolved": "https://registry.npmjs.org/@types/mockery/-/mockery-1.4.29.tgz",
|
|
500
|
-
"integrity": "sha1-m6It838H43gP/4Ux0aOOYz+UV6U=",
|
|
501
|
-
"dev": true
|
|
502
|
-
},
|
|
503
497
|
"@types/node": {
|
|
504
498
|
"version": "10.17.51",
|
|
505
499
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.51.tgz",
|
|
@@ -1718,12 +1712,6 @@
|
|
|
1718
1712
|
"mocha": "*"
|
|
1719
1713
|
}
|
|
1720
1714
|
},
|
|
1721
|
-
"mockery": {
|
|
1722
|
-
"version": "2.1.0",
|
|
1723
|
-
"resolved": "https://registry.npmjs.org/mockery/-/mockery-2.1.0.tgz",
|
|
1724
|
-
"integrity": "sha512-9VkOmxKlWXoDO/h1jDZaS4lH33aWfRiJiNT/tKj+8OGzrcFDLo8d0syGdbsc3Bc4GvRXPb+NMMvojotmuGJTvA==",
|
|
1725
|
-
"dev": true
|
|
1726
|
-
},
|
|
1727
1715
|
"ms": {
|
|
1728
1716
|
"version": "2.1.3",
|
|
1729
1717
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "artifact-engine",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"description": "Artifact Engine to download artifacts from jenkins, teamcity, vsts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,13 +24,11 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/minimatch": "^2.0.29",
|
|
26
26
|
"@types/mocha": "^5.2.7",
|
|
27
|
-
"@types/mockery": "1.4.29",
|
|
28
27
|
"@types/node": "^10.17.0",
|
|
29
28
|
"@types/xml2js": "^0.4.8",
|
|
30
29
|
"assert": "1.4.1",
|
|
31
30
|
"mocha": "^10.5.1",
|
|
32
31
|
"mocha-tap-reporter": "0.1.3",
|
|
33
|
-
"mockery": "2.1.0",
|
|
34
32
|
"nconf": "^0.12.0",
|
|
35
33
|
"nock": "9.1.0",
|
|
36
34
|
"nyc": "^15.0.0",
|