Skip to content

Commit ac79208

Browse files
jmukstephenplusplus
authored andcommitted
Add Gapic-generated files to logging API. (#1548)
1 parent 2948c14 commit ac79208

9 files changed

Lines changed: 1559 additions & 0 deletions

packages/logging/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@
5151
],
5252
"dependencies": {
5353
"@google-cloud/common": "^0.3.0",
54+
"arguejs": "^0.2.3",
5455
"arrify": "^1.0.0",
5556
"extend": "^3.0.0",
57+
"google-gax": "^0.6.0",
5658
"google-proto-files": "^0.2.1",
5759
"is": "^3.0.1",
5860
"string-format-obj": "^1.0.0"

packages/logging/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,4 @@ Logging.Logging = Logging;
575575
Logging.Sink = Sink;
576576

577577
module.exports = Logging;
578+
module.exports.v2 = require('./v2');

0 commit comments

Comments
 (0)