@onflow/util-uid
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @onflow/util-uid | ||
## 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-uid", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Utilities to generate Unique Identifiers", | ||
@@ -34,4 +34,4 @@ "license": "Apache-2.0", | ||
"test:watch": "jest --watch", | ||
"start": "microbundle watch" | ||
"start": "microbundle watch --no-compress" | ||
} | ||
} |
7492