nodebb-plugin-onekite-calendar 1.0.23 → 1.0.24

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
@@ -1000,4 +1000,6 @@ api.cancelReservation = async function (req, res) {
1000
1000
  return res.json({ ok: true, status: 'cancelled' });
1001
1001
  };
1002
1002
 
1003
- module.exports = api;
1003
+ module.exports = api;
1004
+
1005
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-onekite-calendar",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
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": "1.0.23"
42
+ "version": "1.0.24"
43
43
  }