@applitools/eyes.cypress
Advanced tools
Comparing version 3.2.25 to 3.2.26
{ | ||
"name": "@applitools/eyes.cypress", | ||
"version": "3.2.25", | ||
"version": "3.2.26", | ||
"main": "index.js", | ||
@@ -37,4 +37,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@applitools/dom-capture": "^5.0.1", | ||
"@applitools/functional-commons": "^1.0.27", | ||
"@applitools/visual-grid-client": "^7.1.1", | ||
"@applitools/visual-grid-client": "^7.1.2", | ||
"body-parser": "^1.18.3", | ||
@@ -41,0 +42,0 @@ "chalk": "^2.4.1", |
@@ -5,3 +5,3 @@ /* global Cypress,cy,window,before,after */ | ||
const makeSend = require('./makeSend'); | ||
const {processPage} = require('@applitools/visual-grid-client/browser'); | ||
const {processPage} = require('@applitools/dom-capture'); | ||
const send = makeSend(Cypress.config('eyesPort'), cy.request); | ||
@@ -8,0 +8,0 @@ const makeSendRequest = require('./sendRequest'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121105
7
+ Added@applitools/dom-capture@5.0.2(transitive)