Skip to content

Commit

Permalink
Merge pull request #83 from Relewise/feat/remove-cross-fetch
Browse files Browse the repository at this point in the history
Feat: remove cross fetch
  • Loading branch information
mzanoni authored Aug 27, 2024
2 parents 9c472a3 + d7ff411 commit 34508a2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 31 deletions.
39 changes: 14 additions & 25 deletions packages/client/package-lock.json

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

3 changes: 0 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"@typescript-eslint/parser": "^5.34.0"
},
"dependencies": {
"cross-fetch": "^4.0.0"
}
}
1 change: 0 additions & 1 deletion packages/client/src/relewise.client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import fetch from 'cross-fetch';
import version from './version';

export interface RelewiseClientOptions {
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/package-lock.json

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

0 comments on commit 34508a2

Please sign in to comment.