braid-http 1.3.81 → 1.3.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -246,6 +246,7 @@ function braidify (req, res, next) {
246
246
  // Define convenience variables
247
247
  req.version = version
248
248
  req.parents = parents
249
+ req.peer = peer
249
250
  req.subscribe = subscribe
250
251
 
251
252
  // Multiplexer stuff
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.81",
3
+ "version": "1.3.82",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/server.js"