Comparing version 2.4.6 to 2.4.7
{ | ||
"name": "akkeris", | ||
"version": "2.4.6", | ||
"version": "2.4.7", | ||
"description": "Akkeris CLI", | ||
@@ -5,0 +5,0 @@ "main": "aka.js", |
@@ -131,3 +131,3 @@ "use strict" | ||
if(auto_release_enabled) { | ||
let payload = { org:app.organization.name, checksum:'', url:args.URL, repo:'', sha:'', branch:'', version:args.version } | ||
let payload = { checksum:'', url:args.URL, repo:'', sha:'', branch:'', version:args.version } | ||
appkit.api.post(JSON.stringify(payload), `/apps/${args.app}/builds`, (err, build) => { | ||
@@ -134,0 +134,0 @@ if(err) { |
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
171709