Skip to content

Commit

Permalink
Remove log bumped package
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Risch authored and Alex Risch committed Mar 7, 2024
1 parent c415171 commit fe00baf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-navigation/native-stack": "^6.9.12",
"@thirdweb-dev/react-native": "^0.6.2",
"@thirdweb-dev/react-native-compat": "^0.6.2",
"@xmtp/frames-client": "^0.3.0",
"@xmtp/frames-client": "^0.3.2",
"ethers": "^5.7.2",
"expo": "~48.0.18",
"expo-document-picker": "^11.5.4",
Expand Down
1 change: 0 additions & 1 deletion example/src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,6 @@ test('instantiate frames client correctly', async () => {
if (!response) {
throw new Error('response should exist')
}
console.log('response', response)
if (response.extractedTags['fc:frame'] !== 'vNext') {
throw new Error('response should have expected extractedTags')
}
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6793,10 +6793,10 @@
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.13.tgz#ff34942667a4e19a9f4a0996a76814daac364cf3"
integrity sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==

"@xmtp/frames-client@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@xmtp/frames-client/-/frames-client-0.3.0.tgz#5d8848590f57ea543905df2d7719a6eacedc74c7"
integrity sha512-iUc9LRqTkYBqsD2lvnpunjgotudTMHu0h187KcHacVeq+GQYjVMZx6E06hi3DztUlmZ1OwBzq3ki30qdBFKSbg==
"@xmtp/frames-client@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@xmtp/frames-client/-/frames-client-0.3.2.tgz#6c860e11cbf7a63aa956543b4941ee72738ed211"
integrity sha512-61rxA7YcNUUKndQ9e5X44LNVwWJCrrZR6sBGOWLckfMK00LqRasoiLgom1PlR34c17a59PPZmagxoNQ2QCto7A==
dependencies:
"@noble/hashes" "^1.3.3"
"@xmtp/proto" "3.41.0-beta.5"
Expand Down

0 comments on commit fe00baf

Please sign in to comment.