@google-cloud/functions
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
### [1.0.1](https://www.github.com/googleapis/nodejs-functions/compare/v1.0.0...v1.0.1) (2020-08-03) | ||
### Bug Fixes | ||
* run synthtool hack to compile code ([#6](https://www.github.com/googleapis/nodejs-functions/issues/6)) ([2b080c5](https://www.github.com/googleapis/nodejs-functions/commit/2b080c5bfd3f134a5e0a365fc0d6663e1dd4755c)) | ||
## 1.0.0 (2020-07-24) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/functions", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Functions client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-functions", |
@@ -58,4 +58,10 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
// Imports the Google Cloud client library | ||
// remove this line after package is released | ||
// eslint-disable-next-line node/no-missing-require | ||
const {CloudFunctionsServiceClient} = require('@google-cloud/functions'); | ||
// TODO(developer): replace with your prefered project ID. | ||
// const projectId = 'my-project' | ||
// Creates a client | ||
@@ -62,0 +68,0 @@ const client = new CloudFunctionsServiceClient(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1844469
160