marmot-release
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -46,4 +46,4 @@ 'use strict'; | ||
}) { | ||
// assert(typeof source === 'string' && source.endsWith('.tgz'), 'source package is invalid'); | ||
source = source.toString() | ||
assert(typeof source === 'string' && source.endsWith('.tgz'), 'source package is invalid'); | ||
assert(typeof prefix === 'string', 'prefix is invalid'); | ||
@@ -50,0 +50,0 @@ assert(typeof region === 'string', 'region is invaild'); |
{ | ||
"name": "marmot-release", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "marmot release tool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8887
238