@docyrus/docyrus 0.0.50 → 0.0.52

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/main.js CHANGED
@@ -139349,7 +139349,7 @@ function buildInputSchema(args2, env2, options2) {
139349
139349
  // package.json
139350
139350
  var package_default = {
139351
139351
  name: "@docyrus/docyrus",
139352
- version: "0.0.50",
139352
+ version: "0.0.52",
139353
139353
  private: false,
139354
139354
  description: "Docyrus API CLI",
139355
139355
  main: "./main.js",
@@ -140204,14 +140204,7 @@ var DEFAULT_LOGIN_SCOPES = [
140204
140204
  "profile",
140205
140205
  "offline_access",
140206
140206
  "ReadWrite.All",
140207
- "User.ReadWrite",
140208
- "Users.ReadWrite.All",
140209
- "Tenant.Read",
140210
- "Teams.Read.All",
140211
- "DS.ReadWrite.All",
140212
- "Docs.ReadWrite.All",
140213
- "Architect.ReadWrite.All",
140214
- "AI.ReadWrite.All"
140207
+ "Architect.ReadWrite.All"
140215
140208
  ].join(" ");
140216
140209
  var DOCYRUS_SETTINGS_DIR_NAME = ".docyrus";
140217
140210
  var DOCYRUS_PI_DIR_NAME = "pi";