@auto-it/core
Advanced tools
Comparing version 6.5.1-canary.406.5645.16 to 6.5.1-canary.406.5663.17
@@ -489,3 +489,3 @@ "use strict"; | ||
data: { | ||
body: '# My Content\n<!-- GITHUB_RELEASE PR BODY: default -->\nSome long thing\n<!-- GITHUB_RELEASE PR BODY: default -->\n' | ||
body: '# My Content\n<!-- GITHUB_RELEASE PR BODY: default -->\n\n\nSome long thing\n<!-- GITHUB_RELEASE PR BODY: default -->\n' | ||
} | ||
@@ -492,0 +492,0 @@ }); |
@@ -720,3 +720,3 @@ "use strict"; | ||
this.logger.veryVerbose.info('Got PR description\n', issue.data.body); | ||
regex = new RegExp("(" + id + ")\\s(.+)\\s(" + id + ")"); | ||
regex = new RegExp("(" + id + ")\\s*(.*)\\s*(" + id + ")"); | ||
body = issue.data.body; | ||
@@ -723,0 +723,0 @@ if (body.match(regex)) { |
{ | ||
"name": "@auto-it/core", | ||
"version": "6.5.1-canary.406.5645.16+caa7b21", | ||
"version": "6.5.1-canary.406.5663.17+79fd3c2", | ||
"description": "Node API for using auto.", | ||
@@ -82,3 +82,3 @@ "main": "dist/auto.js", | ||
}, | ||
"gitHead": "caa7b21bd6b374020958b22086b1d7e63b5f6436" | ||
"gitHead": "79fd3c23ac0f2a96956504dd511184a723423b86" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
655919