@applitools/nml-client
Advanced tools
Comparing version 1.3.55 to 1.3.56
{ | ||
"name": "@applitools/nml-client", | ||
"version": "1.3.55", | ||
"version": "1.3.56", | ||
"description": "Client to integrate the SDKs to the Native Mobile Library (NML)", | ||
@@ -19,6 +19,2 @@ "homepage": "https://applitools.com", | ||
}, | ||
"aliases": [ | ||
"nml-client", | ||
"nml" | ||
], | ||
"files": [ | ||
@@ -39,25 +35,19 @@ "dist", | ||
"scripts": { | ||
"lint": "node ../../node_modules/.bin/eslint '**/*.ts'", | ||
"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json", | ||
"test": "node ../../node_modules/.bin/mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}", | ||
"test:sanity": "yarn test", | ||
"deps": "bongo deps", | ||
"preversion": "bongo preversion", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion" | ||
"lint": "run --top-level eslint '**/*.ts'", | ||
"build": "run --top-level tsc --project ./tsconfig.build.json", | ||
"test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}" | ||
}, | ||
"dependencies": { | ||
"@applitools/logger": "2.0.2", | ||
"@applitools/req": "1.3.0", | ||
"@applitools/utils": "1.3.37" | ||
"@applitools/logger": "2.0.3", | ||
"@applitools/req": "1.3.1", | ||
"@applitools/utils": "1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@applitools/bongo": "^4.0.0", | ||
"@applitools/spec-driver-webdriverio": "^1.5.2", | ||
"@applitools/spec-driver-webdriverio": "^1.5.3", | ||
"@applitools/test-server": "^1.2.2", | ||
"@applitools/test-utils": "^1.5.17", | ||
"@types/node": "^12.20.55", | ||
"chromedriver": "^109.0.0", | ||
"chromedriver": "^114.0.1", | ||
"nock": "^13.2.9", | ||
"webdriverio": "^8.3.2" | ||
"webdriverio": "^7.25.0" | ||
}, | ||
@@ -67,2 +57,2 @@ "engines": { | ||
} | ||
} | ||
} |
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
33118
7
17
+ Added@applitools/logger@2.0.3(transitive)
+ Added@applitools/req@1.3.1(transitive)
+ Added@applitools/utils@1.4.0(transitive)
- Removed@applitools/logger@2.0.2(transitive)
- Removed@applitools/req@1.3.0(transitive)
- Removed@applitools/utils@1.3.37(transitive)
Updated@applitools/logger@2.0.3
Updated@applitools/req@1.3.1
Updated@applitools/utils@1.4.0