snap-ally 1.0.0 → 1.0.1

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 +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ I believe that with relatively simple changes in HTML, good color contrast, amon
23
23
 
24
24
  ## 📺 Demo
25
25
 
26
- **[▶️ Watch the Demo Video](https://www.loom.com/share/853c04f1f76242a699e8f82e54733007)**
26
+ **[▶️ Watch the Demo Video](https://youtu.be/dAncKfVHHGA?si=I3_I2qh_LBHhKfaz)**
27
27
 
28
28
  ---
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snap-ally",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A custom Playwright reporter for Accessibility testing using Axe, with HTML reporting and Azure DevOps integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",