nats-io / nats.ts

TypeScript Node.js client for NATS, the cloud native messaging system
https://www.nats.io
Apache License 2.0
178 stars 13 forks source link

Removing existsSync from nats.ts #84

Closed pedrouid closed 4 years ago

pedrouid commented 4 years ago

Our project imports ts-nats in non-NodeJS environments where existsSync wasn't available which was causing errors to our users, I've removed its import from the nats.ts file and also replaced VERSION to be accessible from environment variable