Comparing version 1.9.0-0 to 1.9.0-1
{ "name" : "rethinkdb" | ||
, "version" : "1.9.0-0" | ||
, "version" : "1.9.0-1" | ||
, "main" : "rethinkdb" | ||
@@ -4,0 +4,0 @@ , "description" : "This package provides the JavaScript driver library for the RethinkDB database server for use either from node or your web-browser." |
@@ -13,2 +13,8 @@ // Generated by CoffeeScript 1.4.0 | ||
if (native_pb.SerializeQuery != null) { | ||
module.exports.protobuf_implementation = "cpp"; | ||
} else { | ||
module.exports.protobuf_implementation = "js"; | ||
} | ||
protodef = require('./proto-def'); | ||
@@ -15,0 +21,0 @@ |
// Generated by CoffeeScript 1.4.0 | ||
var net, rethinkdb; | ||
var net, protobuf, rethinkdb; | ||
@@ -8,4 +8,8 @@ rethinkdb = require('./ast'); | ||
protobuf = require('./protobuf'); | ||
rethinkdb.connect = net.connect; | ||
rethinkdb.protobuf_implementation = protobuf.protobuf_implementation; | ||
module.exports = rethinkdb; |
Sorry, the diff of this file is too big to display
138592
4192