@applitools/ufg-client
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@applitools/ufg-client", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"homepage": "https://applitools.com", | ||
@@ -39,6 +39,6 @@ "bugs": { | ||
"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json", | ||
"test": "mocha --no-timeouts -r ts-node/register --parallel --jobs 15 './test/**/*.spec.ts'", | ||
"test": "node ../../node_modules/.bin/mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}", | ||
"test:it": "MOCHA_GROUP=it node ../../node_modules/.bin/mocha './test/it/**/*.spec.ts'", | ||
"test:unit": "MOCHA_GROUP=unit node ../../node_modules/.bin/mocha './test/unit/**/*.spec.ts'", | ||
"test:sanity": "yarn test:unit && yarn test:it", | ||
"test:it": "mocha --no-timeouts -r ts-node/register './test/it/**/*.spec.ts'", | ||
"test:unit": "mocha --no-timeouts -r ts-node/register './test/unit/**/*.spec.ts'", | ||
"deps": "bongo deps", | ||
@@ -51,5 +51,5 @@ "preversion": "bongo preversion", | ||
"@applitools/jsdom": "1.0.4", | ||
"@applitools/logger": "1.1.46", | ||
"@applitools/req": "1.1.30", | ||
"@applitools/utils": "1.3.30", | ||
"@applitools/logger": "1.1.47", | ||
"@applitools/req": "1.1.31", | ||
"@applitools/utils": "1.3.31", | ||
"abort-controller": "3.0.0", | ||
@@ -61,7 +61,5 @@ "postcss-value-parser": "4.2.0", | ||
"@applitools/bongo": "^2.2.5", | ||
"@applitools/test-server": "^1.1.26", | ||
"@applitools/test-utils": "^1.5.12", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "12", | ||
"mocha": "^10.0.0", | ||
"@applitools/test-server": "^1.1.27", | ||
"@applitools/test-utils": "^1.5.13", | ||
"@types/node": "^12.20.55", | ||
"nock": "^13.2.8" | ||
@@ -68,0 +66,0 @@ }, |
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
5
98266
+ Added@applitools/logger@1.1.47(transitive)
+ Added@applitools/req@1.1.31(transitive)
+ Added@applitools/utils@1.3.31(transitive)
- Removed@applitools/logger@1.1.46(transitive)
- Removed@applitools/req@1.1.30(transitive)
- Removed@applitools/utils@1.3.30(transitive)
Updated@applitools/logger@1.1.47
Updated@applitools/req@1.1.31
Updated@applitools/utils@1.3.31