@cloudflare/util-async
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.2.0"></a> | ||
# [1.2.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-async@1.1.1...@cloudflare/util-async@1.2.0) (2018-10-30) | ||
### Features | ||
* **stratus-core:** UI-1464 Renaming framework-core to stratus-core and ([63cb9f0](http://stash.cfops.it:7999/fe/stratus/commits/63cb9f0)) | ||
<a name="1.1.1"></a> | ||
@@ -15,3 +26,3 @@ ## [1.1.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-async@1.1.0...@cloudflare/util-async@1.1.1) (2018-10-29) | ||
<a name="1.1.0"></a> | ||
<a name="1.1.0"></a> | ||
# [1.1.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-async@1.0.13...@cloudflare/util-async@1.1.0) (2018-10-25) | ||
@@ -27,3 +38,3 @@ | ||
<a name="1.0.13"></a> | ||
<a name="1.0.13"></a> | ||
## [1.0.13](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-async@1.0.12...@cloudflare/util-async@1.0.13) (2018-10-12) | ||
@@ -36,3 +47,3 @@ | ||
<a name="1.0.12"></a> | ||
<a name="1.0.12"></a> | ||
@@ -39,0 +50,0 @@ ## [1.0.12](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-async@1.0.11...@cloudflare/util-async@1.0.12) (2018-10-05) |
{ | ||
"name": "@cloudflare/util-async", | ||
"description": "Cloudflare Async Util", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"main": "lib/index.js", | ||
@@ -21,5 +21,5 @@ "module": "es/index.js", | ||
"size": "size-limit", | ||
"test": "framework-core test", | ||
"test-coverage": "framework-core test --coverage", | ||
"test-watch": "framework-core test --watch" | ||
"test": "stratus test", | ||
"test-coverage": "stratus test --coverage", | ||
"test-watch": "stratus test --watch" | ||
}, | ||
@@ -26,0 +26,0 @@ "size-limit": [ |
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
10337