Skip to content

Commit

Permalink
fix(dependencies): prune of unnecessary library dependencies
Browse files Browse the repository at this point in the history
the library was installing the pino-pretty-logger, axios and bottleneck
when not using it at all

some of the dependencies were reallyd
dependencies for the examples and got moved there
  • Loading branch information
grisha87 committed Oct 14, 2024
1 parent baa402e commit 1e9adaa
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 145 deletions.
5 changes: 3 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
},
"dependencies": {
"@golem-sdk/golem-js": "file:..",
"@golem-sdk/pino-logger": "^1.0.2",
"@golem-sdk/pino-logger": "^1.1.0",
"@types/express": "^4",
"commander": "^12.0.0",
"express": "^4.18.2",
"express": "^4.21.1",
"tsx": "^4.7.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1e9adaa

Please sign in to comment.