@pnp/cli-microsoft365 5.2.0 → 5.3.0-beta.9caead4
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/dist/m365/planner/commands/bucket/bucket-remove.js +214 -0
- package/dist/m365/planner/commands/task/task-get.js +150 -7
- package/dist/m365/planner/commands.js +1 -0
- package/dist/m365/spo/commands/field/field-list.js +84 -0
- package/dist/m365/spo/commands/list/list-roleinheritance-break.js +84 -0
- package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +76 -0
- package/dist/m365/spo/commands/roledefinition/roledefinition-list.js +49 -0
- package/dist/m365/spo/commands.js +4 -0
- package/dist/m365/tenant/commands/security/security-alerts-list.js +71 -0
- package/dist/m365/tenant/commands.js +1 -0
- package/docs/docs/cmd/planner/bucket/bucket-remove.md +60 -0
- package/docs/docs/cmd/planner/task/task-get.md +30 -3
- package/docs/docs/cmd/spo/field/field-list.md +51 -0
- package/docs/docs/cmd/spo/list/list-roleinheritance-break.md +55 -0
- package/docs/docs/cmd/spo/list/list-roleinheritance-reset.md +36 -0
- package/docs/docs/cmd/spo/roledefinition/roledefinition-list.md +24 -0
- package/docs/docs/cmd/tenant/security/security-alerts-list.md +30 -0
- package/npm-shrinkwrap.json +1517 -1284
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0-beta.9caead4",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -180,58 +180,58 @@
|
|
|
180
180
|
"Wojcik, Adam <adam.wojcik.it@gmail.com>"
|
|
181
181
|
],
|
|
182
182
|
"dependencies": {
|
|
183
|
-
"@azure/msal-node": "^1.
|
|
183
|
+
"@azure/msal-node": "^1.8.0",
|
|
184
184
|
"@xmldom/xmldom": "^0.7.5",
|
|
185
|
-
"adaptive-expressions": "^4.
|
|
185
|
+
"adaptive-expressions": "^4.16.0",
|
|
186
186
|
"adaptivecards": "^2.10.0",
|
|
187
187
|
"adaptivecards-templating": "^2.2.0",
|
|
188
188
|
"adm-zip": "^0.5.9",
|
|
189
|
-
"applicationinsights": "^2.
|
|
190
|
-
"axios": "^0.
|
|
189
|
+
"applicationinsights": "^2.3.2",
|
|
190
|
+
"axios": "^0.27.2",
|
|
191
191
|
"chalk": "^4.1.2",
|
|
192
192
|
"clipboardy": "^2.3.0",
|
|
193
193
|
"csv-stringify": "^6.0.5",
|
|
194
194
|
"easy-table": "^1.2.0",
|
|
195
|
-
"inquirer": "^8.2.
|
|
195
|
+
"inquirer": "^8.2.4",
|
|
196
196
|
"jmespath": "^0.16.0",
|
|
197
197
|
"json-to-ast": "^2.1.0",
|
|
198
|
-
"minimist": "^1.2.
|
|
199
|
-
"node-forge": "^1.
|
|
198
|
+
"minimist": "^1.2.6",
|
|
199
|
+
"node-forge": "^1.3.1",
|
|
200
200
|
"omelette": "^0.4.17",
|
|
201
201
|
"open": "^8.4.0",
|
|
202
|
-
"semver": "^7.3.
|
|
202
|
+
"semver": "^7.3.7",
|
|
203
203
|
"strip-json-comments": "^3.1.1",
|
|
204
|
-
"typescript": "^4.6.
|
|
204
|
+
"typescript": "^4.6.4",
|
|
205
205
|
"update-notifier": "^5.1.0",
|
|
206
206
|
"uuid": "^8.3.2"
|
|
207
207
|
},
|
|
208
208
|
"devDependencies": {
|
|
209
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
210
|
-
"@types/adm-zip": "^0.
|
|
211
|
-
"@types/inquirer": "^8.2.
|
|
209
|
+
"@microsoft/microsoft-graph-types": "^2.19.0",
|
|
210
|
+
"@types/adm-zip": "^0.5.0",
|
|
211
|
+
"@types/inquirer": "^8.2.1",
|
|
212
212
|
"@types/jmespath": "^0.15.0",
|
|
213
213
|
"@types/json-to-ast": "^2.1.2",
|
|
214
214
|
"@types/minimist": "^1.2.2",
|
|
215
|
-
"@types/mocha": "^9.1.
|
|
216
|
-
"@types/node": "^16.11.
|
|
217
|
-
"@types/node-forge": "^1.0.
|
|
215
|
+
"@types/mocha": "^9.1.1",
|
|
216
|
+
"@types/node": "^16.11.32",
|
|
217
|
+
"@types/node-forge": "^1.0.2",
|
|
218
218
|
"@types/semver": "^7.3.9",
|
|
219
219
|
"@types/sinon": "^10.0.11",
|
|
220
220
|
"@types/update-notifier": "^5.1.0",
|
|
221
221
|
"@types/uuid": "^8.3.4",
|
|
222
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
223
|
-
"@typescript-eslint/parser": "^5.
|
|
224
|
-
"c8": "^7.11.
|
|
222
|
+
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
223
|
+
"@typescript-eslint/parser": "^5.21.0",
|
|
224
|
+
"c8": "^7.11.2",
|
|
225
225
|
"coveralls": "^3.1.1",
|
|
226
|
-
"eslint": "^8.
|
|
227
|
-
"eslint-config-standard": "^
|
|
226
|
+
"eslint": "^8.14.0",
|
|
227
|
+
"eslint-config-standard": "^17.0.0",
|
|
228
228
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
229
|
-
"eslint-plugin-import": "^2.
|
|
229
|
+
"eslint-plugin-import": "^2.26.0",
|
|
230
230
|
"eslint-plugin-node": "^11.1.0",
|
|
231
231
|
"eslint-plugin-promise": "^6.0.0",
|
|
232
|
-
"mocha": "^9.2.
|
|
232
|
+
"mocha": "^9.2.2",
|
|
233
233
|
"rimraf": "^3.0.2",
|
|
234
|
-
"sinon": "^13.0.
|
|
234
|
+
"sinon": "^13.0.2",
|
|
235
235
|
"source-map-support": "^0.5.21"
|
|
236
236
|
}
|
|
237
|
-
}
|
|
237
|
+
}
|