node-nats-streaming
Advanced tools
Comparing version 0.0.22 to 0.0.24
/*! | ||
* node-nats-streaming | ||
* Copyright(c) 2016 Apcera Inc. All rights reserved | ||
* Copyright(c) 2016-2017 Apcera Inc. All rights reserved | ||
* MIT Licensed | ||
@@ -24,3 +24,3 @@ */ | ||
*/ | ||
var VERSION = '0.0.22', | ||
var VERSION = '0.0.24', | ||
DEFAULT_PORT = 4222, | ||
@@ -27,0 +27,0 @@ DEFAULT_PRE = 'nats://localhost:', |
{ | ||
"name": "node-nats-streaming", | ||
"version": "0.0.22", | ||
"version": "0.0.24", | ||
"description": "Node.js client for NATS Streaming, a lightweight, high-performance cloud native messaging system", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -217,3 +217,3 @@ # [Work-in-progress] node-nats-streaming - Node.js NATS Streaming Client | ||
Copyright (c) 2012-2016 Apcera Inc. | ||
Copyright (c) 2012-2017 Apcera Inc. | ||
@@ -220,0 +220,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
Sorry, the diff of this file is not supported yet
172294