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 6d50b3e commit 929af6cCopy full SHA for 929af6c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@google-cloud/spanner",
3
"description": "Cloud Spanner Client Library for Node.js",
4
- "version": "0.8.2",
+ "version": "0.9.0",
5
"license": "Apache-2.0",
6
"author": "Google Inc.",
7
"engines": {
samples/package.json
@@ -14,7 +14,7 @@
14
"test": "repo-tools test run --cmd npm -- run cover"
15
},
16
"dependencies": {
17
- "@google-cloud/spanner": "0.8.2",
+ "@google-cloud/spanner": "0.9.0",
18
"yargs": "10.0.3"
19
20
"devDependencies": {
0 commit comments