Skip to content

Commit

Permalink
v5.3.1 use the latest job manager. This should be fiiiineeee
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilson / redaphid committed Sep 6, 2017
1 parent 12f396d commit 9481aa5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshblu-server",
"version": "5.3.0",
"version": "5.3.1",
"description": "A bundled version of meshblu-core",
"main": "dist/meshblu-core-runner.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"coffee-script": "^1.12.7",
"dashdash": "^1.14.0",
"debug": "^3.0.1",
"meshblu-core-dispatcher": "^20.1.0",
"meshblu-core-dispatcher": "^20.1.1",
"meshblu-core-firehose-socket.io": "^2.0.0",
"meshblu-core-protocol-adapter-http": "^6.1.0",
"meshblu-core-worker-webhook": "^4.1.4",
Expand Down
62 changes: 31 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1734,22 +1734,22 @@ meshblu-core-datastore@^5.1.0:
json-stable-stringify "^1.0.1"
lodash "^4.11.1"

meshblu-core-dispatcher@^20.1.0:
version "20.1.0"
resolved "https://registry.yarnpkg.com/meshblu-core-dispatcher/-/meshblu-core-dispatcher-20.1.0.tgz#e065a3aac7da24689d384e73131241e4bed22a5e"
meshblu-core-dispatcher@^20.1.1:
version "20.1.1"
resolved "https://registry.yarnpkg.com/meshblu-core-dispatcher/-/meshblu-core-dispatcher-20.1.1.tgz#1515eaab503eb0cda0294bd6501710e3489f0377"
dependencies:
"@octoblu/redis-ns" "^1.3.1"
async "^2.5.0"
coffee-script "^1.12.7"
dashdash "^1.14.0"
debug "^3.0.0"
debug "^3.0.1"
fs-cson "^0.3.2"
ioredis "^3.1.4"
job-logger "^4.3.0"
lodash "^4.17.4"
meshblu-core-cache "^1.9.1"
meshblu-core-datastore "^5.1.0"
meshblu-core-job-manager "^11.2.1"
meshblu-core-job-manager "^11.2.2"
meshblu-core-manager-token "^7.6.0"
meshblu-core-task-black-list-token "^1.0.0"
meshblu-core-task-check-broadcast-received-whitelist "^1.0.1"
Expand Down Expand Up @@ -1885,6 +1885,23 @@ meshblu-core-job-manager@^11.1.3, meshblu-core-job-manager@^11.2.1:
optionalDependencies:
hiredis "^0.5.0"

meshblu-core-job-manager@^11.2.2:
version "11.2.2"
resolved "https://registry.yarnpkg.com/meshblu-core-job-manager/-/meshblu-core-job-manager-11.2.2.tgz#51345ba022794a1e898e387fb6a693d9cfaedd99"
dependencies:
async "^2.4.0"
coffee-script "^1.12.5"
debug "^2.6.6"
generic-pool "^3.1.7"
ioredis "^2.5.0"
lodash "^4.17.2"
moment "^2.18.1"
simple-benchmark "^1.0.11"
uuid "^3.0.0"
when "^3.7.8"
optionalDependencies:
hiredis "^0.5.0"

meshblu-core-job-manager@^3.2.0:
version "3.10.1"
resolved "https://registry.yarnpkg.com/meshblu-core-job-manager/-/meshblu-core-job-manager-3.10.1.tgz#650d93ad89797f3619f9d4d61cac0f70a982cbc8"
Expand Down Expand Up @@ -2988,20 +3005,7 @@ mongodb@^2.0.45:
mongodb-core "2.1.4"
readable-stream "2.1.5"

mongojs@^2.0.0, mongojs@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/mongojs/-/mongojs-2.4.0.tgz#f287fbfd457fedf588b5a9011e68513d9dd32bfb"
dependencies:
each-series "^1.0.0"
mongodb "^2.0.45"
once "^1.3.2"
parse-mongo-url "^1.1.0"
readable-stream "^2.0.2"
thunky "^0.1.0"
to-mongodb-core "^2.0.0"
xtend "^4.0.0"

mongojs@^2.4.1:
mongojs@^2.0.0, mongojs@^2.4.0, mongojs@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/mongojs/-/mongojs-2.4.1.tgz#6c36585ebbf7c82e257acac33d668517af551612"
dependencies:
Expand Down Expand Up @@ -3362,11 +3366,11 @@ punycode@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"

[email protected], qs@^6.1.0, qs@~6.4.0:
[email protected], qs@~6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"

[email protected]:
[email protected], qs@^6.1.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.0.tgz#8d04954d364def3efc55b5a0793e1e2c8b1e6e49"

Expand Down Expand Up @@ -3551,15 +3555,15 @@ right-align@^0.1.1:
dependencies:
align-text "^0.1.1"

rimraf@^2.2.8, rimraf@^2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
rimraf@^2.2.8, rimraf@^2.3.3, rimraf@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
dependencies:
glob "^7.0.5"

rimraf@^2.3.3, rimraf@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
rimraf@^2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
dependencies:
glob "^7.0.5"

Expand Down Expand Up @@ -3898,10 +3902,6 @@ test-exclude@^4.1.1:
read-pkg-up "^1.0.1"
require-main-filename "^1.0.1"

thunky@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/thunky/-/thunky-0.1.0.tgz#bf30146824e2b6e67b0f2d7a4ac8beb26908684e"

thunky@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.0.2.tgz#a862e018e3fb1ea2ec3fce5d55605cf57f247371"
Expand Down

0 comments on commit 9481aa5

Please sign in to comment.