Skip to content

Commit f36637e

Browse files
author
ehennum
committed
package and readme version number, upgrade to Dicer 0.2.5
1 parent f69f098 commit f36637e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/patch-builder.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
764765
function setQuality(quality) {
765766
if (typeof quality !== 'number') {
766767
throw new Error('quality.set() takes a number');

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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": [
@@ -23,7 +23,7 @@
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",

0 commit comments

Comments
 (0)