@google-cloud/datastore
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -142,2 +142,6 @@ // Copyright 2019 Google LLC | ||
return stub[methodName].apply(stub, args); | ||
}, | ||
err => | ||
function() { | ||
throw err; | ||
} | ||
@@ -144,0 +148,0 @@ ), |
@@ -7,2 +7,16 @@ # Changelog | ||
## v3.1.1 | ||
02-18-2019 22:46 PST | ||
### Bug fixes | ||
- fix: include proto d.ts in the build ([#335](https://github.com/googleapis/nodejs-datastore/pull/335)) | ||
- fix(deps): update dependency @google-cloud/promisify to ^0.4.0 ([#333](https://github.com/googleapis/nodejs-datastore/pull/333)) | ||
- fix: throw on invalid credentials ([#331](https://github.com/googleapis/nodejs-datastore/pull/331)) | ||
- fix(deps): update dependency yargs to v13 ([#329](https://github.com/googleapis/nodejs-datastore/pull/329)) | ||
### Documentation | ||
- build: use linkinator for docs test ([#332](https://github.com/googleapis/nodejs-datastore/pull/332)) | ||
- docs: update links in contrib guide ([#334](https://github.com/googleapis/nodejs-datastore/pull/334)) | ||
## v3.1.0 | ||
@@ -9,0 +23,0 @@ |
{ | ||
"name": "@google-cloud/datastore", | ||
"description": "Cloud Datastore Client Library for Node.js", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "Apache-2.0", | ||
@@ -13,2 +13,3 @@ "author": "Google Inc.", | ||
"files": [ | ||
"build/proto", | ||
"build/protos", | ||
@@ -39,3 +40,3 @@ "build/src" | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r src/v1 build/src && cp -r protos build && cp test/*.js build/test", | ||
"compile": "tsc -p . && cp -r src/v1 build/src && cp -r proto* build && cp test/*.js build/test", | ||
"prepare": "npm run compile", | ||
@@ -45,3 +46,3 @@ "pretest": "npm run compile", | ||
"proto:datastore": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/datastore/v1/datastore.proto | pbts -o proto/datastore.d.ts -", | ||
"docs-test": "blcl docs -r --exclude www.googleapis.com", | ||
"docs-test": "linkinator docs -r --skip www.googleapis.com", | ||
"predocs-test": "npm run docs" | ||
@@ -51,3 +52,3 @@ }, | ||
"@google-cloud/projectify": "^0.3.2", | ||
"@google-cloud/promisify": "^0.3.0", | ||
"@google-cloud/promisify": "^0.4.0", | ||
"arrify": "^1.0.1", | ||
@@ -92,4 +93,4 @@ "concat-stream": "^2.0.0", | ||
"typescript": "~3.3.0", | ||
"broken-link-checker-local": "^0.2.0" | ||
"linkinator": "^1.1.2" | ||
} | ||
} |
983036
33
18686
- Removed@google-cloud/promisify@0.3.1(transitive)