@trycourier/courier
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -120,4 +120,4 @@ "use strict"; | ||
status: params === null || params === void 0 ? void 0 : params.status, | ||
tags: params === null || params === void 0 ? void 0 : params.tags, | ||
}, | ||
tags: params === null || params === void 0 ? void 0 : params.tags | ||
} | ||
})]; | ||
@@ -161,4 +161,4 @@ case 1: | ||
tokenManagement: token_management_1.tokenManagement(options), | ||
users: users_1.users(options), | ||
users: users_1.users(options) | ||
}; | ||
}; |
@@ -125,8 +125,8 @@ "use strict"; | ||
return { | ||
delete: createHttpMethodClient("delete"), | ||
get: function (url, config) { return createHttpMethodClient("get")(url, undefined, config); }, | ||
patch: createHttpMethodClient("patch"), | ||
post: createHttpMethodClient("post"), | ||
put: createHttpMethodClient("put") | ||
delete: createHttpMethodClient("DELETE"), | ||
get: function (url, config) { return createHttpMethodClient("GET")(url, undefined, config); }, | ||
patch: createHttpMethodClient("PATCH"), | ||
post: createHttpMethodClient("POST"), | ||
put: createHttpMethodClient("PUT") | ||
}; | ||
}; |
@@ -47,3 +47,3 @@ "use strict"; | ||
expires_in: params.expiresIn, | ||
scope: params.scope, | ||
scope: params.scope | ||
})]; | ||
@@ -50,0 +50,0 @@ case 1: |
@@ -71,4 +71,4 @@ "use strict"; | ||
cursor: (listOptions === null || listOptions === void 0 ? void 0 : listOptions.cursor) || "", | ||
limit: (listOptions === null || listOptions === void 0 ? void 0 : listOptions.limit) || "20", | ||
}, | ||
limit: (listOptions === null || listOptions === void 0 ? void 0 : listOptions.limit) || "20" | ||
} | ||
})]; | ||
@@ -99,3 +99,3 @@ case 1: | ||
listTenants: listTenants(options), | ||
put: putTenant(options), | ||
put: putTenant(options) | ||
}); }; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "A node.js module for communicating with the Courier REST API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
167058
63
3330