@pnp/cli-microsoft365 6.5.0-beta.f8b8018 → 6.6.0-beta.2339ae2
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 +2 -0
- package/Dockerfile +1 -0
- package/dist/Command.js +17 -7
- package/dist/cli/Cli.js +15 -11
- package/dist/m365/cli/commands/config/config-set.js +1 -0
- package/dist/m365/commands/request.js +18 -1
- package/dist/m365/pa/commands/app/app-export.js +197 -0
- package/dist/m365/pa/commands.js +1 -0
- package/dist/m365/pp/commands/tenant/tenant-settings-set.js +261 -0
- package/dist/m365/pp/commands.js +2 -1
- package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +79 -0
- package/dist/m365/purview/commands.js +2 -1
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.0.js +23 -0
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.1.js +23 -0
- package/dist/m365/spfx/commands/project/project-doctor.js +3 -1
- package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.17.0-rc.1.js → upgrade-1.17.0.js} +26 -26
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.1.js +55 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +14 -15
- package/dist/m365/spfx/commands/spfx-doctor.js +30 -0
- package/dist/m365/spo/commands/file/file-move.js +1 -1
- package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +22 -1
- package/dist/m365/spo/commands/listitem/ListItemFieldValueResult.js +3 -0
- package/dist/m365/spo/commands/listitem/listitem-add.js +6 -5
- package/dist/m365/spo/commands/listitem/listitem-batch-add.js +18 -1
- package/dist/m365/spo/commands/listitem/listitem-get.js +21 -6
- package/dist/m365/spo/commands/listitem/listitem-retentionlabel-ensure.js +35 -1
- package/dist/m365/spo/commands/listitem/listitem-set.js +5 -6
- package/dist/m365/spo/commands/web/web-set.js +33 -13
- package/dist/settingsNames.js +2 -1
- package/dist/utils/fsUtil.js +1 -1
- package/docs/docs/_clisettings.md +1 -0
- package/docs/docs/cmd/aad/o365group/o365group-add.md +3 -3
- package/docs/docs/cmd/pa/app/app-export.md +52 -0
- package/docs/docs/cmd/pp/tenant/tenant-settings-set.md +218 -0
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.md +191 -0
- package/docs/docs/cmd/request.md +10 -4
- package/docs/docs/cmd/spfx/project/project-upgrade.md +2 -2
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +12 -1
- package/docs/docs/cmd/spo/listitem/listitem-add.md +12 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +12 -9
- package/docs/docs/cmd/spo/listitem/listitem-get.md +14 -5
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.md +15 -2
- package/docs/docs/cmd/spo/listitem/listitem-set.md +12 -1
- package/npm-shrinkwrap.json +460 -273
- package/package.json +14 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.6.0-beta.2339ae2",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -163,6 +163,7 @@
|
|
|
163
163
|
"Nachan, Smita <smita.nachan@gmail.com>",
|
|
164
164
|
"Nadir, Daniaal <daniaal1030@gmail.com>",
|
|
165
165
|
"Narbutas, Valeras <valeras.narbutas@macaw.nl>",
|
|
166
|
+
"Nicolas <nicolascamara29@gmail.com>",
|
|
166
167
|
"Nikolić, Aleksandar <alexandair@live.com>",
|
|
167
168
|
"O'Callaghan, Conor <brioscaibriste@gmail.com>",
|
|
168
169
|
"Otto <berot3@gmail.com>",
|
|
@@ -217,16 +218,17 @@
|
|
|
217
218
|
"Waegebaert, Jasey <jaseyw@gmigroup.be>",
|
|
218
219
|
"Wilen, Wictor <wictor@wictorwilen.se>",
|
|
219
220
|
"Williams, Rabia <rabiawilliams@gmail.com>",
|
|
220
|
-
"Wojcik, Adam <adam.wojcik.it@gmail.com>"
|
|
221
|
+
"Wojcik, Adam <adam.wojcik.it@gmail.com>",
|
|
222
|
+
"Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
|
|
221
223
|
],
|
|
222
224
|
"dependencies": {
|
|
223
|
-
"@azure/msal-node": "^1.
|
|
224
|
-
"@xmldom/xmldom": "^0.8.
|
|
225
|
-
"adaptive-expressions": "^4.19.
|
|
225
|
+
"@azure/msal-node": "^1.16.0",
|
|
226
|
+
"@xmldom/xmldom": "^0.8.7",
|
|
227
|
+
"adaptive-expressions": "^4.19.3",
|
|
226
228
|
"adaptivecards": "^2.11.2",
|
|
227
229
|
"adaptivecards-templating": "^2.3.1",
|
|
228
230
|
"adm-zip": "^0.5.10",
|
|
229
|
-
"applicationinsights": "^2.5.
|
|
231
|
+
"applicationinsights": "^2.5.1",
|
|
230
232
|
"axios": "^0.27.2",
|
|
231
233
|
"chalk": "^4.1.2",
|
|
232
234
|
"clipboardy": "^2.3.0",
|
|
@@ -254,16 +256,16 @@
|
|
|
254
256
|
"@types/json-to-ast": "^2.1.2",
|
|
255
257
|
"@types/minimist": "^1.2.2",
|
|
256
258
|
"@types/mocha": "^10.0.1",
|
|
257
|
-
"@types/node": "^16.18.
|
|
258
|
-
"@types/node-forge": "^1.3.
|
|
259
|
+
"@types/node": "^16.18.23",
|
|
260
|
+
"@types/node-forge": "^1.3.2",
|
|
259
261
|
"@types/semver": "^7.3.13",
|
|
260
262
|
"@types/sinon": "^10.0.13",
|
|
261
263
|
"@types/update-notifier": "^5.1.0",
|
|
262
264
|
"@types/uuid": "^9.0.1",
|
|
263
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
264
|
-
"@typescript-eslint/parser": "^5.
|
|
265
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
266
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
265
267
|
"c8": "^7.13.0",
|
|
266
|
-
"eslint": "^8.
|
|
268
|
+
"eslint": "^8.37.0",
|
|
267
269
|
"eslint-config-standard": "^17.0.0",
|
|
268
270
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
269
271
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -272,7 +274,7 @@
|
|
|
272
274
|
"eslint-plugin-promise": "^6.1.1",
|
|
273
275
|
"mocha": "^10.2.0",
|
|
274
276
|
"rimraf": "^3.0.2",
|
|
275
|
-
"sinon": "^15.0.
|
|
277
|
+
"sinon": "^15.0.3",
|
|
276
278
|
"source-map-support": "^0.5.21"
|
|
277
279
|
}
|
|
278
280
|
}
|