nodebb-plugin-onekite-calendar 2.0.45 → 2.0.46

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/lib/api.js CHANGED
@@ -544,7 +544,6 @@ const api = {};
544
544
  // --------------------
545
545
  // Calendar export helpers (ICS / Google Calendar template link)
546
546
  // --------------------
547
- const nconf = require.main.require('nconf');
548
547
  function baseUrl() {
549
548
  try {
550
549
  return String(nconf.get('url') || '').replace(/\/$/, '');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-onekite-calendar",
3
- "version": "2.0.45",
3
+ "version": "2.0.46",
4
4
  "description": "FullCalendar-based equipment reservation workflow with admin approval & HelloAsso payment for NodeBB",
5
5
  "main": "library.js",
6
6
  "license": "MIT",
package/plugin.json CHANGED
@@ -39,5 +39,5 @@
39
39
  "acpScripts": [
40
40
  "public/admin.js"
41
41
  ],
42
- "version": "2.0.45"
42
+ "version": "2.0.46"
43
43
  }