Proto commits in nats-io/stan.js

These 5 commits are when the Protocol Buffers files have changed:

Commit:86ab23a
Author:Alberto Ricart
Committer:GitHub

redelivery count (#155) * FIX #142 - Added support for `getRedeliveryCount()` * formatting

The documentation is generated from this commit.

Commit:67b69bc
Author:Alberto Ricart
Committer:GitHub

client pings (#95) * Add PINGs from client to server * Renamed protobuf ConnectRequest#ping_maxOut to ping_max_out * Renamed protobuf fields PubMsg#connID to PubMsg#conn_id and ConnectResponse#publicKey to ConnectResponse#public_key * Refactored ping reponse handling * Normalized close condition so they follow one of three paths: - closing due to user request - closing due to an error - calls the error handler, and the close handler * added 'client replaced' test * changes as per code review

Commit:7e66cf4
Author:Alberto Ricart
Committer:GitHub

CNCF (#60) * Updated license information to Apache2 for CNCF, code of conduct, owners

Commit:dfb02f5
Author:Alberto Ricart
Committer:Alberto Ricart

[UPDATE] Removed local version of nuid in favor on npm published version [ADD] Added npm run targets 'gen' to generate protobuf javascript libraries. 'npm-publish' to publish the current version to npm [FIX] #24 - Add client support for Subscription.Close()

Commit:01be3fd
Author:Alberto Ricart

inital checkin