Skip to content

Commit b95abcf

Browse files
authored
update axios (#28)
1 parent bf300c8 commit b95abcf

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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.1';
72+
config.UserAgent = 'moesif-aws-lambda-nodejs/' + '2.0.3';
7373
config.BaseUri = options.baseUri || options.BaseUri || config.BaseUri;
7474
var moesifController = moesifapi.ApiController;
7575

package-lock.json

+8-8
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.2",
3+
"version": "2.0.3",
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.7",
36+
"moesifapi": ">=2.1.9",
3737
"request-ip": "^3.3.0",
3838
"crypto-js": "^4.2.0",
3939
"card-validator": "^6.2.0"

0 commit comments

Comments
 (0)