cloudcms-server 3.2.350 → 3.2.353

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.
@@ -1321,6 +1321,10 @@ exports = module.exports = function()
1321
1321
 
1322
1322
  if (err)
1323
1323
  {
1324
+ console.log("Authentication.Strategy.syncProfile error");
1325
+ console.log(err);
1326
+ try { console.log(JSON.stringify(err)); } catch (ee) { }
1327
+
1324
1328
  if (strategy.userSyncErrorHandler)
1325
1329
  {
1326
1330
  return done({
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "name": "cloudcms-server",
8
8
  "description": "Cloud CMS Application Server Module",
9
- "version": "3.2.350",
9
+ "version": "3.2.353",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git://github.com/gitana/cloudcms-server.git"
@@ -39,6 +39,7 @@
39
39
  "express-session": "^1.18.1",
40
40
  "express-useragent": "^1.0.15",
41
41
  "fast-proxy": "^2.2.0",
42
+ "form-data": "4.0.5",
42
43
  "gitana": "^1.0.330",
43
44
  "handlebars": "^4.7.8",
44
45
  "hbs": "^4.2.0",
@@ -61,7 +62,7 @@
61
62
  "passport-google-oauth": "^2.0.0",
62
63
  "passport-local": "^1.0.0",
63
64
  "passport-oauth": "^1.0.0",
64
- "@node-saml/passport-saml": "5.0.0",
65
+ "@node-saml/passport-saml": "5.1.0",
65
66
  "random-js": "^2.1.0",
66
67
  "recursive-readdir": "^2.2.3",
67
68
  "redis": "^4.7.0",