netlify-cli 17.15.7 → 17.16.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hash-fns.d.ts","sourceRoot":"","sources":["../../../src/utils/deploy/hash-fns.ts"],"names":[],"mappings":"AAsFA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"hash-fns.d.ts","sourceRoot":"","sources":["../../../src/utils/deploy/hash-fns.ts"],"names":[],"mappings":"AAsFA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;EAkGZ,CAAA;AAED,eAAe,OAAO,CAAA"}
|
|
@@ -107,7 +107,7 @@ tmpDir, }) => {
|
|
|
107
107
|
});
|
|
108
108
|
const fileObjs = functionZips.map(
|
|
109
109
|
// @ts-expect-error TS(7031) FIXME: Binding element 'buildData' implicitly has an 'any... Remove this comment to see the full error message
|
|
110
|
-
({ buildData, displayName, generator, invocationMode, path: functionPath, runtime, runtimeVersion }) => ({
|
|
110
|
+
({ buildData, displayName, generator, invocationMode, path: functionPath, priority, runtime, runtimeVersion }) => ({
|
|
111
111
|
filepath: functionPath,
|
|
112
112
|
root: tmpDir,
|
|
113
113
|
relname: path.relative(tmpDir, functionPath),
|
|
@@ -121,6 +121,7 @@ tmpDir, }) => {
|
|
|
121
121
|
generator,
|
|
122
122
|
invocationMode,
|
|
123
123
|
buildData,
|
|
124
|
+
priority,
|
|
124
125
|
}));
|
|
125
126
|
const fnConfig = functionZips
|
|
126
127
|
// @ts-expect-error TS(7006) FIXME: Parameter 'func' implicitly has an 'any' type.
|
|
@@ -134,6 +135,7 @@ tmpDir, }) => {
|
|
|
134
135
|
generator: curr.generator,
|
|
135
136
|
routes: curr.routes,
|
|
136
137
|
build_data: curr.buildData,
|
|
138
|
+
priority: curr.priority,
|
|
137
139
|
},
|
|
138
140
|
}), {});
|
|
139
141
|
const functionSchedules = functionZips
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.16.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.16.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@bugsnag/js": "7.20.2",
|
|
14
14
|
"@fastify/static": "6.10.2",
|
|
15
15
|
"@netlify/blobs": "6.4.2",
|
|
16
|
-
"@netlify/build": "29.33.
|
|
16
|
+
"@netlify/build": "29.33.5",
|
|
17
17
|
"@netlify/build-info": "7.12.0",
|
|
18
|
-
"@netlify/config": "20.
|
|
18
|
+
"@netlify/config": "20.11.0",
|
|
19
19
|
"@netlify/edge-bundler": "11.2.2",
|
|
20
20
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
21
21
|
"@netlify/zip-it-and-ship-it": "9.29.0",
|
|
@@ -1112,14 +1112,14 @@
|
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
1114
|
"node_modules/@netlify/build": {
|
|
1115
|
-
"version": "29.33.
|
|
1116
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.
|
|
1117
|
-
"integrity": "sha512-
|
|
1115
|
+
"version": "29.33.5",
|
|
1116
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.5.tgz",
|
|
1117
|
+
"integrity": "sha512-aQvzWA0ENJjeSPj/HmZj1tT6dzrpn3C5DtZ+tOEOTe6N6wPDVqg0W25tnuRlwpxrQpapb4v6rci3vh8sfSkPVA==",
|
|
1118
1118
|
"dependencies": {
|
|
1119
1119
|
"@bugsnag/js": "^7.0.0",
|
|
1120
1120
|
"@netlify/blobs": "^6.4.2",
|
|
1121
1121
|
"@netlify/cache-utils": "^5.1.5",
|
|
1122
|
-
"@netlify/config": "^20.
|
|
1122
|
+
"@netlify/config": "^20.11.0",
|
|
1123
1123
|
"@netlify/edge-bundler": "11.2.2",
|
|
1124
1124
|
"@netlify/framework-info": "^9.8.10",
|
|
1125
1125
|
"@netlify/functions-utils": "^5.2.49",
|
|
@@ -1702,9 +1702,9 @@
|
|
|
1702
1702
|
}
|
|
1703
1703
|
},
|
|
1704
1704
|
"node_modules/@netlify/config": {
|
|
1705
|
-
"version": "20.
|
|
1706
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.
|
|
1707
|
-
"integrity": "sha512-
|
|
1705
|
+
"version": "20.11.0",
|
|
1706
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.11.0.tgz",
|
|
1707
|
+
"integrity": "sha512-MjWSgtVCtWpAb0CRmro0sfC6SiIJd37eRHSFggEyX9bSI8JytpDUt3J8wpiS4z+LhpFDp+IKAZ1pionbVvXiUw==",
|
|
1708
1708
|
"dependencies": {
|
|
1709
1709
|
"chalk": "^5.0.0",
|
|
1710
1710
|
"cron-parser": "^4.1.0",
|
|
@@ -15398,14 +15398,14 @@
|
|
|
15398
15398
|
"integrity": "sha512-MccXfC/b8vRr5FWJTvMN7L3aBgtrbhNLWQsSu802C/R2Gmlb5C9/OC0IY4i0+BEZ8rS+F4TU/8NQsVlqHHVESQ=="
|
|
15399
15399
|
},
|
|
15400
15400
|
"@netlify/build": {
|
|
15401
|
-
"version": "29.33.
|
|
15402
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.
|
|
15403
|
-
"integrity": "sha512-
|
|
15401
|
+
"version": "29.33.5",
|
|
15402
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.5.tgz",
|
|
15403
|
+
"integrity": "sha512-aQvzWA0ENJjeSPj/HmZj1tT6dzrpn3C5DtZ+tOEOTe6N6wPDVqg0W25tnuRlwpxrQpapb4v6rci3vh8sfSkPVA==",
|
|
15404
15404
|
"requires": {
|
|
15405
15405
|
"@bugsnag/js": "^7.0.0",
|
|
15406
15406
|
"@netlify/blobs": "^6.4.2",
|
|
15407
15407
|
"@netlify/cache-utils": "^5.1.5",
|
|
15408
|
-
"@netlify/config": "^20.
|
|
15408
|
+
"@netlify/config": "^20.11.0",
|
|
15409
15409
|
"@netlify/edge-bundler": "11.2.2",
|
|
15410
15410
|
"@netlify/framework-info": "^9.8.10",
|
|
15411
15411
|
"@netlify/functions-utils": "^5.2.49",
|
|
@@ -15781,9 +15781,9 @@
|
|
|
15781
15781
|
}
|
|
15782
15782
|
},
|
|
15783
15783
|
"@netlify/config": {
|
|
15784
|
-
"version": "20.
|
|
15785
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.
|
|
15786
|
-
"integrity": "sha512-
|
|
15784
|
+
"version": "20.11.0",
|
|
15785
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.11.0.tgz",
|
|
15786
|
+
"integrity": "sha512-MjWSgtVCtWpAb0CRmro0sfC6SiIJd37eRHSFggEyX9bSI8JytpDUt3J8wpiS4z+LhpFDp+IKAZ1pionbVvXiUw==",
|
|
15787
15787
|
"requires": {
|
|
15788
15788
|
"chalk": "^5.0.0",
|
|
15789
15789
|
"cron-parser": "^4.1.0",
|
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.
|
|
4
|
+
"version": "17.16.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@bugsnag/js": "7.20.2",
|
|
39
39
|
"@fastify/static": "6.10.2",
|
|
40
40
|
"@netlify/blobs": "6.4.2",
|
|
41
|
-
"@netlify/build": "29.33.
|
|
41
|
+
"@netlify/build": "29.33.5",
|
|
42
42
|
"@netlify/build-info": "7.12.0",
|
|
43
|
-
"@netlify/config": "20.
|
|
43
|
+
"@netlify/config": "20.11.0",
|
|
44
44
|
"@netlify/edge-bundler": "11.2.2",
|
|
45
45
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
46
46
|
"@netlify/zip-it-and-ship-it": "9.29.0",
|