cypress-mailisk 3.0.0 → 3.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.
- package/README.md +4 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -11,6 +11,10 @@ Mailisk is an end-to-end email and SMS testing platform. It allows you to receiv
|
|
|
11
11
|
|
|
12
12
|
For a more step-by-step walkthrough see the [Cypress Guide](https://docs.mailisk.com/guides/cypress.html).
|
|
13
13
|
|
|
14
|
+
### Requirements
|
|
15
|
+
|
|
16
|
+
- Node.js 20 or newer
|
|
17
|
+
|
|
14
18
|
### Installation
|
|
15
19
|
|
|
16
20
|
#### Install with npm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cypress-mailisk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Mailisk library for Cypress",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mailisk",
|
|
@@ -38,5 +38,8 @@
|
|
|
38
38
|
"typescript": "^4.7.4",
|
|
39
39
|
"jest": "^29.0.0",
|
|
40
40
|
"@jest/globals": "^29.0.0"
|
|
41
|
+
},
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">=20"
|
|
41
44
|
}
|
|
42
45
|
}
|