@appsemble/cli
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -26,8 +26,8 @@ const path = require('path'); | ||
const content = await fs.readFile(filename); | ||
const { id } = await post('/files', content, { | ||
const { $id } = await post('/files', content, { | ||
'Content-Type': mime.lookup(filename) || 'application/octet-stream', | ||
}); | ||
return [path.relative(buildDir, filename), id]; | ||
return [path.relative(buildDir, filename), $id]; | ||
})); | ||
return fromPairs(result); | ||
}; |
{ | ||
"name": "@appsemble/cli", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "A CLI for the Appsemble extension platform", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.appsemble.com", |
@@ -5,7 +5,3 @@ # Appsemble CLI | ||
<div align="center"> | ||
<img width="256" height="256" src="assets/icon.svg" /> | ||
</div> | ||
## Installation | ||
@@ -12,0 +8,0 @@ |
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
11598
15
34