Skip to content

Commit

Permalink
Merge pull request #19 from cosmicjs/rajat/fixes
Browse files Browse the repository at this point in the history
[FIX] Promises Thenable Type, Media Find Type
  • Loading branch information
jazibsawar authored Jun 29, 2023
2 parents 017332c + 938580d commit cf80557
Show file tree
Hide file tree
Showing 12 changed files with 12,517 additions and 12,505 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-dodos-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cosmicjs/sdk': patch
---

FIX: Includes type fixes and promise logic updates for catching errors correctly
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = {
semi: true,
},
],
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['error'],
'no-console': 0,
'import/no-cycle': 0,
'import/prefer-default-export': 0,
Expand Down
Loading

0 comments on commit cf80557

Please sign in to comment.