We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cb5b2 commit f5fb086Copy full SHA for f5fb086
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@google-cloud/datastore",
3
"description": "Cloud Datastore Client Library for Node.js",
4
- "version": "1.3.3",
+ "version": "1.3.4",
5
"license": "Apache-2.0",
6
"author": "Google Inc.",
7
"engines": {
samples/package.json
@@ -14,7 +14,7 @@
14
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js system-test/*.test.js && nyc report"
15
},
16
"dependencies": {
17
- "@google-cloud/datastore": "1.3.3",
+ "@google-cloud/datastore": "1.3.4",
18
"sinon": "4.1.2",
19
"yargs": "10.0.3"
20
0 commit comments