Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make dependency on request explicit #361

Merged
merged 1 commit into from
Sep 6, 2018
Merged

fix: make dependency on request explicit #361

merged 1 commit into from
Sep 6, 2018

Conversation

fhinkel
Copy link
Contributor

@fhinkel fhinkel commented Sep 6, 2018

Somehow we got away without including request as dependency. Making
that implicit so we don't run into problems when pubsub updates.

npm ls request
@google-cloud/[email protected] /Users/franzih/code/gcp/nodejs-storage
├─┬ @google-cloud/[email protected]
│ ├─┬ @google-cloud/[email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]  deduped
│ │ ├── [email protected]  deduped
│ │ └─┬ [email protected]
│ │   └── [email protected]  deduped
│ └─┬ [email protected]
│   └── [email protected]  deduped
├─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
 └── [email protected]  deduped

Prerequisite for #207 so we can switch to smaller HTTP dependency.

Somehow we got away without including request as dependency. Making
that implicit so we don't run into problems when pubsub updates.

 npm ls request
@google-cloud/[email protected] /Users/franzih/code/gcp/nodejs-storage
├─┬ @google-cloud/[email protected]
│ ├─┬ @google-cloud/[email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]  deduped
│ │ ├── [email protected]  deduped
│ │ └─┬ [email protected]
│ │   └── [email protected]  deduped
│ └─┬ [email protected]
│   └── [email protected]  deduped
├─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
  └── [email protected]  deduped
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 6, 2018
@ghost ghost assigned fhinkel Sep 6, 2018
Copy link
Contributor

@alexander-fenster alexander-fenster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's up with Kokoro Windows build?

@fhinkel
Copy link
Contributor Author

fhinkel commented Sep 6, 2018

@crwilcox do you know if the Windows build is configured and expected to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants