@cocreate/notification 1.8.2 → 1.8.3

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.
Files changed (2) hide show
  1. package/package.json +1 -2
  2. package/src/server.js +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/notification",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Simple HTML5 & JavaScript component add, update & remove values in element's notification from input, select or js api. Easily configured using HTML5 notification and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "cocreate",
@@ -73,7 +73,6 @@
73
73
  "@cocreate/render@1.46.1": true,
74
74
  "@cocreate/socket-client@1.40.5": true,
75
75
  "@cocreate/utils@1.42.2": true,
76
- "@cocreate/uuid@1.12.4": true,
77
76
  "@cocreate/webpack@1.4.3": true
78
77
  }
79
78
  }
package/src/server.js CHANGED
@@ -26,9 +26,6 @@ import https from 'https';
26
26
  import webpush from 'web-push';
27
27
  import server from '@cocreate/server';
28
28
 
29
- // ==========================================
30
- // Module-Level Sandbox State (ESM Singleton Container)
31
- // ==========================================
32
29
  const newKeyMap = new Map();
33
30
  const subscriptions = new Map();
34
31