Skip to content

Commit

Permalink
downagrade axios and include in pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimiGitHub committed Oct 1, 2024
1 parent 297caeb commit 449a9da
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 95 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solace-community/stm",
"version": "0.0.55",
"version": "0.0.56",
"description": "Solace Try-Me Command Line Tool",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/long": "^5.0.0",
"@types/node": "^20.8.9",
"ascii-table": "^0.0.9",
"axios": "^1.7.7",
"axios": "0.27.0",
"chalk": "~4.1.2",
"commander": "^11.1.0",
"core-js": "^3.26.0",
Expand Down Expand Up @@ -83,7 +83,8 @@
"outputPath": "release",
"assets": [
"node_modules/solclientjs/**/*.js",
"public/**/*"
"public/**/*",
"node_modules/axios/**/*.js"
]
}
}
Loading

0 comments on commit 449a9da

Please sign in to comment.