Skip to content

Commit

Permalink
Move node-fetch from devDep to Dep (#888)
Browse files Browse the repository at this point in the history
* Move node-fetch from devDep to Dep

* Release prep
  • Loading branch information
Smrecz authored Aug 13, 2023
1 parent 39f8fe1 commit 003ca1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [3.0.9] - 2023.08.10
## [3.0.9] - 2023.08.13
### Updated
- Move node-fetch from devDep to Dep to enable package usage in Node.js apps

## [3.0.8] - 2023.08.10
### Updated
- Add better logging message
- Updated contributing guide
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tatumio/tatum",
"version": "3.0.8",
"version": "3.0.9",
"description": "Tatum JS SDK",
"author": "Tatum",
"repository": "https://github.com/tatumio/tatum-js",
Expand Down Expand Up @@ -30,12 +30,12 @@
"dependencies": {
"bignumber.js": "^9.1.1",
"reflect-metadata": "^0.1.13",
"typedi": "^0.10.0"
"typedi": "^0.10.0",
"@types/node-fetch": "^2.6.3"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.15.11",
"@types/node-fetch": "^2.6.3",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
Expand Down

0 comments on commit 003ca1e

Please sign in to comment.