diff --git a/package.json b/package.json index ed745a2..62fd25f 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "lik": "^1.0.40", "lodash": "^4.17.4", "mongodb": "^2.2.31", + "rethinkdb": "^2.3.3", "runtime-type-checks": "0.0.4", "smartq": "^1.1.6", "typings-global": "^1.0.20" diff --git a/ts/smartdata.plugins.ts b/ts/smartdata.plugins.ts index b21e3f0..b77bce5 100644 --- a/ts/smartdata.plugins.ts +++ b/ts/smartdata.plugins.ts @@ -2,13 +2,13 @@ import 'typings-global' import * as assert from 'assert' import * as beautylog from 'beautylog' import * as lodash from 'lodash' -import * as mongodb from 'mongodb' +import * as rethinkDb from 'rethinkdb' import * as smartq from 'smartq' export { assert, beautylog, lodash, - mongodb, - smartq + smartq, + rethinkDb } diff --git a/yarn.lock b/yarn.lock index 6c2e90c..8dad0de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -107,6 +107,10 @@ bindings@^1.2.1: version "1.3.0" resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.3.0.tgz#b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7" +"bluebird@>= 2.3.2 < 3": + version "2.11.0" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" + brace-expansion@^1.1.7: version "1.1.8" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292" @@ -601,6 +605,12 @@ restore-cursor@^2.0.0: onetime "^2.0.0" signal-exit "^3.0.2" +rethinkdb@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/rethinkdb/-/rethinkdb-2.3.3.tgz#3dc6586e22fa1dabee0d254e64bd0e379fad2f72" + dependencies: + bluebird ">= 2.3.2 < 3" + runtime-type-checks@0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/runtime-type-checks/-/runtime-type-checks-0.0.4.tgz#5682baf2ffe53f955fe3e065b40a0a09943845c8"