Skip to content

Commit 3124b00

Browse files
jmukstephenplusplus
authored andcommitted
Introduce autogenerated Datastore client. (#2082)
1 parent a6a9fc4 commit 3124b00

6 files changed

Lines changed: 604 additions & 1 deletion

File tree

handwritten/nodejs-datastore/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"concat-stream": "^1.5.0",
5757
"create-error-class": "^3.0.2",
5858
"extend": "^3.0.0",
59+
"google-gax": "^0.12.3",
5960
"is": "^3.0.1",
6061
"lodash.flatten": "^4.2.0",
6162
"modelo": "^4.2.0",

handwritten/nodejs-datastore/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,3 +545,4 @@ Datastore.Query = Query;
545545
Datastore.Transaction = Transaction;
546546

547547
module.exports = Datastore;
548+
module.exports.v1 = require('./v1');

0 commit comments

Comments
 (0)