@applitools/driver
Advanced tools
Comparing version 1.12.1 to 1.12.2
@@ -78,3 +78,7 @@ "use strict"; | ||
return null; | ||
return resourceId.split('/')[1]; | ||
this.logger.log(`Helper library resource-id: ${resourceId}`); | ||
const result = resourceId.split('/'); | ||
if (result.length === 1) | ||
return result[0]; | ||
return result[1]; | ||
} | ||
@@ -81,0 +85,0 @@ async _command(command) { |
{ | ||
"name": "@applitools/driver", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "Applitools universal framework wrapper", | ||
@@ -27,5 +27,2 @@ "keywords": [ | ||
}, | ||
"aliases": [ | ||
"driver" | ||
], | ||
"exports": { | ||
@@ -75,19 +72,13 @@ ".": { | ||
"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'", | ||
"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'" | ||
}, | ||
"dependencies": { | ||
"@applitools/logger": "2.0.2", | ||
"@applitools/logger": "2.0.3", | ||
"@applitools/snippets": "2.4.21", | ||
"@applitools/utils": "1.3.37", | ||
"@applitools/utils": "1.4.0", | ||
"semver": "7.3.7" | ||
}, | ||
"devDependencies": { | ||
"@applitools/bongo": "^4.0.0", | ||
"@types/node": "^12.20.55" | ||
@@ -98,2 +89,2 @@ }, | ||
} | ||
} | ||
} |
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
247276
1
38
4084
+ Added@applitools/logger@2.0.3(transitive)
+ Added@applitools/utils@1.4.0(transitive)
- Removed@applitools/logger@2.0.2(transitive)
- Removed@applitools/utils@1.3.37(transitive)
Updated@applitools/logger@2.0.3
Updated@applitools/utils@1.4.0