@onflow/config
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @onflow/config | ||
## 1.0.1 | ||
### Patch Changes | ||
- [#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/util-actor@1.0.1 | ||
## 1.0.0 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@onflow/config", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Config for FCL-JS", | ||
@@ -34,7 +34,7 @@ "license": "Apache-2.0", | ||
"test:watch": "jest --watch", | ||
"start": "microbundle watch" | ||
"start": "microbundle watch --no-compress" | ||
}, | ||
"dependencies": { | ||
"@onflow/util-actor": "^1.0.0" | ||
"@onflow/util-actor": "^1.0.1" | ||
} | ||
} |
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
172751
Updated@onflow/util-actor@^1.0.1