Skip to content

Commit c9074f8

Browse files
authored
Update moesifapi to latest (#26)
* update to 2.1.6 for moesifapi * update to be bigger
1 parent a5465aa commit c9074f8

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = function (options, handler) {
6969
// config moesifapi
7070
var config = moesifapi.configuration;
7171
config.ApplicationId = options.applicationId || options.ApplicationId || process.env.MOESIF_APPLICATION_ID;
72-
config.UserAgent = 'moesif-aws-lambda-nodejs/' + '2.0.0';
72+
config.UserAgent = 'moesif-aws-lambda-nodejs/' + '2.0.1';
7373
config.BaseUri = options.baseUri || options.BaseUri || config.BaseUri;
7474
var moesifController = moesifapi.ApiController;
7575

package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moesif-aws-lambda",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "API Monitoring Middleware for AWS Lambda",
55
"main": "lib/index.js",
66
"keywords": [
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"lodash": "^4.17.21",
36-
"moesifapi": "^2.1.5",
36+
"moesifapi": ">=2.1.6",
3737
"request-ip": "^3.3.0",
3838
"crypto-js": "^4.2.0",
3939
"card-validator": "^6.2.0"

0 commit comments

Comments
 (0)