azure-pipelines-task-lib 4.15.0 → 4.16.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.
Files changed (2) hide show
  1. package/internal.js +0 -1
  2. package/package.json +2 -2
package/internal.js CHANGED
@@ -174,7 +174,6 @@ function _setResourcePath(path, ignoreWarnings) {
174
174
  }
175
175
  else {
176
176
  if (ignoreWarnings) {
177
- _debug(_loc('LIB_ResourceFileAlreadySet', path));
178
177
  }
179
178
  else {
180
179
  _warning(_loc('LIB_ResourceFileAlreadySet', path), IssueSource.TaskInternal);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azure-pipelines-task-lib",
3
- "version": "4.15.0",
3
+ "version": "4.16.0",
4
4
  "description": "Azure Pipelines Task SDK",
5
5
  "main": "./task.js",
6
6
  "typings": "./task.d.ts",
@@ -31,7 +31,7 @@
31
31
  "minimatch": "3.0.5",
32
32
  "nodejs-file-downloader": "^4.11.1",
33
33
  "q": "^1.5.1",
34
- "semver": "^5.1.0",
34
+ "semver": "^5.7.2",
35
35
  "shelljs": "^0.8.5",
36
36
  "uuid": "^3.0.1"
37
37
  },