-
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.
- Loading branch information
1 parent
4d8738b
commit 0bae1c9
Showing
10 changed files
with
45 additions
and
11 deletions.
There are no files selected for viewing
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
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.1.0", | ||
"version": "1.1.1-alpha.0", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -44,12 +44,12 @@ | |
"@onflow/config": "^1.0.2", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/sdk": "^1.1.0", | ||
"@onflow/sdk": "^1.1.1-alpha.0", | ||
"@onflow/types": "^1.0.2", | ||
"@onflow/util-actor": "^1.1.0", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-logger": "^1.1.0", | ||
"@onflow/util-logger": "^1.1.1-alpha.0", | ||
"@onflow/util-template": "^1.0.2", | ||
"@onflow/util-uid": "^1.0.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/sdk", | ||
"version": "1.1.0", | ||
"version": "1.1.1-alpha.0", | ||
"description": "Flow SDK", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -41,11 +41,11 @@ | |
"dependencies": { | ||
"@onflow/config": "^1.0.2", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/transport-http": "^1.3.0", | ||
"@onflow/transport-http": "^1.3.1-alpha.0", | ||
"@onflow/util-actor": "^1.1.0", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-logger": "^1.1.0", | ||
"@onflow/util-logger": "^1.1.1-alpha.0", | ||
"@onflow/util-template": "^1.0.2", | ||
"deepmerge": "^4.2.2", | ||
"sha3": "^2.1.4" | ||
|
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.3.0", | ||
"version": "1.3.1-alpha.0", | ||
"description": "Flow SDK HTTP Transport Module", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
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/util-logger", | ||
"version": "1.1.0", | ||
"version": "1.1.1-alpha.0", | ||
"description": "Logger for FCL-JS", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -34,6 +34,6 @@ | |
"start": "microbundle watch --no-compress" | ||
}, | ||
"dependencies": { | ||
"@onflow/sdk": "^1.1.0" | ||
"@onflow/sdk": "^1.1.1-alpha.0" | ||
} | ||
} |