@applitools/logger
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,6 @@ # Changelog | ||
## 1.0.1 - 2021/5/23 | ||
- updated to @applitools/utils@1.2.0 (from 1.1.3) | ||
## 1.0.0 - 2021/4/12 | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@applitools/logger", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Applitools logger", | ||
@@ -12,5 +12,4 @@ "keywords": [ | ||
"homepage": "https://applitools.com", | ||
"author": { | ||
"name": "Applitools Team", | ||
"email": "team@applitools.com" | ||
"bugs": { | ||
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues" | ||
}, | ||
@@ -21,5 +20,12 @@ "repository": { | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues" | ||
"license": "SEE LICENSE IN LICENSE", | ||
"author": { | ||
"name": "Applitools Team", | ||
"email": "team@applitools.com" | ||
}, | ||
"main": "./index.js", | ||
"browser": { | ||
"tunnel": false | ||
}, | ||
"types": "./index.d.ts", | ||
"directories": { | ||
@@ -34,6 +40,18 @@ "lib": "./src", | ||
], | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"lint": "eslint '**/*.js'", | ||
"test": "yarn test:e2e", | ||
"test:e2e": "mocha --no-timeouts \"test/e2e/**/*.spec.js\"", | ||
"deps": "bongo deps", | ||
"preversion": "bongo preversion", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn bongo lint" | ||
} | ||
}, | ||
"dependencies": { | ||
"@applitools/utils": "1.1.3", | ||
"@applitools/utils": "1.2.0", | ||
"chalk": "3.0.0" | ||
@@ -51,24 +69,5 @@ }, | ||
}, | ||
"browser": { | ||
"tunnel": false | ||
}, | ||
"scripts": { | ||
"lint": "eslint '**/*.js'", | ||
"test": "yarn test:e2e", | ||
"test:e2e": "mocha --no-timeouts \"test/e2e/**/*.spec.js\"", | ||
"preversion": "bongo preversion && yarn test", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification", | ||
"deps": "bongo deps", | ||
"prepublish:setup": "echo 'no setup'" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"engines": { | ||
"node": ">= 8.9.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn bongo lint" | ||
} | ||
} | ||
} |
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
24185
+ Added@applitools/utils@1.2.0(transitive)
- Removed@applitools/utils@1.1.3(transitive)
Updated@applitools/utils@1.2.0