@onflow/fcl
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @onflow/fcl | ||
## 1.0.1 | ||
### Patch Changes | ||
- [#1181](https://github.com/onflow/fcl-js/pull/1181) [`25e87101`](https://github.com/onflow/fcl-js/commit/25e8710162a105771d1629eced6270ce37718a1b) Thanks [@jribbink](https://github.com/jribbink)! - Added exception handling in transaction subscriber polling to handle network disconnect/server error events | ||
* [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging | ||
* Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]: | ||
- @onflow/config@1.0.1 | ||
- @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 | ||
## 1.0.0 | ||
@@ -836,3 +855,3 @@ | ||
fcl.config() | ||
.put("env", "testnet") | ||
.put("flow.network", "testnet") | ||
.put("0xProfile", "0x1d007d755506c469") | ||
@@ -839,0 +858,0 @@ |
{ | ||
"name": "@onflow/fcl", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Flow Client Library", | ||
@@ -41,16 +41,16 @@ "license": "Apache-2.0", | ||
"build": "microbundle --no-compress --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version", | ||
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version" | ||
"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" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1278392
14641
Updated@onflow/config@^1.0.1
Updated@onflow/rlp@^1.0.1
Updated@onflow/sdk@^1.0.1
Updated@onflow/types@^1.0.1
Updated@onflow/util-actor@^1.0.1
Updated@onflow/util-address@^1.0.1
Updated@onflow/util-template@^1.0.1
Updated@onflow/util-uid@^1.0.1