@pnp/cli-microsoft365 5.0.0-beta.5a0b256 → 5.0.0-beta.6d4dbfb
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/aad/commands/user/user-list.js +7 -4
- package/dist/m365/planner/commands/task/task-details-get.js +39 -0
- package/dist/m365/planner/commands/task/task-get.js +37 -0
- package/dist/m365/planner/commands.js +2 -0
- package/dist/m365/spo/commands/group/group-user-remove.js +100 -0
- package/dist/m365/spo/commands.js +1 -0
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-health-get.js +57 -0
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-health-list.js +56 -0
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-healthissue-get.js +39 -0
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-healthissue-list.js +38 -0
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-message-get.js +51 -0
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-message-list.js +38 -0
- package/dist/m365/tenant/commands.js +6 -0
- package/docs/docs/cmd/aad/user/user-list.md +9 -0
- package/docs/docs/cmd/planner/task/task-details-get.md +24 -0
- package/docs/docs/cmd/planner/task/task-get.md +24 -0
- package/docs/docs/cmd/spo/group/group-user-remove.md +39 -0
- package/docs/docs/cmd/teams/channel/channel-get.md +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +33 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +30 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.md +24 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.md +34 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.md +28 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.md +34 -0
- package/npm-shrinkwrap.json +808 -770
- package/package.json +17 -17
- package/dist/m365/base/AadCommand.js +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.6d4dbfb",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -173,57 +173,57 @@
|
|
|
173
173
|
"Wojcik, Adam <adam.wojcik.it@gmail.com>"
|
|
174
174
|
],
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@azure/msal-node": "^1.
|
|
176
|
+
"@azure/msal-node": "^1.6.0",
|
|
177
177
|
"@xmldom/xmldom": "^0.7.5",
|
|
178
178
|
"adaptive-expressions": "^4.15.0",
|
|
179
179
|
"adaptivecards": "^2.10.0",
|
|
180
180
|
"adaptivecards-templating": "^2.2.0",
|
|
181
181
|
"adm-zip": "^0.5.9",
|
|
182
|
-
"applicationinsights": "^2.2.
|
|
183
|
-
"axios": "^0.
|
|
182
|
+
"applicationinsights": "^2.2.1",
|
|
183
|
+
"axios": "^0.25.0",
|
|
184
184
|
"chalk": "^4.1.2",
|
|
185
185
|
"csv-stringify": "^6.0.5",
|
|
186
186
|
"easy-table": "^1.2.0",
|
|
187
187
|
"inquirer": "^8.2.0",
|
|
188
|
-
"jmespath": "^0.
|
|
188
|
+
"jmespath": "^0.16.0",
|
|
189
189
|
"json-to-ast": "^2.1.0",
|
|
190
190
|
"markshell": "^1.3.8",
|
|
191
191
|
"minimist": "^1.2.5",
|
|
192
|
-
"node-forge": "^1.2.
|
|
192
|
+
"node-forge": "^1.2.1",
|
|
193
193
|
"omelette": "^0.4.17",
|
|
194
194
|
"open": "^8.4.0",
|
|
195
195
|
"semver": "^7.3.4",
|
|
196
196
|
"strip-json-comments": "^3.1.1",
|
|
197
|
-
"typescript": "^4.5.
|
|
197
|
+
"typescript": "^4.5.5",
|
|
198
198
|
"update-notifier": "^5.1.0",
|
|
199
199
|
"uuid": "^8.3.2"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
202
|
+
"@microsoft/microsoft-graph-types": "^2.13.0",
|
|
203
203
|
"@types/adm-zip": "^0.4.34",
|
|
204
|
-
"@types/inquirer": "^8.
|
|
204
|
+
"@types/inquirer": "^8.2.0",
|
|
205
205
|
"@types/jmespath": "^0.15.0",
|
|
206
206
|
"@types/json-to-ast": "^2.1.2",
|
|
207
207
|
"@types/minimist": "^1.2.2",
|
|
208
|
-
"@types/mocha": "^9.
|
|
209
|
-
"@types/node": "^16.11.
|
|
208
|
+
"@types/mocha": "^9.1.0",
|
|
209
|
+
"@types/node": "^16.11.22",
|
|
210
210
|
"@types/node-forge": "^1.0.0",
|
|
211
211
|
"@types/semver": "^7.3.9",
|
|
212
|
-
"@types/sinon": "^10.0.
|
|
212
|
+
"@types/sinon": "^10.0.11",
|
|
213
213
|
"@types/update-notifier": "^5.1.0",
|
|
214
214
|
"@types/uuid": "^8.3.4",
|
|
215
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
216
|
-
"@typescript-eslint/parser": "^5.
|
|
215
|
+
"@typescript-eslint/eslint-plugin": "^5.11.0",
|
|
216
|
+
"@typescript-eslint/parser": "^5.11.0",
|
|
217
217
|
"c8": "^7.11.0",
|
|
218
218
|
"coveralls": "^3.1.1",
|
|
219
|
-
"eslint": "^8.
|
|
219
|
+
"eslint": "^8.8.0",
|
|
220
220
|
"eslint-config-standard": "^16.0.3",
|
|
221
221
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
222
222
|
"eslint-plugin-import": "^2.25.4",
|
|
223
223
|
"eslint-plugin-node": "^11.1.0",
|
|
224
224
|
"eslint-plugin-promise": "^6.0.0",
|
|
225
|
-
"mocha": "^9.
|
|
225
|
+
"mocha": "^9.2.0",
|
|
226
226
|
"rimraf": "^3.0.2",
|
|
227
|
-
"sinon": "^
|
|
227
|
+
"sinon": "^13.0.1"
|
|
228
228
|
}
|
|
229
229
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Command_1 = require("../../Command");
|
|
4
|
-
class AadCommand extends Command_1.default {
|
|
5
|
-
get resource() {
|
|
6
|
-
return 'https://graph.windows.net';
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
exports.default = AadCommand;
|
|
10
|
-
//# sourceMappingURL=AadCommand.js.map
|