Skip to content

Commit 750e448

Browse files
committed
bump json-mask version for top-level array support
1 parent 034d3d4 commit 750e448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "partial-response-middleware",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Express middleware for filtering-out parts of JSON responses based on the `fields` query-string.",
55
"main": "index.js",
66
"keywords": [
@@ -14,7 +14,7 @@
1414
"json"
1515
],
1616
"dependencies": {
17-
"json-mask": "~0.1.0"
17+
"json-mask": "~0.2.0"
1818
},
1919
"author": "[email protected]",
2020
"license": "MIT"

0 commit comments

Comments
 (0)