Comparing version 1.4.0-0 to 1.4.0-1
@@ -35,3 +35,3 @@ /* | ||
*/ | ||
const VERSION = '1.4.0-0' | ||
const VERSION = '1.3.6' | ||
@@ -38,0 +38,0 @@ const DEFAULT_PORT = 4222 |
{ | ||
"name": "nats", | ||
"version": "1.4.0-0", | ||
"version": "1.4.0-1", | ||
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", | ||
@@ -71,3 +71,9 @@ "keywords": [ | ||
] | ||
}, | ||
"bin": { | ||
"node-pub": "node examples/node-pub", | ||
"node-sub": "node examples/node-sub", | ||
"node-req": "node examples/node-req", | ||
"node-rep": "node examples/node-rep" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101885