netlify-cli 17.34.1 → 17.34.2
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/build-info.js
CHANGED
|
@@ -118,6 +118,6 @@ export const getDefaultConfig = (settings) => {
|
|
|
118
118
|
config.build.publish = settings.dist;
|
|
119
119
|
config.build.publishOrigin = 'default';
|
|
120
120
|
}
|
|
121
|
-
config.plugins = settings.plugins_recommended?.map((plugin) => ({ package: plugin })) || [];
|
|
121
|
+
config.plugins = settings.plugins_recommended?.map((plugin) => ({ package: plugin, origin: 'default' })) || [];
|
|
122
122
|
return config;
|
|
123
123
|
};
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"node_modules/@types/node": {
|
|
49
|
-
"version": "20.
|
|
50
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
51
|
-
"integrity": "sha512-
|
|
49
|
+
"version": "20.16.0",
|
|
50
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.0.tgz",
|
|
51
|
+
"integrity": "sha512-vDxceJcoZhIVh67S568bm1UGZO0DX0hpplJZxzeXMKwIPLn190ec5RRxQ69BKhX44SUGIxxgMdDY557lGLKprQ==",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"undici-types": "~
|
|
53
|
+
"undici-types": "~6.19.2"
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"node_modules/typescript": {
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"node_modules/undici-types": {
|
|
69
|
-
"version": "
|
|
70
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
71
|
-
"integrity": "sha512-
|
|
69
|
+
"version": "6.19.6",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz",
|
|
71
|
+
"integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org=="
|
|
72
72
|
},
|
|
73
73
|
"node_modules/urlpattern-polyfill": {
|
|
74
74
|
"version": "8.0.2",
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"@types/node": {
|
|
103
|
-
"version": "20.
|
|
104
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
105
|
-
"integrity": "sha512-
|
|
103
|
+
"version": "20.16.0",
|
|
104
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.0.tgz",
|
|
105
|
+
"integrity": "sha512-vDxceJcoZhIVh67S568bm1UGZO0DX0hpplJZxzeXMKwIPLn190ec5RRxQ69BKhX44SUGIxxgMdDY557lGLKprQ==",
|
|
106
106
|
"requires": {
|
|
107
|
-
"undici-types": "~
|
|
107
|
+
"undici-types": "~6.19.2"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"typescript": {
|
|
@@ -113,9 +113,9 @@
|
|
|
113
113
|
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g=="
|
|
114
114
|
},
|
|
115
115
|
"undici-types": {
|
|
116
|
-
"version": "
|
|
117
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
118
|
-
"integrity": "sha512-
|
|
116
|
+
"version": "6.19.6",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz",
|
|
118
|
+
"integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org=="
|
|
119
119
|
},
|
|
120
120
|
"urlpattern-polyfill": {
|
|
121
121
|
"version": "8.0.2",
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "17.34.
|
|
3
|
+
"version": "17.34.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "17.34.
|
|
9
|
+
"version": "17.34.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|