Skip to content

Commit

Permalink
hotfix: axios.create is not function on node adapter (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin authored Dec 19, 2023
1 parent 47a4cbd commit de00c15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 49 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/sdk",
"version": "1.2.6",
"version": "1.2.7",
"description": "Fleetbase JS & Node SDK",
"main": "dist/cjs/fleetbase.js",
"module": "dist/esm/fleetbase.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"axios": "^1.6.2",
"axios": "0.21.1",
"cross-fetch": "^4.0.0",
"global": "^4.4.0",
"rollup": "^4.9.0"
Expand Down
51 changes: 4 additions & 47 deletions pnpm-lock.yaml

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

0 comments on commit de00c15

Please sign in to comment.