-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
91526e6
commit b73ab41
Showing
14 changed files
with
60 additions
and
21 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl-core", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -52,7 +52,7 @@ | |
"@onflow/config": "1.5.0", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "1.2.2", | ||
"@onflow/sdk": "1.5.2", | ||
"@onflow/sdk": "1.5.3", | ||
"@onflow/types": "1.4.0", | ||
"@onflow/util-actor": "1.3.3", | ||
"@onflow/util-address": "1.2.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl-react-native", | ||
"version": "1.9.4", | ||
"version": "1.9.5", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -47,11 +47,11 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/fcl-core": "1.11.0", | ||
"@onflow/fcl-core": "1.11.1", | ||
"@onflow/config": "1.5.0", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "1.2.2", | ||
"@onflow/sdk": "1.5.2", | ||
"@onflow/sdk": "1.5.3", | ||
"@onflow/types": "1.4.0", | ||
"@onflow/util-actor": "1.3.3", | ||
"@onflow/util-address": "1.2.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl-wc", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "WalletConnect adapter for FCL", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -45,6 +45,6 @@ | |
"@walletconnect/utils": "^2.8.1" | ||
}, | ||
"peerDependencies": { | ||
"@onflow/fcl-core": "1.11.0" | ||
"@onflow/fcl-core": "1.11.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -49,11 +49,11 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/config": "1.5.0", | ||
"@onflow/fcl-core": "1.11.0", | ||
"@onflow/fcl-wc": "5.3.0", | ||
"@onflow/fcl-core": "1.11.1", | ||
"@onflow/fcl-wc": "5.3.1", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "1.2.2", | ||
"@onflow/sdk": "1.5.2", | ||
"@onflow/sdk": "1.5.3", | ||
"@onflow/types": "1.4.0", | ||
"@onflow/util-actor": "1.3.3", | ||
"@onflow/util-address": "1.2.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/sdk", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Flow SDK", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -43,7 +43,7 @@ | |
"@babel/runtime": "^7.18.6", | ||
"@onflow/config": "1.5.0", | ||
"@onflow/rlp": "1.2.2", | ||
"@onflow/transport-http": "1.10.1", | ||
"@onflow/transport-http": "1.10.2", | ||
"@onflow/typedefs": "1.3.1", | ||
"@onflow/util-actor": "1.3.3", | ||
"@onflow/util-address": "1.2.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/transport-http", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "Flow SDK HTTP Transport Module", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ | |
"devDependencies": { | ||
"@onflow/fcl-bundle": "1.5.0", | ||
"@onflow/rlp": "1.2.2", | ||
"@onflow/sdk": "1.5.2", | ||
"@onflow/sdk": "1.5.3", | ||
"@onflow/types": "1.4.0", | ||
"jest": "^29.5.0" | ||
}, | ||
|