Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "rethinkdb", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"main": "rethinkdb", | ||
@@ -5,0 +5,0 @@ "description": "This package provides the JavaScript driver library for the RethinkDB database server for use in your node application.", |
@@ -268,3 +268,9 @@ // DO NOT EDIT | ||
MINVAL: 180, | ||
MAXVAL: 181 | ||
MAXVAL: 181, | ||
BIT_AND: 191, | ||
BIT_OR: 192, | ||
BIT_XOR: 193, | ||
BIT_NOT: 194, | ||
BIT_SAL: 195, | ||
BIT_SAR: 196 | ||
}, | ||
@@ -271,0 +277,0 @@ |
Sorry, the diff of this file is too big to display
217099
6166