@azure/ai-text-analytics 6.0.0-alpha.20220520.1 → 6.0.0-alpha.20220526.1
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/package.json +4 -4
package/README.md
CHANGED
|
@@ -751,7 +751,7 @@ main();
|
|
|
751
751
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
752
752
|
|
|
753
753
|
```javascript
|
|
754
|
-
|
|
754
|
+
const { setLogLevel } = require("@azure/logger");
|
|
755
755
|
|
|
756
756
|
setLogLevel("info");
|
|
757
757
|
```
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.",
|
|
6
|
-
"version": "6.0.0-alpha.
|
|
6
|
+
"version": "6.0.0-alpha.20220526.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"productName": "Azure Cognitive Language Service",
|
|
49
49
|
"productSlugs": [
|
|
50
50
|
"azure",
|
|
51
|
-
"cognitive-services",
|
|
52
|
-
"language-service"
|
|
51
|
+
"azure-cognitive-services",
|
|
52
|
+
"azure-language-service"
|
|
53
53
|
],
|
|
54
54
|
"requiredResources": {
|
|
55
55
|
"Azure Cognitive Services instance": "https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@azure/core-client": "^1.0.0",
|
|
89
89
|
"@azure/core-rest-pipeline": "^1.8.1",
|
|
90
90
|
"@azure/core-lro": ">=2.3.0-alpha <2.3.0-alphb",
|
|
91
|
-
"@azure/core-paging": "
|
|
91
|
+
"@azure/core-paging": "^1.3.0",
|
|
92
92
|
"@azure/core-tracing": "1.0.0",
|
|
93
93
|
"@azure/logger": "^1.0.0",
|
|
94
94
|
"tslib": "^2.2.0"
|