Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

fix: make dependency on request explicit#361

Merged
JustinBeckwith merged 1 commit intomasterfrom
request
Sep 6, 2018
Merged

fix: make dependency on request explicit#361
JustinBeckwith merged 1 commit intomasterfrom
request

Conversation

@fhinkel
Copy link
Copy Markdown
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/storage@2.0.0 /Users/franzih/code/gcp/nodejs-storage
├─┬ @google-cloud/pubsub@0.19.0
│ ├─┬ @google-cloud/common@0.16.2
│ │ ├─┬ google-auto-auth@0.9.7
│ │ │ └── request@2.88.0  deduped
│ │ ├── request@2.88.0  deduped
│ │ └─┬ retry-request@3.3.2
│ │   └── request@2.88.0  deduped
│ └─┬ google-auto-auth@0.10.1
│   └── request@2.88.0  deduped
├─┬ codecov@3.0.2
│ └── request@2.88.0
└─┬ gcs-resumable-upload@0.12.0
 └── request@2.88.0  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/storage@2.0.0 /Users/franzih/code/gcp/nodejs-storage
├─┬ @google-cloud/pubsub@0.19.0
│ ├─┬ @google-cloud/common@0.16.2
│ │ ├─┬ google-auto-auth@0.9.7
│ │ │ └── request@2.88.0  deduped
│ │ ├── request@2.88.0  deduped
│ │ └─┬ retry-request@3.3.2
│ │   └── request@2.88.0  deduped
│ └─┬ google-auto-auth@0.10.1
│   └── request@2.88.0  deduped
├─┬ codecov@3.0.2
│ └── request@2.88.0
└─┬ gcs-resumable-upload@0.12.0
  └── request@2.88.0  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
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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