Skip to content

Commit 86d2140

Browse files
committed
2.2.2 Release
This commit signifies the 2.2.2 release. This release updates the marpat dependency to the latest version available. This update will allow this project to use mongodb atlas.
1 parent 33b8551 commit 86d2140

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fms-api-client",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment.",
55
"main": "index.js",
66
"scripts": {
@@ -44,7 +44,7 @@
4444
"form-data": "^2.5.1",
4545
"into-stream": "^5.1.0",
4646
"lodash": "^4.17.15",
47-
"marpat": "^2.0.1",
47+
"marpat": "^2.1.0",
4848
"mime-types": "^2.1.24",
4949
"moment": "^2.24.0",
5050
"object-sizeof": "^1.5.1",

0 commit comments

Comments
 (0)