playwright-msw
Advanced tools
Comparing version 0.1.0 to 0.2.0-rc.0
# Changelog | ||
<!-- MONODEPLOY:BELOW --> | ||
## [0.1.0](https://github.com/valendres/playwright-msw/compare/playwright-msw@0.0.9...playwright-msw@0.1.0) "playwright-msw" (2022-04-02)<a name="0.1.0"></a> | ||
### Bug Fixes | ||
- type checking issue ([f34a9aa](https://github.com/valendres/playwright-msw/commits/f34a9aa)) | ||
- test timeout issue ([f34a9aa](https://github.com/valendres/playwright-msw/commits/f34a9aa)) | ||
- git hooks ([f34a9aa](https://github.com/valendres/playwright-msw/commits/f34a9aa)) | ||
### Features | ||
- remove express as a dependency ([d164383](https://github.com/valendres/playwright-msw/commits/d164383)) | ||
- make integration easier ([d164383](https://github.com/valendres/playwright-msw/commits/d164383)) | ||
- simplify implementation (#4) ([d164383](https://github.com/valendres/playwright-msw/commits/d164383)) |
{ | ||
"name": "playwright-msw", | ||
"version": "0.1.0", | ||
"version": "0.2.0-rc.0", | ||
"description": "A Mock Service Worker API for Playwright.", | ||
@@ -24,4 +24,3 @@ "main": "lib/index.js", | ||
"clean": "rimraf lib", | ||
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags", | ||
"prepare": "yarn clean && yarn build" | ||
"prepack": "yarn clean && yarn build" | ||
}, | ||
@@ -28,0 +27,0 @@ "dependencies": { |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
10443
9
138
0