Skip to content

Commit 9ee2ecf

Browse files
committed
Finish v0.8.18
2 parents 13ed0b2 + 1983f5a commit 9ee2ecf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "joola",
33
"preferGlobal": true,
4-
"version": "0.8.17",
4+
"version": "0.8.18",
55
"author": "Joola <info@joo.la>",
66
"description": "Custom data analytics solution built for today's market needs and scale.",
77
"private": false,
@@ -47,8 +47,8 @@
4747
"test:api": "(killall node || true) && redis-cli flushall && NODE_CONFIG_DIR=$(pwd)/test/config NODE_ENV=apiary npm run start:detached && sleep 2 && dredd ./apiary.apib http://localhost:8080",
4848
"preinstall": "(build/scripts/preinstall.sh || true)",
4949
"postinstall": "(build/scripts/postinstall.sh || true)",
50-
"prepublish.bak": "npm shrinkwrap",
51-
"postpublish.bak": "rm npm-shrinkwrap.json",
50+
"prepublish": "npm shrinkwrap",
51+
"postpublish": "rm npm-shrinkwrap.json",
5252
"publish:patch": "npm run prepublish && npm version patch --git-tag-version=false --sign-git-tag=true -m \"Version bumped to %s\" && npm run publish:do",
5353
"publish:minor": "npm run prepublish && npm version minor --git-tag-version=false --sign-git-tag=true -m \"Version bumped to %s\" && npm run publish:do",
5454
"publish:major": "npm run prepublish && npm version major --git-tag-version=false --sign-git-tag=true -m \"Version bumped to %s\" && npm run publish:do",
@@ -107,8 +107,8 @@
107107
"graph"
108108
],
109109
"dependencies": {
110-
"async": "^1.4.2",
111-
"body-parser": "^1.14.1",
110+
"async": "^1.5.0",
111+
"body-parser": "^1.14.2",
112112
"bunyan": "^1.5.1",
113113
"bunyan-format": "^0.2.1",
114114
"bunyan-loggly": "^0.0.5",
@@ -119,7 +119,7 @@
119119
"config": "1.12.0",
120120
"connect": "^3.4.0",
121121
"connect-restreamer": "^1.0.3",
122-
"deep-diff": "^0.3.2",
122+
"deep-diff": "^0.3.3",
123123
"deep-equal": "^1.0.1",
124124
"describe-json": "^0.0.6",
125125
"eventemitter2": "*",
@@ -132,8 +132,8 @@
132132
"joola.datastore-embedded": "^0.0.3",
133133
"joola.datastore-mongodb": "^0.0.15",
134134
"joola.sdk": "^0.8.10",
135-
"js-yaml": "^3.4.2",
136-
"json-prune": "^1.0.0",
135+
"js-yaml": "^3.4.6",
136+
"json-prune": "^1.0.1",
137137
"kindof": "^1.0.0",
138138
"localeval": "^15.2.3",
139139
"node-zookeeper-client": "^0.2.2",

0 commit comments

Comments
 (0)