Skip to content

Commit

Permalink
Update moesifapi to latest (#26)
Browse files Browse the repository at this point in the history
* update to 2.1.6 for moesifapi

* update to be bigger
  • Loading branch information
xinghengwang authored Aug 5, 2024
1 parent a5465aa commit c9074f8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = function (options, handler) {
// config moesifapi
var config = moesifapi.configuration;
config.ApplicationId = options.applicationId || options.ApplicationId || process.env.MOESIF_APPLICATION_ID;
config.UserAgent = 'moesif-aws-lambda-nodejs/' + '2.0.0';
config.UserAgent = 'moesif-aws-lambda-nodejs/' + '2.0.1';
config.BaseUri = options.baseUri || options.BaseUri || config.BaseUri;
var moesifController = moesifapi.ApiController;

Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moesif-aws-lambda",
"version": "2.0.0",
"version": "2.0.1",
"description": "API Monitoring Middleware for AWS Lambda",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"lodash": "^4.17.21",
"moesifapi": "^2.1.5",
"moesifapi": ">=2.1.6",
"request-ip": "^3.3.0",
"crypto-js": "^4.2.0",
"card-validator": "^6.2.0"
Expand Down

0 comments on commit c9074f8

Please sign in to comment.