azure-pipelines-task-lib 3.1.10 → 3.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/README.md +1 -1
- package/Strings/resources.resjson/{de-DE → de-de}/resources.resjson +0 -0
- package/Strings/resources.resjson/{es-ES → es-es}/resources.resjson +0 -0
- package/Strings/resources.resjson/{fr-FR → fr-fr}/resources.resjson +0 -0
- package/Strings/resources.resjson/{ja-JP → ja-jp}/resources.resjson +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Guidance: [Finding Files](docs/findingfiles.md), [Minimum agent version](docs/mi
|
|
|
20
20
|
## Node 10 Upgrade Notice
|
|
21
21
|
|
|
22
22
|
Azure DevOps is currently working to establish Node 10 as the new preferred runtime for tasks, upgrading from Node 6.
|
|
23
|
-
Relevant work is happening in the `master
|
|
23
|
+
Relevant work is happening in the `master` branch and the major version should be used with Node 10 is 3.
|
|
24
24
|
Previous major version is stored in the `releases/2.x`
|
|
25
25
|
|
|
26
26
|
### Upgrading to Node 10
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "azure-pipelines-task-lib",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.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
|
"mockery": "^1.7.0",
|
|
32
32
|
"q": "^1.5.1",
|
|
33
33
|
"semver": "^5.1.0",
|
|
34
|
-
"shelljs": "^0.8.
|
|
34
|
+
"shelljs": "^0.8.5",
|
|
35
35
|
"sync-request": "6.1.0",
|
|
36
36
|
"uuid": "^3.0.1"
|
|
37
37
|
},
|