@google-cloud/language
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "@google-cloud/language", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"author": "Google Inc.", | ||
@@ -68,2 +68,3 @@ "description": "Google Cloud Natural Language Client Library for Node.js", | ||
"proxyquire": "^1.7.10", | ||
"string-format-obj": "^1.1.0", | ||
"through2": "^2.0.1" | ||
@@ -70,0 +71,0 @@ }, |
@@ -67,3 +67,3 @@ /*! | ||
this.api = { | ||
Language: v1(options).languageServiceApi(options) | ||
Language: v1(options).languageServiceClient(options) | ||
}; | ||
@@ -70,0 +70,0 @@ } |
@@ -18,3 +18,3 @@ /*! | ||
var languageServiceApi = require('./language_service_api'); | ||
var languageServiceClient = require('./language_service_client'); | ||
var extend = require('extend'); | ||
@@ -28,7 +28,7 @@ var gax = require('google-gax'); | ||
var gaxGrpc = gax.grpc(options); | ||
return languageServiceApi(gaxGrpc); | ||
return languageServiceClient(gaxGrpc); | ||
} | ||
v1.SERVICE_ADDRESS = languageServiceApi.SERVICE_ADDRESS; | ||
v1.ALL_SCOPES = languageServiceApi.ALL_SCOPES; | ||
v1.SERVICE_ADDRESS = languageServiceClient.SERVICE_ADDRESS; | ||
v1.ALL_SCOPES = languageServiceClient.ALL_SCOPES; | ||
module.exports = v1; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89481
2046
6