@openinc/parse-server-opendash 3.10.0 → 3.10.2

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/README.md CHANGED
@@ -29,3 +29,5 @@ For a full list of options see the file at [CONFIG.md](https://github.com/open-i
29
29
  ## Development
30
30
 
31
31
  See the file at [DEVELOPMENT.md](https://github.com/open-inc/node-parse-server-opendash/blob/master/DEVELOPMENT.md)
32
+
33
+ ##
@@ -83,6 +83,7 @@ function getKey(header, callback) {
83
83
  }
84
84
  async function init(name) {
85
85
  Parse.Cloud.define(name, async (request) => {
86
+ console.log("Logging in with microsoft...");
86
87
  const token = request.params.token;
87
88
  const account = request.params.account;
88
89
  const defaultTenant = await new Parse.Query(types_1.Tenant)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "3.10.0",
3
+ "version": "3.10.2",
4
4
  "description": "Parse Server Cloud Code for open.INC Stack.",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "keywords": [