-
Notifications
You must be signed in to change notification settings - Fork 118
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
a92fddd
commit 72c0e71
Showing
35 changed files
with
192 additions
and
88 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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/config", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Config for FCL-JS", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -34,6 +34,6 @@ | |
"start": "microbundle watch --no-compress" | ||
}, | ||
"dependencies": { | ||
"@onflow/util-actor": "^1.0.0" | ||
"@onflow/util-actor": "^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/fcl", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -41,15 +41,15 @@ | |
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version --no-compress" | ||
}, | ||
"dependencies": { | ||
"@onflow/config": "^1.0.0", | ||
"@onflow/config": "^1.0.1", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "^1.0.0", | ||
"@onflow/sdk": "^1.0.0", | ||
"@onflow/types": "^1.0.0", | ||
"@onflow/util-actor": "^1.0.0", | ||
"@onflow/util-address": "^1.0.0", | ||
"@onflow/util-invariant": "^1.0.0", | ||
"@onflow/util-template": "^1.0.0", | ||
"@onflow/util-uid": "^1.0.0" | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/sdk": "^1.0.1", | ||
"@onflow/types": "^1.0.1", | ||
"@onflow/util-actor": "^1.0.1", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-template": "^1.0.1", | ||
"@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/rlp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Port of ethereumjs/rlp", | ||
"license": "MPL-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/sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Flow SDK", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -39,14 +39,14 @@ | |
"start": "microbundle --no-compress --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version watch" | ||
}, | ||
"dependencies": { | ||
"@onflow/config": "^1.0.0", | ||
"@onflow/rlp": "^1.0.0", | ||
"@onflow/transport-http": "^1.0.0", | ||
"@onflow/util-actor": "^1.0.0", | ||
"@onflow/util-address": "^1.0.0", | ||
"@onflow/util-invariant": "^1.0.0", | ||
"@onflow/util-logger": "^1.0.0", | ||
"@onflow/util-template": "^1.0.0", | ||
"@onflow/config": "^1.0.1", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/transport-http": "^1.1.0", | ||
"@onflow/util-actor": "^1.0.1", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-logger": "^1.0.1", | ||
"@onflow/util-template": "^1.0.1", | ||
"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-grpc", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Flow SDK GRPC Transport Module", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -38,9 +38,9 @@ | |
"@improbable-eng/grpc-web": "^0.14.0", | ||
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0", | ||
"@onflow/protobuf": "^1.0.0", | ||
"@onflow/rlp": "^1.0.0", | ||
"@onflow/util-address": "^1.0.0", | ||
"@onflow/util-invariant": "^1.0.0", | ||
"@onflow/util-template": "^1.0.0" | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-template": "^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/transport-http", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Flow SDK HTTP Transport Module", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -18,8 +18,8 @@ | |
} | ||
}, | ||
"devDependencies": { | ||
"@onflow/rlp": "^1.0.0", | ||
"@onflow/types": "^1.0.0", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/types": "^1.0.1", | ||
"jest": "^27.0.6", | ||
"jest-esm-transformer": "1.0.0", | ||
"microbundle": "^0.13.3" | ||
|
@@ -37,9 +37,9 @@ | |
"start": "microbundle watch --no-compress" | ||
}, | ||
"dependencies": { | ||
"@onflow/util-address": "^1.0.0", | ||
"@onflow/util-invariant": "^1.0.0", | ||
"@onflow/util-template": "^1.0.0", | ||
"@onflow/util-node-http-modules": "^1.0.0" | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-template": "^1.0.1", | ||
"@onflow/util-node-http-modules": "^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/types", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Utilities to transform javascript values into Cadence understandable values", | ||
"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-actor", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A mechanism for forcing order/transitions of scoped async state", | ||
"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-address", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Flow JS SDK Util -- Address", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -18,7 +18,7 @@ | |
} | ||
}, | ||
"devDependencies": { | ||
"@onflow/types": "^1.0.0", | ||
"@onflow/types": "^1.0.1", | ||
"jest": "26.4.2", | ||
"jest-esm-transformer": "1.0.0", | ||
"microbundle": "0.12.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
Oops, something went wrong.