@openinc/parse-server-opendash 4.1.2 → 4.1.4

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.
@@ -14,5 +14,7 @@ function isClassEnabled(className) {
14
14
  // if (!config.getBoolean("FEATURES_ENABLED")) return true;
15
15
  const feature = getFeatureForClassName(className);
16
16
  const enabled = (0, index_js_1.isFeatureEnabled)(feature);
17
+ if (enabled)
18
+ console.log("Enabling class:" + className);
17
19
  return enabled;
18
20
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "description": "Parse Server Cloud Code for open.INC Stack.",
5
- "packageManager": "pnpm@11.9.0",
5
+ "packageManager": "pnpm@11.25.0",
6
6
  "keywords": [
7
7
  "parse",
8
8
  "opendash"
@@ -72,17 +72,17 @@
72
72
  "@openinc/parse-server-schema": "^4.1.1",
73
73
  "amqplib": "^0.10.9",
74
74
  "cron": "^4.4.0",
75
- "dayjs": "^1.11.21",
75
+ "dayjs": "^1.11.23",
76
76
  "dotenv": "^17.4.2",
77
- "fast-equals": "^6.0.0",
78
- "i18next": "^26.3.1",
79
- "i18next-fs-backend": "^2.6.6",
77
+ "fast-equals": "^6.0.2",
78
+ "i18next": "^26.4.1",
79
+ "i18next-fs-backend": "^2.6.7",
80
80
  "jsonwebtoken": "^9.0.3",
81
81
  "jwks-rsa": "^4.1.0",
82
- "nodemailer": "^9.0.1",
82
+ "nodemailer": "^9.1.1",
83
83
  "nunjucks": "^3.2.4",
84
84
  "parse": "^8.6.0",
85
- "parse-server": "9.9.1-alpha.13",
85
+ "parse-server": "9.10.0",
86
86
  "pdf-img-convert": "2.0.0",
87
87
  "rimraf": "^6.1.3",
88
88
  "table": "^6.9.0",
@@ -91,15 +91,15 @@
91
91
  },
92
92
  "devDependencies": {
93
93
  "@types/jsonwebtoken": "^9.0.10",
94
- "@types/node": "^25.9.4",
94
+ "@types/node": "^25.9.5",
95
95
  "@types/nodemailer": "^8.0.1",
96
96
  "@types/nunjucks": "^3.2.6",
97
97
  "@types/safe-timers": "^1.1.2",
98
98
  "@types/web-push": "^3.6.4",
99
- "concurrently": "^9.2.3",
99
+ "concurrently": "^10.0.5",
100
100
  "ts-node": "^10.9.2",
101
- "typedoc": "^0.28.19",
102
- "typedoc-plugin-markdown": "^4.12.0",
101
+ "typedoc": "^0.28.20",
102
+ "typedoc-plugin-markdown": "^4.13.0",
103
103
  "typescript": "^5.9.3"
104
104
  }
105
105
  }