File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ from Node.js applications.
1414
1515## Status
1616
17- Release 1.0.3 of the MarkLogic Node.js API
17+ Release 1.0.4 of the MarkLogic Node.js API
1818
1919## Sample
2020
Original file line number Diff line number Diff line change @@ -758,9 +758,10 @@ function removeProperty(name) {
758758
759759/**
760760 * Specifies operations to patch the quality of a document.
761- * @namespace patchBuilderQuality
761+ * @method
762+ * @memberof ! patchBuilderQuality
763+ * @param {number } quality - the numeric value of the quality
762764 */
763-
764765function setQuality ( quality ) {
765766 if ( typeof quality !== 'number' ) {
766767 throw new Error ( 'quality.set() takes a number' ) ;
Original file line number Diff line number Diff line change 33 "name" : " marklogic" ,
44 "description" : " The official MarkLogic Node.js client API." ,
55 "homepage" : " http://github.com/marklogic/node-client-api" ,
6- "version" : " 1.0.3 " ,
6+ "version" : " 1.0.4 " ,
77 "license" : " Apache-2.0" ,
88 "main" : " ./lib/marklogic.js" ,
99 "keywords" : [
2323 "bluebird" : " ^2.9.6" ,
2424 "concat-stream" : " ^1.4.7" ,
2525 "deepcopy" : " ^0.4.0" ,
26- "dicer" : " ^0.2.4 " ,
26+ "dicer" : " ^0.2.5 " ,
2727 "multipart-stream" : " ^1.0.0" ,
2828 "qs" : " ^2.3.3" ,
2929 "through2" : " ^0.6.3" ,
You can’t perform that action at this time.
0 commit comments