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 a8dd880 commit f0de7efCopy full SHA for f0de7ef
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.2",
+ "version": "1.3.3",
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.2",
+ "@google-cloud/datastore": "1.3.3",
18
"sinon": "4.1.2",
19
"yargs": "10.0.3"
20
0 commit comments