@pnp/cli-microsoft365 5.7.0-beta.9e8cf99 → 5.7.0-beta.d90ad27
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.
|
@@ -414,6 +414,21 @@ class SpfxDoctorCommand extends AnonymousCommand_1.default {
|
|
|
414
414
|
range: '^4',
|
|
415
415
|
fix: 'npm i -g yo@4'
|
|
416
416
|
}
|
|
417
|
+
},
|
|
418
|
+
'1.15.2': {
|
|
419
|
+
gulp: {
|
|
420
|
+
range: '^4',
|
|
421
|
+
fix: 'npm i -g gulp@4'
|
|
422
|
+
},
|
|
423
|
+
node: {
|
|
424
|
+
range: '^12.13 || ^14.15 || ^16.13',
|
|
425
|
+
fix: 'Install Node.js v12.13, v14.15, v16.13 or higher'
|
|
426
|
+
},
|
|
427
|
+
sp: SharePointVersion.SPO,
|
|
428
|
+
yo: {
|
|
429
|
+
range: '^4',
|
|
430
|
+
fix: 'npm i -g yo@4'
|
|
431
|
+
}
|
|
417
432
|
}
|
|
418
433
|
};
|
|
419
434
|
__classPrivateFieldGet(this, _SpfxDoctorCommand_instances, "m", _SpfxDoctorCommand_initTelemetry).call(this);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "5.7.0-beta.
|
|
3
|
+
"version": "5.7.0-beta.d90ad27",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -86,6 +86,16 @@
|
|
|
86
86
|
"name": "Martin Lingstuyl",
|
|
87
87
|
"email": "mlingstuyl@live.com",
|
|
88
88
|
"web": "https://www.blimped.nl/"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Jasey Waegebaert",
|
|
92
|
+
"email": "jaseyw@gmigroup.be",
|
|
93
|
+
"web": "https://github.com/Jwaegebaert"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "Milan Holemans",
|
|
97
|
+
"email": "Milan.Holemans@vanroey.be",
|
|
98
|
+
"web": "https://github.com/milanholemans"
|
|
89
99
|
}
|
|
90
100
|
],
|
|
91
101
|
"contributors": [
|