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/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/dev.js +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
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 =
|
|
83
|
+
const SYNCHRONOUS_FUNCTION_TIMEOUT = 30;
|
|
84
84
|
// default 15 minutes for background functions
|
|
85
85
|
const BACKGROUND_FUNCTION_TIMEOUT = 900;
|
|
86
86
|
/**
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "17.
|
|
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.
|
|
9
|
+
"version": "17.35.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|