@acot/connection
Advanced tools
Comparing version 0.0.9-canary.0 to 0.0.10-canary.0
@@ -6,2 +6,15 @@ # Change Log | ||
## 0.0.10-canary.0 (2021-04-04) | ||
### Bug Fixes | ||
- update dependency execa to v5 ([456b0de](https://github.com/acot-a11y/acot/commit/456b0dec9695853acb711a90b676078fb7c45fb9)) | ||
- Minor bug fixes that occur during Audit ([0ec7b94](https://github.com/acot-a11y/acot/commit/0ec7b94e8f885cb45aae351d0279033367b8d94c)) | ||
- **core:** Fix a bug that `BrowserPool` hangs ([93da5cb](https://github.com/acot-a11y/acot/commit/93da5cbdf28508e4e3cf95983bf710d1675ff3da)) | ||
### Features | ||
- Initial implements ([68f46a2](https://github.com/acot-a11y/acot/commit/68f46a250de7793795678ece40d23d927ddd075c)) | ||
- **connection:** use `GET` request instead of `HEAD` request [#34](https://github.com/acot-a11y/acot/issues/34) ([5a48d8a](https://github.com/acot-a11y/acot/commit/5a48d8ae9bcab53137cdd842f48fb8a17d9edc36)) | ||
## [0.0.9-canary.0](https://github.com/acot-a11y/acot/compare/@acot/connection@0.0.8...@acot/connection@0.0.9-canary.0) (2021-03-30) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@acot/connection", | ||
"version": "0.0.9-canary.0", | ||
"version": "0.0.10-canary.0", | ||
"description": "Manage the connection to the server.", | ||
"keywords": [ | ||
"acot" | ||
], | ||
"homepage": "https://github.com/acot-a11y/acot/tree/main/packages/connection", | ||
@@ -32,3 +35,3 @@ "bugs": { | ||
"devDependencies": { | ||
"@acot/types": "0.0.8-canary.0", | ||
"@acot/types": "0.0.10-canary.0", | ||
"@types/wait-on": "5.2.0" | ||
@@ -39,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "019a4b37fc93b03f495bd62eddd4002f6403948d" | ||
"gitHead": "0e2e86c945110f44e402805b94921fd3712605d2" | ||
} |
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
9940