@a11yst/reporters 1.0.1 → 1.0.2

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # `@a11yst/reporters`
1
+ # `@a11yst/reporters` [![NPM version](https://img.shields.io/npm/v/@a11yst/reporters.svg?style=flat)](https://www.npmjs.com/package/@a11yst/reporters) [![License: MPL-2.0](https://img.shields.io/badge/License-MPL--2.0-blue.svg)](LICENSE) [![NPM total downloads](https://img.shields.io/npm/dt/@a11yst/reporters.svg?style=flat)](https://www.npmjs.com/package/@a11yst/reporters)
2
2
 
3
3
  Static reporting for a11yst `AuditExecutionResult` documents.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a11yst/reporters",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Static report generation for a11yst audit results",
5
5
  "type": "module",
6
6
  "exports": {
@@ -16,8 +16,8 @@
16
16
  "LICENSE"
17
17
  ],
18
18
  "dependencies": {
19
- "@a11yst/types": "1.0.1",
20
- "@a11yst/sarif": "1.0.1"
19
+ "@a11yst/sarif": "1.0.2",
20
+ "@a11yst/types": "1.0.2"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.2",
@@ -28,7 +28,7 @@
28
28
  "type": "git",
29
29
  "url": "git+https://github.com/angelabenavente/a11yst.git"
30
30
  },
31
- "homepage": "https://github.com/angelabenavente/a11yst#readme",
31
+ "homepage": "https://www.a11yst.dev",
32
32
  "bugs": {
33
33
  "url": "https://github.com/angelabenavente/a11yst/issues"
34
34
  },