@sentinelqa/playwright-reporter 0.1.26 → 0.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -195,10 +195,3 @@ Sentinel Cloud adds:
195
195
 
196
196
  Free for up to 100 CI runs per month.
197
197
  Create an account at [sentinelqa.com](https://sentinelqa.com).
198
-
199
- ## Publish Checklist
200
-
201
- - Confirm `repository`, `homepage`, and `bugs` point at this repo
202
- - Run `npm run build`
203
- - Run `npm pack --dry-run`
204
- - Verify `dist/` is included in the published tarball
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentinelqa/playwright-reporter",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "private": false,
5
5
  "description": "Playwright reporter for CI debugging with optional Sentinel cloud dashboards",
6
6
  "license": "MIT",