mango-cms 0.2.41 → 0.2.42

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.
@@ -10,7 +10,6 @@ const subscribe = ({ io, collection, document, request, individual, originalDocu
10
10
  subscription.to((document?.id||originalDocument?.id)).emit(`${collection.name}:${method}d`, payload);
11
11
 
12
12
  // Send to each custom room
13
- console.log(collection.subscribe)
14
13
  for (let room of (collection.subscribe?.rooms||[])) {
15
14
  let keys = room.split('.')
16
15
  let target = document
@@ -25,7 +25,7 @@
25
25
  "dayjs": "^1.10.7",
26
26
  "express": "^4.18.1",
27
27
  "google-maps": "^4.3.3",
28
- "mango-cms": "^0.2.41",
28
+ "mango-cms": "^0.2.42",
29
29
  "mapbox-gl": "^2.7.0",
30
30
  "sweetalert2": "^11.4.0",
31
31
  "vite": "^6.2.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mango-cms",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "main": "./index.js",
5
5
  "exports": {
6
6
  ".": "./index.js",