netlify-cli 12.13.1 → 12.14.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/npm-shrinkwrap.json +30 -359
- package/package.json +3 -3
- package/src/lib/edge-functions/registry.mjs +15 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.14.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "12.
|
|
9
|
+
"version": "12.14.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@fastify/static": "^6.6.0",
|
|
14
|
-
"@netlify/build": "^29.5.
|
|
14
|
+
"@netlify/build": "^29.5.8",
|
|
15
15
|
"@netlify/config": "^20.3.3",
|
|
16
16
|
"@netlify/edge-bundler": "^8.7.0",
|
|
17
|
-
"@netlify/framework-info": "^9.8.
|
|
17
|
+
"@netlify/framework-info": "^9.8.2",
|
|
18
18
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
19
19
|
"@netlify/zip-it-and-ship-it": "^8.7.0",
|
|
20
20
|
"@octokit/rest": "^19.0.0",
|
|
@@ -1778,19 +1778,19 @@
|
|
|
1778
1778
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
1779
1779
|
},
|
|
1780
1780
|
"node_modules/@netlify/build": {
|
|
1781
|
-
"version": "29.5.
|
|
1782
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.5.
|
|
1783
|
-
"integrity": "sha512-
|
|
1781
|
+
"version": "29.5.8",
|
|
1782
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.5.8.tgz",
|
|
1783
|
+
"integrity": "sha512-bZQ38RY4yB+rvGG9JLr1vCvGFcT15IOkAUy+vhyPFNnT1XTkRZHW7KzwG0U+fyqADHR21FhQE9MGeja4o6ranQ==",
|
|
1784
1784
|
"dependencies": {
|
|
1785
1785
|
"@bugsnag/js": "^7.0.0",
|
|
1786
1786
|
"@netlify/cache-utils": "^5.1.2",
|
|
1787
1787
|
"@netlify/config": "^20.3.3",
|
|
1788
|
-
"@netlify/edge-bundler": "8.
|
|
1789
|
-
"@netlify/functions-utils": "^5.1.
|
|
1788
|
+
"@netlify/edge-bundler": "8.7.0",
|
|
1789
|
+
"@netlify/functions-utils": "^5.1.9",
|
|
1790
1790
|
"@netlify/git-utils": "^5.1.0",
|
|
1791
1791
|
"@netlify/plugins-list": "^6.65.0",
|
|
1792
1792
|
"@netlify/run-utils": "^5.1.0",
|
|
1793
|
-
"@netlify/zip-it-and-ship-it": "^8.
|
|
1793
|
+
"@netlify/zip-it-and-ship-it": "^8.7.0",
|
|
1794
1794
|
"@sindresorhus/slugify": "^2.0.0",
|
|
1795
1795
|
"ansi-escapes": "^5.0.0",
|
|
1796
1796
|
"chalk": "^5.0.0",
|
|
@@ -1842,45 +1842,6 @@
|
|
|
1842
1842
|
"node": "^14.16.0 || >=16.0.0"
|
|
1843
1843
|
}
|
|
1844
1844
|
},
|
|
1845
|
-
"node_modules/@netlify/build/node_modules/@netlify/edge-bundler": {
|
|
1846
|
-
"version": "8.6.0",
|
|
1847
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.6.0.tgz",
|
|
1848
|
-
"integrity": "sha512-DZd4V+LTY7OxELE3yypohErctPCfSD+m1mDlPU+IBJ55O6l4DU+03L2PD/SXk7GMJMG59yp6W5wp7+GQ2I8avg==",
|
|
1849
|
-
"dependencies": {
|
|
1850
|
-
"@import-maps/resolve": "^1.0.1",
|
|
1851
|
-
"ajv": "^8.11.2",
|
|
1852
|
-
"ajv-errors": "^3.0.0",
|
|
1853
|
-
"better-ajv-errors": "^1.2.0",
|
|
1854
|
-
"common-path-prefix": "^3.0.0",
|
|
1855
|
-
"del": "^7.0.0",
|
|
1856
|
-
"env-paths": "^3.0.0",
|
|
1857
|
-
"execa": "^6.0.0",
|
|
1858
|
-
"find-up": "^6.3.0",
|
|
1859
|
-
"get-port": "^6.1.2",
|
|
1860
|
-
"glob-to-regexp": "^0.4.1",
|
|
1861
|
-
"jsonc-parser": "^3.2.0",
|
|
1862
|
-
"node-fetch": "^3.1.1",
|
|
1863
|
-
"node-stream-zip": "^1.15.0",
|
|
1864
|
-
"p-retry": "^5.1.1",
|
|
1865
|
-
"p-wait-for": "^4.1.0",
|
|
1866
|
-
"path-key": "^4.0.0",
|
|
1867
|
-
"regexp-tree": "^0.1.24",
|
|
1868
|
-
"semver": "^7.3.5",
|
|
1869
|
-
"tmp-promise": "^3.0.3",
|
|
1870
|
-
"uuid": "^9.0.0"
|
|
1871
|
-
},
|
|
1872
|
-
"engines": {
|
|
1873
|
-
"node": "^14.16.0 || >=16.0.0"
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
"node_modules/@netlify/build/node_modules/@netlify/edge-bundler/node_modules/uuid": {
|
|
1877
|
-
"version": "9.0.0",
|
|
1878
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
|
|
1879
|
-
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
|
|
1880
|
-
"bin": {
|
|
1881
|
-
"uuid": "dist/bin/uuid"
|
|
1882
|
-
}
|
|
1883
|
-
},
|
|
1884
1845
|
"node_modules/@netlify/build/node_modules/@sindresorhus/is": {
|
|
1885
1846
|
"version": "5.3.0",
|
|
1886
1847
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
|
|
@@ -1918,29 +1879,6 @@
|
|
|
1918
1879
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1919
1880
|
}
|
|
1920
1881
|
},
|
|
1921
|
-
"node_modules/@netlify/build/node_modules/ajv": {
|
|
1922
|
-
"version": "8.12.0",
|
|
1923
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
1924
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
1925
|
-
"dependencies": {
|
|
1926
|
-
"fast-deep-equal": "^3.1.1",
|
|
1927
|
-
"json-schema-traverse": "^1.0.0",
|
|
1928
|
-
"require-from-string": "^2.0.2",
|
|
1929
|
-
"uri-js": "^4.2.2"
|
|
1930
|
-
},
|
|
1931
|
-
"funding": {
|
|
1932
|
-
"type": "github",
|
|
1933
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1934
|
-
}
|
|
1935
|
-
},
|
|
1936
|
-
"node_modules/@netlify/build/node_modules/ajv-errors": {
|
|
1937
|
-
"version": "3.0.0",
|
|
1938
|
-
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
1939
|
-
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
1940
|
-
"peerDependencies": {
|
|
1941
|
-
"ajv": "^8.0.1"
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
1882
|
"node_modules/@netlify/build/node_modules/cacheable-lookup": {
|
|
1945
1883
|
"version": "7.0.0",
|
|
1946
1884
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
@@ -1977,43 +1915,11 @@
|
|
|
1977
1915
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
1978
1916
|
}
|
|
1979
1917
|
},
|
|
1980
|
-
"node_modules/@netlify/build/node_modules/del": {
|
|
1981
|
-
"version": "7.0.0",
|
|
1982
|
-
"resolved": "https://registry.npmjs.org/del/-/del-7.0.0.tgz",
|
|
1983
|
-
"integrity": "sha512-tQbV/4u5WVB8HMJr08pgw0b6nG4RGt/tj+7Numvq+zqcvUFeMaIWWOUFltiU+6go8BSO2/ogsB4EasDaj0y68Q==",
|
|
1984
|
-
"dependencies": {
|
|
1985
|
-
"globby": "^13.1.2",
|
|
1986
|
-
"graceful-fs": "^4.2.10",
|
|
1987
|
-
"is-glob": "^4.0.3",
|
|
1988
|
-
"is-path-cwd": "^3.0.0",
|
|
1989
|
-
"is-path-inside": "^4.0.0",
|
|
1990
|
-
"p-map": "^5.5.0",
|
|
1991
|
-
"rimraf": "^3.0.2",
|
|
1992
|
-
"slash": "^4.0.0"
|
|
1993
|
-
},
|
|
1994
|
-
"engines": {
|
|
1995
|
-
"node": ">=14.16"
|
|
1996
|
-
},
|
|
1997
|
-
"funding": {
|
|
1998
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1999
|
-
}
|
|
2000
|
-
},
|
|
2001
1918
|
"node_modules/@netlify/build/node_modules/emoji-regex": {
|
|
2002
1919
|
"version": "9.2.2",
|
|
2003
1920
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
2004
1921
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
2005
1922
|
},
|
|
2006
|
-
"node_modules/@netlify/build/node_modules/env-paths": {
|
|
2007
|
-
"version": "3.0.0",
|
|
2008
|
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
|
|
2009
|
-
"integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==",
|
|
2010
|
-
"engines": {
|
|
2011
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2012
|
-
},
|
|
2013
|
-
"funding": {
|
|
2014
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2015
|
-
}
|
|
2016
|
-
},
|
|
2017
1923
|
"node_modules/@netlify/build/node_modules/escape-string-regexp": {
|
|
2018
1924
|
"version": "5.0.0",
|
|
2019
1925
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -2088,40 +1994,6 @@
|
|
|
2088
1994
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2089
1995
|
}
|
|
2090
1996
|
},
|
|
2091
|
-
"node_modules/@netlify/build/node_modules/get-port": {
|
|
2092
|
-
"version": "6.1.2",
|
|
2093
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz",
|
|
2094
|
-
"integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==",
|
|
2095
|
-
"engines": {
|
|
2096
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2097
|
-
},
|
|
2098
|
-
"funding": {
|
|
2099
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
"node_modules/@netlify/build/node_modules/glob-to-regexp": {
|
|
2103
|
-
"version": "0.4.1",
|
|
2104
|
-
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
2105
|
-
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
|
|
2106
|
-
},
|
|
2107
|
-
"node_modules/@netlify/build/node_modules/globby": {
|
|
2108
|
-
"version": "13.1.3",
|
|
2109
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz",
|
|
2110
|
-
"integrity": "sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==",
|
|
2111
|
-
"dependencies": {
|
|
2112
|
-
"dir-glob": "^3.0.1",
|
|
2113
|
-
"fast-glob": "^3.2.11",
|
|
2114
|
-
"ignore": "^5.2.0",
|
|
2115
|
-
"merge2": "^1.4.1",
|
|
2116
|
-
"slash": "^4.0.0"
|
|
2117
|
-
},
|
|
2118
|
-
"engines": {
|
|
2119
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2120
|
-
},
|
|
2121
|
-
"funding": {
|
|
2122
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2123
|
-
}
|
|
2124
|
-
},
|
|
2125
1997
|
"node_modules/@netlify/build/node_modules/got": {
|
|
2126
1998
|
"version": "12.5.3",
|
|
2127
1999
|
"resolved": "https://registry.npmjs.org/got/-/got-12.5.3.tgz",
|
|
@@ -2177,28 +2049,6 @@
|
|
|
2177
2049
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2178
2050
|
}
|
|
2179
2051
|
},
|
|
2180
|
-
"node_modules/@netlify/build/node_modules/is-path-cwd": {
|
|
2181
|
-
"version": "3.0.0",
|
|
2182
|
-
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-3.0.0.tgz",
|
|
2183
|
-
"integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==",
|
|
2184
|
-
"engines": {
|
|
2185
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2186
|
-
},
|
|
2187
|
-
"funding": {
|
|
2188
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
|
-
"node_modules/@netlify/build/node_modules/is-path-inside": {
|
|
2192
|
-
"version": "4.0.0",
|
|
2193
|
-
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
|
|
2194
|
-
"integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
|
|
2195
|
-
"engines": {
|
|
2196
|
-
"node": ">=12"
|
|
2197
|
-
},
|
|
2198
|
-
"funding": {
|
|
2199
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2200
|
-
}
|
|
2201
|
-
},
|
|
2202
2052
|
"node_modules/@netlify/build/node_modules/is-plain-obj": {
|
|
2203
2053
|
"version": "4.1.0",
|
|
2204
2054
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
@@ -2232,11 +2082,6 @@
|
|
|
2232
2082
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2233
2083
|
}
|
|
2234
2084
|
},
|
|
2235
|
-
"node_modules/@netlify/build/node_modules/json-schema-traverse": {
|
|
2236
|
-
"version": "1.0.0",
|
|
2237
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2238
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
2239
|
-
},
|
|
2240
2085
|
"node_modules/@netlify/build/node_modules/locate-path": {
|
|
2241
2086
|
"version": "7.2.0",
|
|
2242
2087
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
|
|
@@ -2284,23 +2129,6 @@
|
|
|
2284
2129
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2285
2130
|
}
|
|
2286
2131
|
},
|
|
2287
|
-
"node_modules/@netlify/build/node_modules/node-fetch": {
|
|
2288
|
-
"version": "3.3.0",
|
|
2289
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
2290
|
-
"integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
2291
|
-
"dependencies": {
|
|
2292
|
-
"data-uri-to-buffer": "^4.0.0",
|
|
2293
|
-
"fetch-blob": "^3.1.4",
|
|
2294
|
-
"formdata-polyfill": "^4.0.10"
|
|
2295
|
-
},
|
|
2296
|
-
"engines": {
|
|
2297
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2298
|
-
},
|
|
2299
|
-
"funding": {
|
|
2300
|
-
"type": "opencollective",
|
|
2301
|
-
"url": "https://opencollective.com/node-fetch"
|
|
2302
|
-
}
|
|
2303
|
-
},
|
|
2304
2132
|
"node_modules/@netlify/build/node_modules/normalize-url": {
|
|
2305
2133
|
"version": "8.0.0",
|
|
2306
2134
|
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
@@ -2429,20 +2257,6 @@
|
|
|
2429
2257
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2430
2258
|
}
|
|
2431
2259
|
},
|
|
2432
|
-
"node_modules/@netlify/build/node_modules/p-wait-for": {
|
|
2433
|
-
"version": "4.1.0",
|
|
2434
|
-
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
|
|
2435
|
-
"integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
|
|
2436
|
-
"dependencies": {
|
|
2437
|
-
"p-timeout": "^5.0.0"
|
|
2438
|
-
},
|
|
2439
|
-
"engines": {
|
|
2440
|
-
"node": ">=12"
|
|
2441
|
-
},
|
|
2442
|
-
"funding": {
|
|
2443
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2444
|
-
}
|
|
2445
|
-
},
|
|
2446
2260
|
"node_modules/@netlify/build/node_modules/path-exists": {
|
|
2447
2261
|
"version": "5.0.0",
|
|
2448
2262
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
@@ -2534,17 +2348,6 @@
|
|
|
2534
2348
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2535
2349
|
}
|
|
2536
2350
|
},
|
|
2537
|
-
"node_modules/@netlify/build/node_modules/slash": {
|
|
2538
|
-
"version": "4.0.0",
|
|
2539
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
2540
|
-
"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
2541
|
-
"engines": {
|
|
2542
|
-
"node": ">=12"
|
|
2543
|
-
},
|
|
2544
|
-
"funding": {
|
|
2545
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2546
|
-
}
|
|
2547
|
-
},
|
|
2548
2351
|
"node_modules/@netlify/build/node_modules/string-width": {
|
|
2549
2352
|
"version": "5.1.2",
|
|
2550
2353
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
@@ -4247,9 +4050,9 @@
|
|
|
4247
4050
|
}
|
|
4248
4051
|
},
|
|
4249
4052
|
"node_modules/@netlify/framework-info": {
|
|
4250
|
-
"version": "9.8.
|
|
4251
|
-
"resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.
|
|
4252
|
-
"integrity": "sha512-
|
|
4053
|
+
"version": "9.8.2",
|
|
4054
|
+
"resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.2.tgz",
|
|
4055
|
+
"integrity": "sha512-SWmtgJk5itD2mC1oHssHllHeSVY432dJtzSaANy6Euq7V/y7HeW+P39h/5jQ1i+sIyhmu0jOStfHkqPJVxg1iA==",
|
|
4253
4056
|
"dependencies": {
|
|
4254
4057
|
"ajv": "^8.12.0",
|
|
4255
4058
|
"filter-obj": "^3.0.0",
|
|
@@ -4484,11 +4287,11 @@
|
|
|
4484
4287
|
}
|
|
4485
4288
|
},
|
|
4486
4289
|
"node_modules/@netlify/functions-utils": {
|
|
4487
|
-
"version": "5.1.
|
|
4488
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.1.
|
|
4489
|
-
"integrity": "sha512-
|
|
4290
|
+
"version": "5.1.9",
|
|
4291
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.1.9.tgz",
|
|
4292
|
+
"integrity": "sha512-qgcFnnr0JmQG6SbeAhuWSGZJa4gtj5i1ESc79/wRRUC+ccgkX7xqv2/3UHOSw4uobgVBzonAfnDqmpwqbnrM2w==",
|
|
4490
4293
|
"dependencies": {
|
|
4491
|
-
"@netlify/zip-it-and-ship-it": "^8.
|
|
4294
|
+
"@netlify/zip-it-and-ship-it": "^8.7.0",
|
|
4492
4295
|
"cpy": "^8.1.0",
|
|
4493
4296
|
"path-exists": "^5.0.0"
|
|
4494
4297
|
},
|
|
@@ -25707,19 +25510,19 @@
|
|
|
25707
25510
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
25708
25511
|
},
|
|
25709
25512
|
"@netlify/build": {
|
|
25710
|
-
"version": "29.5.
|
|
25711
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.5.
|
|
25712
|
-
"integrity": "sha512-
|
|
25513
|
+
"version": "29.5.8",
|
|
25514
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.5.8.tgz",
|
|
25515
|
+
"integrity": "sha512-bZQ38RY4yB+rvGG9JLr1vCvGFcT15IOkAUy+vhyPFNnT1XTkRZHW7KzwG0U+fyqADHR21FhQE9MGeja4o6ranQ==",
|
|
25713
25516
|
"requires": {
|
|
25714
25517
|
"@bugsnag/js": "^7.0.0",
|
|
25715
25518
|
"@netlify/cache-utils": "^5.1.2",
|
|
25716
25519
|
"@netlify/config": "^20.3.3",
|
|
25717
|
-
"@netlify/edge-bundler": "8.
|
|
25718
|
-
"@netlify/functions-utils": "^5.1.
|
|
25520
|
+
"@netlify/edge-bundler": "8.7.0",
|
|
25521
|
+
"@netlify/functions-utils": "^5.1.9",
|
|
25719
25522
|
"@netlify/git-utils": "^5.1.0",
|
|
25720
25523
|
"@netlify/plugins-list": "^6.65.0",
|
|
25721
25524
|
"@netlify/run-utils": "^5.1.0",
|
|
25722
|
-
"@netlify/zip-it-and-ship-it": "^8.
|
|
25525
|
+
"@netlify/zip-it-and-ship-it": "^8.7.0",
|
|
25723
25526
|
"@sindresorhus/slugify": "^2.0.0",
|
|
25724
25527
|
"ansi-escapes": "^5.0.0",
|
|
25725
25528
|
"chalk": "^5.0.0",
|
|
@@ -25765,41 +25568,6 @@
|
|
|
25765
25568
|
"yargs": "^17.6.0"
|
|
25766
25569
|
},
|
|
25767
25570
|
"dependencies": {
|
|
25768
|
-
"@netlify/edge-bundler": {
|
|
25769
|
-
"version": "8.6.0",
|
|
25770
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.6.0.tgz",
|
|
25771
|
-
"integrity": "sha512-DZd4V+LTY7OxELE3yypohErctPCfSD+m1mDlPU+IBJ55O6l4DU+03L2PD/SXk7GMJMG59yp6W5wp7+GQ2I8avg==",
|
|
25772
|
-
"requires": {
|
|
25773
|
-
"@import-maps/resolve": "^1.0.1",
|
|
25774
|
-
"ajv": "^8.11.2",
|
|
25775
|
-
"ajv-errors": "^3.0.0",
|
|
25776
|
-
"better-ajv-errors": "^1.2.0",
|
|
25777
|
-
"common-path-prefix": "^3.0.0",
|
|
25778
|
-
"del": "^7.0.0",
|
|
25779
|
-
"env-paths": "^3.0.0",
|
|
25780
|
-
"execa": "^6.0.0",
|
|
25781
|
-
"find-up": "^6.3.0",
|
|
25782
|
-
"get-port": "^6.1.2",
|
|
25783
|
-
"glob-to-regexp": "^0.4.1",
|
|
25784
|
-
"jsonc-parser": "^3.2.0",
|
|
25785
|
-
"node-fetch": "^3.1.1",
|
|
25786
|
-
"node-stream-zip": "^1.15.0",
|
|
25787
|
-
"p-retry": "^5.1.1",
|
|
25788
|
-
"p-wait-for": "^4.1.0",
|
|
25789
|
-
"path-key": "^4.0.0",
|
|
25790
|
-
"regexp-tree": "^0.1.24",
|
|
25791
|
-
"semver": "^7.3.5",
|
|
25792
|
-
"tmp-promise": "^3.0.3",
|
|
25793
|
-
"uuid": "^9.0.0"
|
|
25794
|
-
},
|
|
25795
|
-
"dependencies": {
|
|
25796
|
-
"uuid": {
|
|
25797
|
-
"version": "9.0.0",
|
|
25798
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
|
|
25799
|
-
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg=="
|
|
25800
|
-
}
|
|
25801
|
-
}
|
|
25802
|
-
},
|
|
25803
25571
|
"@sindresorhus/is": {
|
|
25804
25572
|
"version": "5.3.0",
|
|
25805
25573
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
|
|
@@ -25822,23 +25590,6 @@
|
|
|
25822
25590
|
"indent-string": "^5.0.0"
|
|
25823
25591
|
}
|
|
25824
25592
|
},
|
|
25825
|
-
"ajv": {
|
|
25826
|
-
"version": "8.12.0",
|
|
25827
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
25828
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
25829
|
-
"requires": {
|
|
25830
|
-
"fast-deep-equal": "^3.1.1",
|
|
25831
|
-
"json-schema-traverse": "^1.0.0",
|
|
25832
|
-
"require-from-string": "^2.0.2",
|
|
25833
|
-
"uri-js": "^4.2.2"
|
|
25834
|
-
}
|
|
25835
|
-
},
|
|
25836
|
-
"ajv-errors": {
|
|
25837
|
-
"version": "3.0.0",
|
|
25838
|
-
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
25839
|
-
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
25840
|
-
"requires": {}
|
|
25841
|
-
},
|
|
25842
25593
|
"cacheable-lookup": {
|
|
25843
25594
|
"version": "7.0.0",
|
|
25844
25595
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
@@ -25863,31 +25614,11 @@
|
|
|
25863
25614
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz",
|
|
25864
25615
|
"integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA=="
|
|
25865
25616
|
},
|
|
25866
|
-
"del": {
|
|
25867
|
-
"version": "7.0.0",
|
|
25868
|
-
"resolved": "https://registry.npmjs.org/del/-/del-7.0.0.tgz",
|
|
25869
|
-
"integrity": "sha512-tQbV/4u5WVB8HMJr08pgw0b6nG4RGt/tj+7Numvq+zqcvUFeMaIWWOUFltiU+6go8BSO2/ogsB4EasDaj0y68Q==",
|
|
25870
|
-
"requires": {
|
|
25871
|
-
"globby": "^13.1.2",
|
|
25872
|
-
"graceful-fs": "^4.2.10",
|
|
25873
|
-
"is-glob": "^4.0.3",
|
|
25874
|
-
"is-path-cwd": "^3.0.0",
|
|
25875
|
-
"is-path-inside": "^4.0.0",
|
|
25876
|
-
"p-map": "^5.5.0",
|
|
25877
|
-
"rimraf": "^3.0.2",
|
|
25878
|
-
"slash": "^4.0.0"
|
|
25879
|
-
}
|
|
25880
|
-
},
|
|
25881
25617
|
"emoji-regex": {
|
|
25882
25618
|
"version": "9.2.2",
|
|
25883
25619
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
25884
25620
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
25885
25621
|
},
|
|
25886
|
-
"env-paths": {
|
|
25887
|
-
"version": "3.0.0",
|
|
25888
|
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
|
|
25889
|
-
"integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A=="
|
|
25890
|
-
},
|
|
25891
25622
|
"escape-string-regexp": {
|
|
25892
25623
|
"version": "5.0.0",
|
|
25893
25624
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -25932,28 +25663,6 @@
|
|
|
25932
25663
|
"path-exists": "^5.0.0"
|
|
25933
25664
|
}
|
|
25934
25665
|
},
|
|
25935
|
-
"get-port": {
|
|
25936
|
-
"version": "6.1.2",
|
|
25937
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz",
|
|
25938
|
-
"integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw=="
|
|
25939
|
-
},
|
|
25940
|
-
"glob-to-regexp": {
|
|
25941
|
-
"version": "0.4.1",
|
|
25942
|
-
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
25943
|
-
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
|
|
25944
|
-
},
|
|
25945
|
-
"globby": {
|
|
25946
|
-
"version": "13.1.3",
|
|
25947
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz",
|
|
25948
|
-
"integrity": "sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==",
|
|
25949
|
-
"requires": {
|
|
25950
|
-
"dir-glob": "^3.0.1",
|
|
25951
|
-
"fast-glob": "^3.2.11",
|
|
25952
|
-
"ignore": "^5.2.0",
|
|
25953
|
-
"merge2": "^1.4.1",
|
|
25954
|
-
"slash": "^4.0.0"
|
|
25955
|
-
}
|
|
25956
|
-
},
|
|
25957
25666
|
"got": {
|
|
25958
25667
|
"version": "12.5.3",
|
|
25959
25668
|
"resolved": "https://registry.npmjs.org/got/-/got-12.5.3.tgz",
|
|
@@ -25991,16 +25700,6 @@
|
|
|
25991
25700
|
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
25992
25701
|
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg=="
|
|
25993
25702
|
},
|
|
25994
|
-
"is-path-cwd": {
|
|
25995
|
-
"version": "3.0.0",
|
|
25996
|
-
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-3.0.0.tgz",
|
|
25997
|
-
"integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA=="
|
|
25998
|
-
},
|
|
25999
|
-
"is-path-inside": {
|
|
26000
|
-
"version": "4.0.0",
|
|
26001
|
-
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
|
|
26002
|
-
"integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA=="
|
|
26003
|
-
},
|
|
26004
25703
|
"is-plain-obj": {
|
|
26005
25704
|
"version": "4.1.0",
|
|
26006
25705
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
@@ -26016,11 +25715,6 @@
|
|
|
26016
25715
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
|
|
26017
25716
|
"integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ=="
|
|
26018
25717
|
},
|
|
26019
|
-
"json-schema-traverse": {
|
|
26020
|
-
"version": "1.0.0",
|
|
26021
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
26022
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
26023
|
-
},
|
|
26024
25718
|
"locate-path": {
|
|
26025
25719
|
"version": "7.2.0",
|
|
26026
25720
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
|
|
@@ -26044,16 +25738,6 @@
|
|
|
26044
25738
|
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
26045
25739
|
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg=="
|
|
26046
25740
|
},
|
|
26047
|
-
"node-fetch": {
|
|
26048
|
-
"version": "3.3.0",
|
|
26049
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
26050
|
-
"integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
26051
|
-
"requires": {
|
|
26052
|
-
"data-uri-to-buffer": "^4.0.0",
|
|
26053
|
-
"fetch-blob": "^3.1.4",
|
|
26054
|
-
"formdata-polyfill": "^4.0.10"
|
|
26055
|
-
}
|
|
26056
|
-
},
|
|
26057
25741
|
"normalize-url": {
|
|
26058
25742
|
"version": "8.0.0",
|
|
26059
25743
|
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
@@ -26125,14 +25809,6 @@
|
|
|
26125
25809
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
|
|
26126
25810
|
"integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew=="
|
|
26127
25811
|
},
|
|
26128
|
-
"p-wait-for": {
|
|
26129
|
-
"version": "4.1.0",
|
|
26130
|
-
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
|
|
26131
|
-
"integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
|
|
26132
|
-
"requires": {
|
|
26133
|
-
"p-timeout": "^5.0.0"
|
|
26134
|
-
}
|
|
26135
|
-
},
|
|
26136
25812
|
"path-exists": {
|
|
26137
25813
|
"version": "5.0.0",
|
|
26138
25814
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
@@ -26185,11 +25861,6 @@
|
|
|
26185
25861
|
"lowercase-keys": "^3.0.0"
|
|
26186
25862
|
}
|
|
26187
25863
|
},
|
|
26188
|
-
"slash": {
|
|
26189
|
-
"version": "4.0.0",
|
|
26190
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
26191
|
-
"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="
|
|
26192
|
-
},
|
|
26193
25864
|
"string-width": {
|
|
26194
25865
|
"version": "5.1.2",
|
|
26195
25866
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
@@ -27226,9 +26897,9 @@
|
|
|
27226
26897
|
}
|
|
27227
26898
|
},
|
|
27228
26899
|
"@netlify/framework-info": {
|
|
27229
|
-
"version": "9.8.
|
|
27230
|
-
"resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.
|
|
27231
|
-
"integrity": "sha512-
|
|
26900
|
+
"version": "9.8.2",
|
|
26901
|
+
"resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.2.tgz",
|
|
26902
|
+
"integrity": "sha512-SWmtgJk5itD2mC1oHssHllHeSVY432dJtzSaANy6Euq7V/y7HeW+P39h/5jQ1i+sIyhmu0jOStfHkqPJVxg1iA==",
|
|
27232
26903
|
"requires": {
|
|
27233
26904
|
"ajv": "^8.12.0",
|
|
27234
26905
|
"filter-obj": "^3.0.0",
|
|
@@ -27371,11 +27042,11 @@
|
|
|
27371
27042
|
}
|
|
27372
27043
|
},
|
|
27373
27044
|
"@netlify/functions-utils": {
|
|
27374
|
-
"version": "5.1.
|
|
27375
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.1.
|
|
27376
|
-
"integrity": "sha512-
|
|
27045
|
+
"version": "5.1.9",
|
|
27046
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.1.9.tgz",
|
|
27047
|
+
"integrity": "sha512-qgcFnnr0JmQG6SbeAhuWSGZJa4gtj5i1ESc79/wRRUC+ccgkX7xqv2/3UHOSw4uobgVBzonAfnDqmpwqbnrM2w==",
|
|
27377
27048
|
"requires": {
|
|
27378
|
-
"@netlify/zip-it-and-ship-it": "^8.
|
|
27049
|
+
"@netlify/zip-it-and-ship-it": "^8.7.0",
|
|
27379
27050
|
"cpy": "^8.1.0",
|
|
27380
27051
|
"path-exists": "^5.0.0"
|
|
27381
27052
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "12.
|
|
4
|
+
"version": "12.14.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@fastify/static": "^6.6.0",
|
|
79
|
-
"@netlify/build": "^29.5.
|
|
79
|
+
"@netlify/build": "^29.5.8",
|
|
80
80
|
"@netlify/config": "^20.3.3",
|
|
81
81
|
"@netlify/edge-bundler": "^8.7.0",
|
|
82
|
-
"@netlify/framework-info": "^9.8.
|
|
82
|
+
"@netlify/framework-info": "^9.8.2",
|
|
83
83
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
84
84
|
"@netlify/zip-it-and-ship-it": "^8.7.0",
|
|
85
85
|
"@octokit/rest": "^19.0.0",
|
|
@@ -25,6 +25,7 @@ import { NETLIFYDEVERR, NETLIFYDEVLOG, chalk, log, warn, watchDebounced } from '
|
|
|
25
25
|
* @type {object}
|
|
26
26
|
* @property {string} function
|
|
27
27
|
* @property {string} path
|
|
28
|
+
* @property {string=} name
|
|
28
29
|
*/
|
|
29
30
|
|
|
30
31
|
/**
|
|
@@ -32,6 +33,7 @@ import { NETLIFYDEVERR, NETLIFYDEVLOG, chalk, log, warn, watchDebounced } from '
|
|
|
32
33
|
* @type {object}
|
|
33
34
|
* @property {string} function
|
|
34
35
|
* @property {string} pattern
|
|
36
|
+
* @property {string=} name
|
|
35
37
|
*/
|
|
36
38
|
|
|
37
39
|
/** @typedef {(EdgeFunctionDeclarationWithPath | EdgeFunctionDeclarationWithPattern)} EdgeFunctionDeclaration */
|
|
@@ -194,11 +196,11 @@ export class EdgeFunctionsRegistry {
|
|
|
194
196
|
await this.build(functionsFound)
|
|
195
197
|
|
|
196
198
|
deletedFunctions.forEach((func) => {
|
|
197
|
-
EdgeFunctionsRegistry.logDeletedFunction(func)
|
|
199
|
+
EdgeFunctionsRegistry.logDeletedFunction(func, this.findDisplayName(func.name))
|
|
198
200
|
})
|
|
199
201
|
|
|
200
202
|
newFunctions.forEach((func) => {
|
|
201
|
-
EdgeFunctionsRegistry.logAddedFunction(func)
|
|
203
|
+
EdgeFunctionsRegistry.logAddedFunction(func, this.findDisplayName(func.name))
|
|
202
204
|
})
|
|
203
205
|
} catch {
|
|
204
206
|
// no-op
|
|
@@ -257,7 +259,8 @@ export class EdgeFunctionsRegistry {
|
|
|
257
259
|
log(`${NETLIFYDEVLOG} ${chalk.green('Reloaded')} edge functions`)
|
|
258
260
|
} else {
|
|
259
261
|
functionNames.forEach((functionName) => {
|
|
260
|
-
|
|
262
|
+
const displayName = this.findDisplayName(functionName)
|
|
263
|
+
log(`${NETLIFYDEVLOG} ${chalk.green('Reloaded')} edge function ${chalk.yellow(displayName || functionName)}`)
|
|
261
264
|
})
|
|
262
265
|
}
|
|
263
266
|
} catch {
|
|
@@ -282,12 +285,12 @@ export class EdgeFunctionsRegistry {
|
|
|
282
285
|
return this.initialization
|
|
283
286
|
}
|
|
284
287
|
|
|
285
|
-
static logAddedFunction(func) {
|
|
286
|
-
log(`${NETLIFYDEVLOG} ${chalk.green('Loaded')} edge function ${chalk.yellow(func.name)}`)
|
|
288
|
+
static logAddedFunction(func, displayName) {
|
|
289
|
+
log(`${NETLIFYDEVLOG} ${chalk.green('Loaded')} edge function ${chalk.yellow(displayName || func.name)}`)
|
|
287
290
|
}
|
|
288
291
|
|
|
289
|
-
static logDeletedFunction(func) {
|
|
290
|
-
log(`${NETLIFYDEVLOG} ${chalk.magenta('Removed')} edge function ${chalk.yellow(func.name)}`)
|
|
292
|
+
static logDeletedFunction(func, displayName) {
|
|
293
|
+
log(`${NETLIFYDEVLOG} ${chalk.magenta('Removed')} edge function ${chalk.yellow(displayName || func.name)}`)
|
|
291
294
|
}
|
|
292
295
|
|
|
293
296
|
/**
|
|
@@ -444,7 +447,7 @@ export class EdgeFunctionsRegistry {
|
|
|
444
447
|
const functions = await this.bundler.find(directories)
|
|
445
448
|
|
|
446
449
|
functions.forEach((func) => {
|
|
447
|
-
EdgeFunctionsRegistry.logAddedFunction(func)
|
|
450
|
+
EdgeFunctionsRegistry.logAddedFunction(func, this.findDisplayName(func.name))
|
|
448
451
|
})
|
|
449
452
|
|
|
450
453
|
this.functions = functions
|
|
@@ -481,4 +484,8 @@ export class EdgeFunctionsRegistry {
|
|
|
481
484
|
|
|
482
485
|
this.directoryWatchers.set(directory, watcher)
|
|
483
486
|
}
|
|
487
|
+
|
|
488
|
+
findDisplayName(func) {
|
|
489
|
+
return this.declarationsFromConfig?.find((declaration) => declaration.function === func)?.name
|
|
490
|
+
}
|
|
484
491
|
}
|