cypress-mailslurp
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -5,3 +5,3 @@ { | ||
"description": "Cypress email plugin for MailSlurp. Create test email accounts to send and receive emails in Cypress tests", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"license": "MIT", | ||
@@ -25,3 +25,2 @@ "main": "dist/index.js", | ||
}, | ||
"peerDependencies": {}, | ||
"prettier": { | ||
@@ -35,4 +34,3 @@ "printWidth": 80, | ||
"devDependencies": { | ||
"@types/isomorphic-fetch": "0.0.35", | ||
"cypress": "^7.0.1", | ||
"cypress": "^10.5.0", | ||
"eslint-plugin-chai-friendly": "^0.6.0", | ||
@@ -45,5 +43,4 @@ "eslint-plugin-cypress": "^2.11.2", | ||
"dependencies": { | ||
"isomorphic-fetch": "^3.0.0", | ||
"mailslurp-client": "^15.9.0" | ||
"mailslurp-client": "^15.13.3" | ||
} | ||
} |
@@ -16,3 +16,3 @@ /// <reference types="./"> | ||
const mailslurp = new MailSlurp({ apiKey, basePath: 'https://cypress.api.mailslurp.com' }); | ||
Cypress.Commands.add('mailslurp', () => { | ||
Cypress.Commands.add('mailslurp' as any, () => { | ||
return Promise.resolve(mailslurp); | ||
@@ -19,0 +19,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1
6
18952
- Removedisomorphic-fetch@^3.0.0
- Removedisomorphic-fetch@3.0.0(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedmailslurp-client@^15.13.3