@pnp/cli-microsoft365 4.3.0-beta.6425178 → 4.3.0-beta.a75b394
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/.eslintrc.js +1 -0
- package/README.md +1 -1
- package/dist/Utils.js +3 -0
- package/dist/appInsights.js +3 -2
- package/dist/cli/Cli.js +22 -3
- package/dist/m365/aad/commands/app/app-get.js +97 -0
- package/dist/m365/aad/commands/user/user-get.js +33 -6
- package/dist/m365/aad/commands/user/user-password-validate.js +42 -0
- package/dist/m365/aad/commands.js +2 -0
- package/dist/m365/app/commands/permission/permission-list.js +266 -0
- package/dist/m365/app/commands.js +7 -0
- package/dist/m365/base/AppCommand.js +76 -0
- package/dist/m365/cli/commands/cli-doctor.js +2 -0
- package/dist/m365/pa/commands/app/app-list.js +28 -1
- package/dist/m365/planner/commands/task/task-add.js +288 -0
- package/dist/m365/planner/commands.js +1 -0
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006005_CFG_PS_metadata.js +63 -0
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006006_CFG_PS_features.js +60 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.14.0-beta.4.js +57 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +16 -13
- package/dist/m365/spo/commands/site/site-ensure.js +1 -1
- package/dist/m365/spo/commands/web/web-installedlanguage-list.js +48 -0
- package/dist/m365/spo/commands.js +1 -0
- package/dist/request.js +9 -4
- package/docs/docs/cmd/_global.md +2 -2
- package/docs/docs/cmd/aad/app/app-get.md +48 -0
- package/docs/docs/cmd/aad/user/user-get.md +13 -4
- package/docs/docs/cmd/aad/user/user-password-validate.md +29 -0
- package/docs/docs/cmd/app/permission/permission-list.md +36 -0
- package/docs/docs/cmd/pa/app/app-list.md +17 -1
- package/docs/docs/cmd/planner/task/task-add.md +78 -0
- package/docs/docs/cmd/spfx/project/project-externalize.md +1 -1
- package/docs/docs/cmd/spfx/project/project-rename.md +1 -1
- package/docs/docs/cmd/spfx/spfx-doctor.md +1 -1
- package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +24 -0
- package/npm-shrinkwrap.json +601 -741
- package/package.json +19 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "4.3.0-beta.
|
|
3
|
+
"version": "4.3.0-beta.a75b394",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
"Schot, Albert-Jan <appie@digiwijs.nl>",
|
|
144
144
|
"Schouten, Robert <robert.schouten@wortell.nl>",
|
|
145
145
|
"Schütze, Sebastian <sebastian.schuetze@razorspoint.com>",
|
|
146
|
+
"Shafi, Danish <33339824+builtbydans@users.noreply.github.com>",
|
|
146
147
|
"Shah, Dipen <Dips365@hotmail.com>",
|
|
147
148
|
"Siatka, Piotr <piotr@valointranet.com>",
|
|
148
149
|
"Sinha, Kislay <kislay_sinha@outlook.com>",
|
|
@@ -154,6 +155,7 @@
|
|
|
154
155
|
"Svenson, Mikael <miksvenson@gmail.com>",
|
|
155
156
|
"Tane, Peter <peter.tane@gmail.come>",
|
|
156
157
|
"Tatti, Anoop <anoop@live.co.uk>",
|
|
158
|
+
"Thangavel, Sekar <sekar.thangavel@gmail.com>",
|
|
157
159
|
"Thorild, Fredrik <fredrik.thorild@sogeti.com>",
|
|
158
160
|
"Trinder, Garry <garry.trinder@live.com>",
|
|
159
161
|
"Vaghasia, Siddharth <siddh.vaghasia@gmail.com>",
|
|
@@ -162,19 +164,21 @@
|
|
|
162
164
|
"van Iersel, Cas <cvaniersel@portiva.nl>",
|
|
163
165
|
"van Rousselt, Rick <rick.vanrousselt@outlook.com>",
|
|
164
166
|
"Velliah, Joseph <joseph@sprider.org>",
|
|
167
|
+
"Waegebaert, Jasey <jaseyw@gmigroup.be>",
|
|
165
168
|
"Wilen, Wictor <wictor@wictorwilen.se>",
|
|
166
169
|
"Williams, Rabia <rabiawilliams@gmail.com>",
|
|
167
170
|
"Wojcik, Adam <adam.wojcik.it@gmail.com>"
|
|
168
171
|
],
|
|
169
172
|
"dependencies": {
|
|
170
|
-
"@azure/msal-node": "^1.
|
|
171
|
-
"adaptive-expressions": "^4.
|
|
173
|
+
"@azure/msal-node": "^1.4.0",
|
|
174
|
+
"adaptive-expressions": "^4.15.0",
|
|
172
175
|
"adaptivecards": "^2.10.0",
|
|
173
176
|
"adaptivecards-templating": "^2.2.0",
|
|
174
177
|
"adm-zip": "^0.5.9",
|
|
175
|
-
"applicationinsights": "^2.
|
|
178
|
+
"applicationinsights": "^2.2.0",
|
|
176
179
|
"axios": "^0.24.0",
|
|
177
180
|
"chalk": "^4.1.2",
|
|
181
|
+
"csv-stringify": "^6.0.4",
|
|
178
182
|
"easy-table": "^1.2.0",
|
|
179
183
|
"inquirer": "^8.2.0",
|
|
180
184
|
"jmespath": "^0.15.0",
|
|
@@ -186,38 +190,38 @@
|
|
|
186
190
|
"open": "^8.4.0",
|
|
187
191
|
"semver": "^7.3.4",
|
|
188
192
|
"strip-json-comments": "^3.1.1",
|
|
189
|
-
"typescript": "^4.
|
|
193
|
+
"typescript": "^4.5.3",
|
|
190
194
|
"update-notifier": "^5.1.0",
|
|
191
195
|
"uuid": "^8.3.2",
|
|
192
196
|
"xmldom": "^0.6.0"
|
|
193
197
|
},
|
|
194
198
|
"devDependencies": {
|
|
195
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
199
|
+
"@microsoft/microsoft-graph-types": "^2.10.0",
|
|
196
200
|
"@types/adm-zip": "^0.4.34",
|
|
197
201
|
"@types/inquirer": "^8.1.3",
|
|
198
202
|
"@types/jmespath": "^0.15.0",
|
|
199
203
|
"@types/json-to-ast": "^2.1.2",
|
|
200
204
|
"@types/minimist": "^1.2.2",
|
|
201
205
|
"@types/mocha": "^9.0.0",
|
|
202
|
-
"@types/node": "^
|
|
203
|
-
"@types/node-forge": "^0.10.
|
|
206
|
+
"@types/node": "^16.11.12",
|
|
207
|
+
"@types/node-forge": "^0.10.10",
|
|
204
208
|
"@types/semver": "^7.3.9",
|
|
205
209
|
"@types/sinon": "^10.0.6",
|
|
206
210
|
"@types/update-notifier": "^5.1.0",
|
|
207
|
-
"@types/uuid": "^8.3.
|
|
211
|
+
"@types/uuid": "^8.3.3",
|
|
208
212
|
"@types/xmldom": "^0.1.31",
|
|
209
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
210
|
-
"@typescript-eslint/parser": "^
|
|
213
|
+
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
214
|
+
"@typescript-eslint/parser": "^5.6.0",
|
|
211
215
|
"c8": "^7.10.0",
|
|
212
216
|
"coveralls": "^3.1.1",
|
|
213
|
-
"eslint": "^
|
|
217
|
+
"eslint": "^8.4.1",
|
|
214
218
|
"eslint-config-standard": "^16.0.3",
|
|
215
219
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
216
|
-
"eslint-plugin-import": "^2.25.
|
|
220
|
+
"eslint-plugin-import": "^2.25.3",
|
|
217
221
|
"eslint-plugin-node": "^11.1.0",
|
|
218
|
-
"eslint-plugin-promise": "^5.
|
|
222
|
+
"eslint-plugin-promise": "^5.2.0",
|
|
219
223
|
"mocha": "^9.1.3",
|
|
220
224
|
"rimraf": "^3.0.2",
|
|
221
|
-
"sinon": "^
|
|
225
|
+
"sinon": "^12.0.1"
|
|
222
226
|
}
|
|
223
227
|
}
|