playwright-msw
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,13 @@ # Changelog | ||
## [1.0.1](https://github.com/valendres/playwright-msw/compare/playwright-msw@1.0.0...playwright-msw@1.0.1) "playwright-msw" (2022-10-04)<a name="1.0.1"></a> | ||
### Bug Fixes | ||
* fix server method | ||
Co-authored-by: pei.fan <fanpei920@gmail.com> ([a75c3d1](https://github.com/valendres/playwright-msw/commits/a75c3d1)) | ||
## [1.0.0](https://github.com/valendres/playwright-msw/compare/playwright-msw@0.2.2...playwright-msw@1.0.0) "playwright-msw" (2022-07-13)<a name="1.0.0"></a> | ||
@@ -7,0 +18,0 @@ |
@@ -39,3 +39,3 @@ "use strict"; | ||
}, | ||
onMockedResponseSent(mockedResponse) { | ||
onMockedResponse(mockedResponse) { | ||
var _a; | ||
@@ -42,0 +42,0 @@ const { status, headers, body } = mockedResponse; |
{ | ||
"name": "playwright-msw", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Mock Service Worker API for Playwright.", | ||
@@ -28,12 +28,12 @@ "main": "lib/index.js", | ||
"@playwright/test": ">=1.20.0", | ||
"msw": ">=0.44.0" | ||
"msw": ">=0.47.3" | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "^1.23.2", | ||
"@types/node": "^18.0.3", | ||
"@playwright/test": "^1.26.1", | ||
"@types/node": "^18.8.2", | ||
"@types/rimraf": "^3.0.2", | ||
"msw": "0.44.0", | ||
"msw": "0.47.4", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.7.4" | ||
"typescript": "4.7.4" | ||
} | ||
} | ||
} |
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
16213