Skip to content

Commit

Permalink
updated RELEASES
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bishop authored and Simon Bishop committed Jun 6, 2016
1 parent 3c8d256 commit 5be9ca8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
8 changes: 7 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,10 @@
-----------------

- delayed listen
- scope modifications on happn.create
- scope modifications on happn.create

2.6.2 2016-06-01
-----------------

- fixed _meta issue
- updated happn-nedb to version 1.8.1
1 change: 1 addition & 0 deletions lib/services/data_embedded/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ DataEmbeddedService.prototype.transform = function(dataObj, meta){

transformed._meta = meta;
transformed._meta.path = dataObj._id;
transformed._meta._id = dataObj._id;

if (dataObj._tag)
transformed._meta.tag = dataObj._tag;
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "happn",
"description": "pub/sub api as a service using primus and mongo & redis or nedb, can work as cluster, single process or embedded using nedb, use in production at your own risk",
"version": "2.6.1",
"version": "2.6.2",
"main": "./lib/index",
"scripts": {
"test": "mocha --expose-gc silence.js test",
Expand All @@ -23,29 +23,29 @@
},
"dependencies": {
"JSONStream": "0.10.0",
"async": "^1.5.2",
"async": "1.5.2",
"bluebird": "2.10.2",
"body-parser": "1.14.1",
"byline": "4.2.1",
"connect": "3.4.0",
"connect-cookies": "0.0.0",
"deep-copy": "^1.1.0",
"deep-copy": "1.1.2",
"happn-logger": "0.0.2",
"happn-nedb": "^1.5.0",
"happn-nedb": "1.8.1",
"happn-util-crypto": "0.0.6",
"jwt-simple": "^0.2.0",
"jwt-simple": "0.2.0",
"lru-cache": "4.0.0",
"moment": "2.10.6",
"node-uuid": "^1.4.7",
"node-uuid": "1.4.7",
"password-hash-and-salt": "0.1.3",
"pem": "^1.8.1",
"pem": "1.8.3",
"primus": "4.0.5",
"serve-static": "1.10.0",
"shortid": "2.2.4",
"sillyname": "^0.1.0",
"sillyname": "0.1.0",
"traverse": "0.6.6",
"underscore.string": "^3.3.4",
"user-home": "^2.0.0",
"underscore.string": "3.3.4",
"user-home": "2.0.0",
"ws": "1.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/1_eventemitter_embedded_sanity.js
Original file line number Diff line number Diff line change
Expand Up @@ -1124,4 +1124,4 @@ describe('1_eventemitter_embedded_sanity', function() {

require('benchmarket').stop();

});
});

0 comments on commit 5be9ca8

Please sign in to comment.