-
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
0d09d83
commit 584809a
Showing
34 changed files
with
237 additions
and
101 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 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.2.1", | ||
"version": "1.2.2", | ||
"description": "Config for FCL-JS", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.22.11", | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/fcl-bundle": "^1.4.2", | ||
"@types/estree": "^1.0.1", | ||
"@types/jest": "^29.5.4", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
|
@@ -39,9 +39,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-actor": "^1.3.1", | ||
"@onflow/util-invariant": "^1.2.1", | ||
"@onflow/util-logger": "^1.3.1", | ||
"@onflow/util-actor": "^1.3.2", | ||
"@onflow/util-invariant": "^1.2.2", | ||
"@onflow/util-logger": "^1.3.2", | ||
"eslint": "^8.34.0", | ||
"eslint-plugin-jsdoc": "^40.0.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-bundle", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "FCL Bundler Tool", | ||
"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/fcl-wc", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "WalletConnect adapter for FCL", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -25,21 +25,21 @@ | |
"start": "fcl-bundle --watch" | ||
}, | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/fcl-bundle": "^1.4.2", | ||
"better-sqlite3": "^7.6.2", | ||
"jest": "^29.5.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.9", | ||
"@onflow/config": "^1.2.1", | ||
"@onflow/util-invariant": "^1.2.1", | ||
"@onflow/util-logger": "^1.3.1", | ||
"@onflow/config": "^1.2.2", | ||
"@onflow/util-invariant": "^1.2.2", | ||
"@onflow/util-logger": "^1.3.2", | ||
"@walletconnect/modal": "^2.4.7", | ||
"@walletconnect/sign-client": "^2.8.1", | ||
"@walletconnect/types": "^2.8.1", | ||
"@walletconnect/utils": "^2.8.1" | ||
}, | ||
"peerDependencies": { | ||
"@onflow/fcl": "^1.9.0" | ||
"@onflow/fcl": "^1.10.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.9.0", | ||
"version": "1.10.0", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -19,8 +19,8 @@ | |
} | ||
}, | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/typedefs": "^1.2.1", | ||
"@onflow/fcl-bundle": "^1.4.2", | ||
"@onflow/typedefs": "^1.3.0", | ||
"@types/estree": "^1.0.1", | ||
"@types/node": "^18.13.0", | ||
"eslint": "^8.35.0", | ||
|
@@ -57,18 +57,18 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/config": "^1.2.1", | ||
"@onflow/config": "^1.2.2", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "^1.2.1", | ||
"@onflow/sdk": "^1.3.1", | ||
"@onflow/types": "^1.2.1", | ||
"@onflow/util-actor": "^1.3.1", | ||
"@onflow/util-address": "^1.2.1", | ||
"@onflow/util-invariant": "^1.2.1", | ||
"@onflow/util-logger": "^1.3.1", | ||
"@onflow/rlp": "^1.2.2", | ||
"@onflow/sdk": "^1.4.0", | ||
"@onflow/types": "^1.3.0", | ||
"@onflow/util-actor": "^1.3.2", | ||
"@onflow/util-address": "^1.2.2", | ||
"@onflow/util-invariant": "^1.2.2", | ||
"@onflow/util-logger": "^1.3.2", | ||
"@onflow/util-semver": "^1.0.1", | ||
"@onflow/util-template": "^1.2.1", | ||
"@onflow/util-uid": "^1.2.1", | ||
"@onflow/util-template": "^1.2.2", | ||
"@onflow/util-uid": "^1.2.2", | ||
"cross-fetch": "^3.1.6", | ||
"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/rlp", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Port of ethereumjs/rlp", | ||
"license": "MPL-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/fcl-bundle": "^1.4.2", | ||
"@types/jest": "^29.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.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/sdk", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Flow SDK", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -18,8 +18,8 @@ | |
} | ||
}, | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/typedefs": "^1.2.1", | ||
"@onflow/fcl-bundle": "^1.4.2", | ||
"@onflow/typedefs": "^1.3.0", | ||
"@types/uuid": "^9.0.6", | ||
"eslint": "^8.35.0", | ||
"eslint-plugin-jsdoc": "^40.0.1", | ||
|
@@ -42,14 +42,14 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/config": "^1.2.1", | ||
"@onflow/rlp": "^1.2.1", | ||
"@onflow/transport-http": "^1.8.1", | ||
"@onflow/util-actor": "^1.3.1", | ||
"@onflow/util-address": "^1.2.1", | ||
"@onflow/util-invariant": "^1.2.1", | ||
"@onflow/util-logger": "^1.3.1", | ||
"@onflow/util-template": "^1.2.1", | ||
"@onflow/config": "^1.2.2", | ||
"@onflow/rlp": "^1.2.2", | ||
"@onflow/transport-http": "^1.10.0", | ||
"@onflow/util-actor": "^1.3.2", | ||
"@onflow/util-address": "^1.2.2", | ||
"@onflow/util-invariant": "^1.2.2", | ||
"@onflow/util-logger": "^1.3.2", | ||
"@onflow/util-template": "^1.2.2", | ||
"deepmerge": "^4.2.2", | ||
"sha3": "^2.1.4", | ||
"uuid": "^9.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.9.0", | ||
"version": "1.10.0", | ||
"description": "Flow SDK HTTP Transport Module", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/onflow/flow-js-sdk/issues" | ||
}, | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/rlp": "^1.2.1", | ||
"@onflow/sdk": "^1.3.1", | ||
"@onflow/types": "^1.2.1", | ||
"@onflow/fcl-bundle": "^1.4.2", | ||
"@onflow/rlp": "^1.2.2", | ||
"@onflow/sdk": "^1.4.0", | ||
"@onflow/types": "^1.3.0", | ||
"jest": "^29.5.0" | ||
}, | ||
"source": "src/sdk-send-http.ts", | ||
|
@@ -34,10 +34,10 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-address": "^1.2.1", | ||
"@onflow/util-invariant": "^1.2.1", | ||
"@onflow/util-logger": "^1.3.1", | ||
"@onflow/util-template": "^1.2.1", | ||
"@onflow/util-address": "^1.2.2", | ||
"@onflow/util-invariant": "^1.2.2", | ||
"@onflow/util-logger": "^1.3.2", | ||
"@onflow/util-template": "^1.2.2", | ||
"abort-controller": "^3.0.0", | ||
"cross-fetch": "^3.1.6" | ||
} | ||
|
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.