@capgo/cli 4.0.8 → 4.0.9

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.0.9](https://github.com/Cap-go/CLI/compare/v4.0.8...v4.0.9) (2024-02-23)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * timeout issue ([2377461](https://github.com/Cap-go/CLI/commit/237746148224fe146abc5cc733739cde6bc0701d))
11
+
5
12
  ### [4.0.8](https://github.com/Cap-go/CLI/compare/v4.0.7...v4.0.8) (2024-02-19)
6
13
 
7
14
 
package/dist/index.js CHANGED
@@ -61661,7 +61661,7 @@ var import_get_latest_version = __toESM(require_src3());
61661
61661
  // package.json
61662
61662
  var package_default = {
61663
61663
  name: "@capgo/cli",
61664
- version: "4.0.8",
61664
+ version: "4.0.9",
61665
61665
  description: "A CLI to upload to capgo servers",
61666
61666
  main: "dist/index.js",
61667
61667
  bin: {
@@ -63646,6 +63646,7 @@ The app size is ${mbSize} Mb, this may take a while to download for users
63646
63646
  program.error("");
63647
63647
  }
63648
63648
  await distribution_default.put(url, {
63649
+ timeout: 6e4,
63649
63650
  body: zipped,
63650
63651
  headers: !localS3 ? {
63651
63652
  "Content-Type": "application/octet-stream",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -321,6 +321,7 @@ It will be also visible in your dashboard\n`);
321
321
  program.error('');
322
322
  }
323
323
  await ky.put(url, {
324
+ timeout: 60000,
324
325
  body: zipped,
325
326
  headers: (!localS3 ? {
326
327
  "Content-Type": "application/octet-stream",