Skip to content

Commit

Permalink
Bumped v7.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Nov 20, 2018
1 parent 635f427 commit f832472
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aedes-cached-persistence",
"version": "6.0.0",
"version": "7.0.0",
"description": "Abstract class to write an Aedes persistence with in-process caching of subscriptions",
"main": "index.js",
"scripts": {
Expand All @@ -23,18 +23,18 @@
},
"homepage": "https://github.com/mcollina/aedes-cached-persistence#readme",
"devDependencies": {
"concat-stream": "^1.5.1",
"concat-stream": "^1.6.2",
"faucet": "0.0.1",
"mqemitter": "^2.0.0",
"standard": "^10.0.3",
"tape": "^4.8.0",
"through2": "^2.0.1"
"mqemitter": "^2.2.0",
"standard": "^12.0.0",
"tape": "^4.9.1",
"through2": "^3.0.0"
},
"dependencies": {
"aedes-packet": "^1.0.0",
"aedes-persistence": "^6.0.0",
"fastparallel": "^2.3.0",
"multistream": "^2.1.0",
"multistream": "^2.1.1",
"qlobber": "^3.0.2"
}
}

0 comments on commit f832472

Please sign in to comment.