@applitools/bongo
Advanced tools
Comparing version 5.7.0 to 5.7.1
{ | ||
"name": "@applitools/bongo", | ||
"version": "5.7.0", | ||
"version": "5.7.1", | ||
"description": "Release Kit for Applitools SDKs", | ||
@@ -25,3 +25,3 @@ "author": "Applitools team <team@applitools.com>", | ||
"dependencies": { | ||
"@applitools/utils": "1.6.1", | ||
"@applitools/utils": "1.6.2", | ||
"chalk": "3.0.0", | ||
@@ -28,0 +28,0 @@ "inquirer": "^9.2.8", |
@@ -192,2 +192,3 @@ const fs = require('fs') | ||
function extractChangelogHeader(changelog) { | ||
console.log('Extract changelog header:', changelog) | ||
const match = changelog.match(/^## \[?(?<version>.+?)\]?(?:\((?<url>.+?)\))? \((?<date>.+?)\)/) | ||
@@ -194,0 +195,0 @@ return {version: match.groups.version, date: match.groups.date} |
@@ -10,3 +10,3 @@ const convert = require('xml-js') | ||
...test._attributes, | ||
skip: test.hasOwnProperty('skipped') || Number(test._attributes.time) === 0, | ||
skip: test.hasOwnProperty('skipped'), | ||
failure: test.hasOwnProperty('failure') || !!test._attributes.failure, | ||
@@ -13,0 +13,0 @@ } |
@@ -20,3 +20,6 @@ const {getLatestReleaseEntries} = require('../changelog/query') | ||
? 'http://applitools-quality-server.herokuapp.com/send_mail/core_sdk' | ||
: notification.sdk === 'js/eyes-storybook' | ||
? 'http://applitools-quality-server.herokuapp.com/send_mail/non_generic' | ||
: 'http://applitools-quality-server.herokuapp.com/send_mail/sdks' | ||
const response = await fetch(url, { | ||
@@ -23,0 +26,0 @@ method: 'post', |
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
37807
597
+ Added@applitools/utils@1.6.2(transitive)
- Removed@applitools/utils@1.6.1(transitive)
Updated@applitools/utils@1.6.2