googleapis / nodejs-pubsub

Node.js client for Google Cloud Pub/Sub: Ingest event streams from anywhere, at any scale, for simple, reliable, real-time stream analytics.
https://cloud.google.com/pubsub/
Apache License 2.0
516 stars 227 forks source link

build: remove some unneeded typings and shuffle others #1918

Closed feywind closed 2 months ago

feywind commented 2 months ago

Just some quick cleanup. There are several unnecessary typings included, and one that belongs in the dev dependencies instead.

Credit to @vesse for noticing this one :)