Version 2.1.2
This commit is contained in:
Родитель
e3c487debf
Коммит
2f6b0fde96
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.Azure.Functions.NodeJsWorker</id>
|
||||
<version>2.1.1$version$</version>
|
||||
<version>2.1.2$version$</version>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
variables: {
|
||||
WORKER_VERSION: '2.1.1',
|
||||
WORKER_VERSION: '2.1.2',
|
||||
NODE_8: '8.x',
|
||||
NODE_10: '10.x',
|
||||
NODE_12: '12.x',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
variables: {
|
||||
WORKER_VERSION: '2.1.1',
|
||||
WORKER_VERSION: '2.1.2',
|
||||
NODE_12: '12.x'
|
||||
}
|
||||
name: $(WORKER_VERSION)-$(Date:yyyyMMdd)$(Rev:.r)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
variables: {
|
||||
WORKER_VERSION: '2.1.1',
|
||||
WORKER_VERSION: '2.1.2',
|
||||
NODE_12: '12.x'
|
||||
}
|
||||
name: $(WORKER_VERSION)-$(Date:yyyyMMdd)$(Rev:.r)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-functions-nodejs-worker",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "azure-functions-nodejs-worker",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.2",
|
||||
"description": "Microsoft Azure Functions NodeJS Worker",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/functions",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.2",
|
||||
"description": "Azure Functions types for Typescript",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче