netlify-cli 17.33.4 → 17.33.6

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
@@ -107,7 +107,7 @@ export const getSiteInformation = async ({ api, offline, site, siteInfo }) => {
107
107
  backgroundFunctions: supportsBackgroundFunctions(account),
108
108
  },
109
109
  timeouts: {
110
- syncFunctions: siteInfo.functions_config?.timeout ?? SYNCHRONOUS_FUNCTION_TIMEOUT,
110
+ syncFunctions: siteInfo.functions_timeout ?? siteInfo.functions_config?.timeout ?? SYNCHRONOUS_FUNCTION_TIMEOUT,
111
111
  backgroundFunctions: BACKGROUND_FUNCTION_TIMEOUT,
112
112
  },
113
113
  };
@@ -11,4 +11,4 @@ http = "0.2.9"
11
11
  lambda_runtime = "0.11.0"
12
12
  log = "0.4.17"
13
13
  simple_logger = "1.16.0"
14
- tokio = "1.26.0"
14
+ tokio = "1.27.0"