Skip to content

Commit 944afa4

Browse files
Updates Include
- [X] Upgraded to latest NPM Dependencies - [X] Updating Documentation - [X] Added better GitHub Workflow Support - [X] Fixed outdated links to external resources
1 parent 112919c commit 944afa4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Accessibility Tester
55

66
> Command Line Interface for Automated Accessibility Testing Salesforce Commerce Cloud Websites
77
8-
![markdown](https://sfcc-a11y.s3.amazonaws.com/markdown.gif?v=1.3.0)
8+
![markdown](https://sfcc-a11y.s3.amazonaws.com/markdown.gif?v=1.3.1)
99

1010
Introduction
1111
---

docs/cmd-a11y.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
> Examples of how to use our CLI tool
99
10-
![markdown](https://sfcc-a11y.s3.amazonaws.com/markdown.gif?v=1.3.0)
10+
![markdown](https://sfcc-a11y.s3.amazonaws.com/markdown.gif?v=1.3.1)
1111

1212

1313
Options:

docs/cmd-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
> Generate Basic HTTP Authentication Tokens
99
10-
![demo](https://sfcc-a11y.s3.amazonaws.com/auth.gif?v=1.3.0)
10+
![demo](https://sfcc-a11y.s3.amazonaws.com/auth.gif?v=1.3.1)
1111

1212
Some websites are protected from viewing by Basic HTTP Authentication. In order to run accessibility tests on these protected websites, you will need to configure tests with authentication data.
1313

docs/cmd-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
> Get Help when you need it
99
10-
![demo](https://sfcc-a11y.s3.amazonaws.com/help.gif?v=1.3.0)
10+
![demo](https://sfcc-a11y.s3.amazonaws.com/help.gif?v=1.3.1)
1111

1212
You can get help at any time by running:
1313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfccdevops/sfcc-a11y",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Automated Accessibility Tester for Client Websites",
55
"homepage": "https://github.com/sfccdevops/accessibility-tester#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)