@axe-core/playwright 4.10.3-7b6ba66.0 → 4.10.3-833ea82.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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  > Provides a chainable axe API for playwright and automatically injects into all frames
4
4
 
5
+ This package does not follow Semantic Versioning (SemVer) but instead uses the major and minor version (but not patch version) of axe-core that the package uses. For example, if the API version is v4.7.2, then the axe-core version used by the package will be v4.7.x. The patch version of this package may include bug fixes and new API features but will not introduce breaking changes.
6
+
5
7
  ## Getting Started
6
8
 
7
9
  Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you haven't already.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/playwright",
3
- "version": "4.10.3-7b6ba66.0+7b6ba66",
3
+ "version": "4.10.3-833ea82.0+833ea82",
4
4
  "description": "Provides a method to inject and analyze web pages using axe",
5
5
  "contributors": [
6
6
  {
@@ -92,5 +92,5 @@
92
92
  "functions": 100,
93
93
  "lines": 95
94
94
  },
95
- "gitHead": "7b6ba6673550d389ea02e4590705fd41deec603c"
95
+ "gitHead": "833ea82ec6ef8a70c3cc41cf05a403467db5c3e8"
96
96
  }