Skip to content

Commit

Permalink
chore: update @rss3/js-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQW committed Oct 19, 2023
1 parent 0dd7847 commit 0c527c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@metamask/snaps-types": "^2.0.0",
"@metamask/snaps-ui": "^2.0.0",
"@metamask/utils": "^8.1.0",
"@rss3/js-sdk": "^0.6.27",
"@rss3/js-sdk": "^0.6.38",
"buffer": "^6.0.3",
"ethers": "^6.7.1",
"moment": "^2.29.4"
Expand Down
6 changes: 2 additions & 4 deletions packages/snap/src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import {
Activity,
formatAddressAndNS,
format as sdkFormat,
} from '@rss3/js-sdk';
import {
type Theme,
themePlain,
} from '@rss3/js-sdk/lib/readable/activity/theme';
type Theme,
} from '@rss3/js-sdk';
import { CronActivity } from './state';

export const getSocialActivitiesUrl = (address: string) =>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5480,14 +5480,14 @@ __metadata:
languageName: node
linkType: hard

"@rss3/js-sdk@npm:^0.6.27":
version: 0.6.27
resolution: "@rss3/js-sdk@npm:0.6.27"
"@rss3/js-sdk@npm:^0.6.38":
version: 0.6.38
resolution: "@rss3/js-sdk@npm:0.6.38"
dependencies:
debug: ^4.3.4
openapi-fetch: ^0.7.10
qs: ^6.11.2
checksum: a97f8cbc726cc8c84ab8dc7d9cd122ebebcbe1222365e5b1306cceeee4374ce6f24800096935a61e1091caf08c36076ad0129494a18792474572ee51d42aece8
checksum: c447860f7803bc886cfc93acf857a0ee7da3c0c004a0ff932786c1bece616afa2587923c5ac3ecfb2683a610607a187829651d66f0b50701a1d367a2fa3c3aa1
languageName: node
linkType: hard

Expand Down Expand Up @@ -20209,7 +20209,7 @@ __metadata:
"@metamask/snaps-types": ^2.0.0
"@metamask/snaps-ui": ^2.0.0
"@metamask/utils": ^8.1.0
"@rss3/js-sdk": ^0.6.27
"@rss3/js-sdk": ^0.6.38
"@typescript-eslint/eslint-plugin": ^5.33.0
"@typescript-eslint/parser": ^5.33.0
buffer: ^6.0.3
Expand Down

0 comments on commit 0c527c1

Please sign in to comment.