@govuk-pay/pay-js-commons 7.0.22 → 7.0.26

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 +3 -2
package/README.md CHANGED
@@ -32,7 +32,7 @@ Validators:
32
32
  - [isNaxsiSafe](#naxsi)
33
33
 
34
34
  #### Required
35
- This requires a value from a given input
35
+ This requires a value from a given input:
36
36
 
37
37
  ```html
38
38
  <form data-validate>
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@govuk-pay/pay-js-commons",
3
- "version": "7.0.22",
3
+ "version": "7.0.26",
4
4
  "description": "Reusable js scripts for GOV.UK Pay Node.js projects",
5
5
  "engines": {
6
- "node": "^22.17.1"
6
+ "node": "^22.17.1",
7
+ "npm": "^11.6.0"
7
8
  },
8
9
  "main": "lib/index.js",
9
10
  "files": [