ship2-cli 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -564,7 +564,7 @@ export default async function deploy(inputPath, options) {
564
564
  'Authorization': `Bearer ${token}`
565
565
  },
566
566
  body: JSON.stringify({
567
- files: files.map(f => ({ path: f.path, content: f.content })),
567
+ files: files.map(f => ({ path: f.path, content: f.content, encoding: f.encoding })),
568
568
  projectName,
569
569
  subdomain: projectName,
570
570
  meta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ship2-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Deploy static sites and Next.js apps to ship2.app in seconds",
5
5
  "main": "lib/index.js",
6
6
  "bin": {