@atomic-testing/playwright 0.90.0 → 0.92.0

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,5 +17,5 @@ See the [docs](https://atomic-testing.dev/) for configuration and usage details.
17
17
 
18
18
  The stable surface of this package is its `.` barrel exports, frozen under
19
19
  SemVer and machine-checked by the committed [API Extractor](https://api-extractor.com/)
20
- report at [`etc/playwright.api.md`](etc/playwright.api.md). Exports tagged `@internal` are
21
- not part of that guarantee. See the [1.0 API freeze & evolution policy](../../agent-docs/adr/006-1.0-api-freeze-and-evolution.md).
20
+ report at [`etc/playwright.api.md`](https://github.com/atomic-testing/atomic-testing/blob/main/packages/playwright/etc/playwright.api.md). Exports tagged `@internal` are
21
+ not part of that guarantee. See the [1.0 API freeze & evolution policy](https://github.com/atomic-testing/atomic-testing/blob/main/agent-docs/adr/006-1.0-api-freeze-and-evolution.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomic-testing/playwright",
3
- "version": "0.90.0",
3
+ "version": "0.92.0",
4
4
  "description": "Atomic Testing Playwright Adapter",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@atomic-testing/core": "0.90.0"
28
+ "@atomic-testing/core": "0.92.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@playwright/test": ">=1.50.0"