|
1 | 1 | {
|
2 | 2 | "name": "joola",
|
3 | 3 | "preferGlobal": true,
|
4 |
| - "version": "0.8.17", |
| 4 | + "version": "0.8.18", |
5 | 5 | "author": "Joola <info@joo.la>",
|
6 | 6 | "description": "Custom data analytics solution built for today's market needs and scale.",
|
7 | 7 | "private": false,
|
|
47 | 47 | "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",
|
48 | 48 | "preinstall": "(build/scripts/preinstall.sh || true)",
|
49 | 49 | "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", |
52 | 52 | "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",
|
53 | 53 | "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",
|
54 | 54 | "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 | 107 | "graph"
|
108 | 108 | ],
|
109 | 109 | "dependencies": {
|
110 |
| - "async": "^1.4.2", |
111 |
| - "body-parser": "^1.14.1", |
| 110 | + "async": "^1.5.0", |
| 111 | + "body-parser": "^1.14.2", |
112 | 112 | "bunyan": "^1.5.1",
|
113 | 113 | "bunyan-format": "^0.2.1",
|
114 | 114 | "bunyan-loggly": "^0.0.5",
|
|
119 | 119 | "config": "1.12.0",
|
120 | 120 | "connect": "^3.4.0",
|
121 | 121 | "connect-restreamer": "^1.0.3",
|
122 |
| - "deep-diff": "^0.3.2", |
| 122 | + "deep-diff": "^0.3.3", |
123 | 123 | "deep-equal": "^1.0.1",
|
124 | 124 | "describe-json": "^0.0.6",
|
125 | 125 | "eventemitter2": "*",
|
|
132 | 132 | "joola.datastore-embedded": "^0.0.3",
|
133 | 133 | "joola.datastore-mongodb": "^0.0.15",
|
134 | 134 | "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", |
137 | 137 | "kindof": "^1.0.0",
|
138 | 138 | "localeval": "^15.2.3",
|
139 | 139 | "node-zookeeper-client": "^0.2.2",
|
|
0 commit comments