@onflow/util-invariant
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @onflow/util-invariant | ||
## 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 | ||
## 1.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@onflow/util-invariant", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Flow JS SDK Util -- Invariant", | ||
@@ -21,3 +21,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/types": "^1.0.0", | ||
"@onflow/types": "^1.0.1", | ||
"jest": "26.4.2", | ||
@@ -36,4 +36,4 @@ "jest-esm-transformer": "1.0.0", | ||
"test:watch": "jest --watch", | ||
"start": "microbundle watch" | ||
"start": "microbundle watch --no-compress" | ||
} | ||
} |
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
9326