@docyrus/docyrus 0.0.51 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/docyrus",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "private": false,
5
5
  "description": "Docyrus API CLI",
6
6
  "main": "./main.js",
package/server-loader.js CHANGED
@@ -23031,14 +23031,7 @@ var DEFAULT_LOGIN_SCOPES = [
23031
23031
  "profile",
23032
23032
  "offline_access",
23033
23033
  "ReadWrite.All",
23034
- "User.ReadWrite",
23035
- "Users.ReadWrite.All",
23036
- "Tenant.Read",
23037
- "Teams.Read.All",
23038
- "DS.ReadWrite.All",
23039
- "Docs.ReadWrite.All",
23040
- "Architect.ReadWrite.All",
23041
- "AI.ReadWrite.All"
23034
+ "Architect.ReadWrite.All"
23042
23035
  ].join(" ");
23043
23036
  var DOCYRUS_SETTINGS_DIR_NAME = ".docyrus";
23044
23037
  var DOCYRUS_PI_DIR_NAME = "pi";