This commit is contained in:
Alexey Rodionov 2021-05-20 17:45:12 -07:00 коммит произвёл Alexey Rodionov
Родитель e3c487debf
Коммит 2f6b0fde96
7 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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)

2
package-lock.json сгенерированный
Просмотреть файл

@ -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",