@onflow/util-actor
Advanced tools
Comparing version 1.1.0-alpha.0 to 1.1.0
# @onflow/util-actor | ||
## 1.1.0 | ||
### Minor Changes | ||
- [#1243](https://github.com/onflow/fcl-js/pull/1243) [`4ec2bdc9`](https://github.com/onflow/fcl-js/commit/4ec2bdc9805ac081bdc8003b6e1ea52e02d3909d) Thanks [@jribbink](https://github.com/jribbink)! - Add error handling to actors. Second argument of callback is now an error object and fatal errors can be thrown with ctx.fatalError(e). | ||
## 1.1.0-alpha.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@onflow/util-actor", | ||
"version": "1.1.0-alpha.0", | ||
"version": "1.1.0", | ||
"description": "A mechanism for forcing order/transitions of scoped async state", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
147265
0