Skip to content

Commit

Permalink
update axios to 1.7.4 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghengwang authored Aug 13, 2024
1 parent 65c9dd3 commit 01e8dec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function makeMoesifMiddleware(options) {
* @type {string}
*/
config.ApplicationId = options.applicationId || options.ApplicationId;
config.UserAgent = 'moesif-nodejs/' + '3.6.5';
config.UserAgent = 'moesif-nodejs/' + '3.6.6';
config.BaseUri = options.baseUri || options.BaseUri || config.BaseUri;
// default retry to 1.
config.retry = isNil(options.retry) ? 1 : options.retry;
Expand Down
16 changes: 8 additions & 8 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-nodejs",
"version": "3.6.5",
"version": "3.6.6",
"description": "Monitoring agent to log API calls to Moesif for deep API analytics",
"main": "lib/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"iconv-lite": "^0.6.3",
"koa-body": "^4.2.0",
"lodash": "^4.17.19",
"moesifapi": ">=2.1.8",
"moesifapi": ">=2.1.9",
"raw-body": "^2.4.2",
"request-ip": "^3.3.0",
"uuid4": "^2.0.2"
Expand Down

0 comments on commit 01e8dec

Please sign in to comment.