Regenerate azure-cognitiveservices-luis-runtime package

This commit is contained in:
Kamil Pajdzik 2019-02-08 09:06:14 -08:00
Родитель d6ee7fe932
Коммит 727ba4daab
2 изменённых файлов: 7 добавлений и 3 удалений

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

@ -3,7 +3,8 @@ uid: azure-cognitiveservices-luis-runtime
summary: *content
---
**This SDK will be deprecated next year and will be replaced by a new TypeScript-based isomorphic SDK (found at https://github.com/Azure/azure-sdk-for-js) which works on Node.js and browsers.**
**This SDK will be deprecated next year and will be replaced by a new TypeScript-based isomorphic SDK (found at https://www.npmjs.com/package/@azure/cognitiveservices-luis-runtime) which works on Node.js and browsers.**
**See https://aka.ms/azure-sdk-for-js-migration to learn more.**
## Microsoft Azure SDK for Node.js - LUISRuntimeClient
This project provides a Node.js package for accessing Azure. Right now it supports:

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

@ -2,9 +2,9 @@
"name": "azure-cognitiveservices-luis-runtime",
"author": "Microsoft Corporation",
"description": "LUISRuntimeClient Library with typescript type definitions for node",
"version": "1.1.1",
"version": "1.2.0",
"dependencies": {
"ms-rest": "^2.3.3"
"ms-rest": "^2.5.0"
},
"keywords": [
"node",
@ -20,5 +20,8 @@
},
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-node/issues"
},
"scripts": {
"postinstall": "node .scripts/postinstall.js"
}
}