netlify-cli 17.34.3 → 17.35.0

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/dist/utils/dev.js CHANGED
@@ -80,7 +80,7 @@ const getSiteAccount = ({ accounts, siteInfo }) => {
80
80
  return siteAccount;
81
81
  };
82
82
  // default 10 seconds for synchronous functions
83
- const SYNCHRONOUS_FUNCTION_TIMEOUT = 10;
83
+ const SYNCHRONOUS_FUNCTION_TIMEOUT = 30;
84
84
  // default 15 minutes for background functions
85
85
  const BACKGROUND_FUNCTION_TIMEOUT = 900;
86
86
  /**
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "17.34.3",
3
+ "version": "17.35.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "17.34.3",
9
+ "version": "17.35.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "17.34.3",
4
+ "version": "17.35.0",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {