-
Notifications
You must be signed in to change notification settings - Fork 116
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
9c40913
commit 2f6c871
Showing
22 changed files
with
116 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/config", | ||
"version": "1.0.1", | ||
"version": "1.0.2-alpha.0", | ||
"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.1" | ||
"@onflow/util-actor": "^1.1.0-alpha.0" | ||
} | ||
} |
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.3-alpha.1", | ||
"version": "1.1.0-alpha.2", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -41,16 +41,16 @@ | |
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version --no-compress" | ||
}, | ||
"dependencies": { | ||
"@onflow/config": "^1.0.1", | ||
"@onflow/config": "^1.0.2-alpha.0", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/sdk": "^1.1.0-alpha.2", | ||
"@onflow/types": "^1.0.1", | ||
"@onflow/util-actor": "^1.0.1", | ||
"@onflow/sdk": "^1.1.0-alpha.3", | ||
"@onflow/types": "^1.0.2-alpha.0", | ||
"@onflow/util-actor": "^1.1.0-alpha.0", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-logger": "^1.0.2-alpha.0", | ||
"@onflow/util-template": "^1.0.1", | ||
"@onflow/util-logger": "^1.1.0-alpha.2", | ||
"@onflow/util-template": "^1.0.2-alpha.0", | ||
"@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-alpha.2", | ||
"version": "1.1.0-alpha.3", | ||
"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.1", | ||
"@onflow/config": "^1.0.2-alpha.0", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/transport-http": "^1.3.0-alpha.2", | ||
"@onflow/util-actor": "^1.0.1", | ||
"@onflow/transport-http": "^1.3.0-alpha.3", | ||
"@onflow/util-actor": "^1.1.0-alpha.0", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-logger": "^1.0.2-alpha.1", | ||
"@onflow/util-template": "^1.0.1", | ||
"@onflow/util-logger": "^1.1.0-alpha.2", | ||
"@onflow/util-template": "^1.0.2-alpha.0", | ||
"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.1.0-alpha.0", | ||
"version": "1.1.0-alpha.1", | ||
"description": "Flow SDK GRPC Transport Module", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -41,6 +41,6 @@ | |
"@onflow/rlp": "^1.0.1", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-template": "^1.0.1" | ||
"@onflow/util-template": "^1.0.2-alpha.0" | ||
} | ||
} |
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-alpha.2", | ||
"version": "1.3.0-alpha.3", | ||
"description": "Flow SDK HTTP Transport Module", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -19,7 +19,7 @@ | |
}, | ||
"devDependencies": { | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/types": "^1.0.1", | ||
"@onflow/types": "^1.0.2-alpha.0", | ||
"jest": "^27.0.6", | ||
"jest-esm-transformer": "1.0.0", | ||
"microbundle": "^0.13.3" | ||
|
@@ -39,7 +39,7 @@ | |
"dependencies": { | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-template": "^1.0.1", | ||
"@onflow/util-template": "^1.0.2-alpha.0", | ||
"@onflow/util-node-http-modules": "^1.0.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/types", | ||
"version": "1.0.1", | ||
"version": "1.0.2-alpha.0", | ||
"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.1", | ||
"version": "1.1.0-alpha.0", | ||
"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
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/util-logger", | ||
"version": "1.0.2-alpha.1", | ||
"version": "1.1.0-alpha.2", | ||
"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-alpha.2" | ||
"@onflow/sdk": "^1.1.0-alpha.3" | ||
} | ||
} |
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-template", | ||
"version": "1.0.1", | ||
"version": "1.0.2-alpha.0", | ||
"description": "Template Literal used for Cadence Interop", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|