@arkadiuminc/cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -24,3 +24,3 @@ const fs = require('fs/promises'); | ||
const version = options.version || await prompts({ name: 'version', type: 'text', message: 'Version name:' }); | ||
const version = options.version || (await prompts({ name: 'version', type: 'text', message: 'Version name:' })).version; | ||
const headers = { 'api-key': apiKey }; | ||
@@ -27,0 +27,0 @@ const body = await fetchFile(resolve(file), version); |
{ | ||
"name": "@arkadiuminc/cli", | ||
"private": false, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
2279