couchbase-driver
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -397,3 +397,3 @@ const _ = require('lodash') | ||
} | ||
return this.insert(key, opr.value, rfn) | ||
return this.insert(key, opr.value, opts, rfn) | ||
} else { | ||
@@ -400,0 +400,0 @@ this.unlock(key, doc.cas, (err, doc2) => { |
{ | ||
"name": "couchbase-driver", | ||
"description": "An improved version of the official Couchbase driver", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/bojand/couchbase-driver", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33332
0