@applitools/eyes.cypress
Advanced tools
Comparing version 3.3.8 to 3.3.9
{ | ||
"name": "@applitools/eyes.cypress", | ||
"version": "3.3.8", | ||
"version": "3.3.9", | ||
"main": "index.js", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
"@applitools/functional-commons": "^1.0.27", | ||
"@applitools/visual-grid-client": "^7.2.7", | ||
"@applitools/visual-grid-client": "^7.2.8", | ||
"body-parser": "^1.18.3", | ||
@@ -42,0 +42,0 @@ "chalk": "^2.4.1", |
'use strict'; | ||
const {version: packageVersion} = require('../../package.json'); | ||
const agentId = `eyes.cypress/${packageVersion}`; | ||
const makeStartServer = require('./server'); | ||
@@ -16,3 +18,3 @@ const makePluginExport = require('./pluginExport'); | ||
const getConfig = makeGetConfig(); | ||
const config = Object.assign({concurrency: 1}, getConfig()); | ||
const config = Object.assign({concurrency: 1, agentId}, getConfig()); | ||
const logger = createLogger(config.showLogs); | ||
@@ -19,0 +21,0 @@ const handlers = makeHandlers({ |
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
124601
710