@edusight/notification-widget 1.0.5 → 1.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edusight/notification-widget",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "description": "React notification center widget with Material UI and Tailwind CSS for EduSight Notification Service",
6
6
  "main": "./dist/index.js",
@@ -1,8 +0,0 @@
1
- type ProcessLike = {
2
- env?: Record<string, string>;
3
- nextTick?: (callback: () => void) => void;
4
- [key: string]: unknown;
5
- };
6
- declare const nextTickHandler: (callback: () => void) => void;
7
- declare const globalProcess: ProcessLike | undefined;
8
- //# sourceMappingURL=process.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"process.d.ts","sourceRoot":"","sources":["../../src/polyfills/process.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IAC1C,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,eAAe,aAEJ,MAAM,IAAI,SACqC,CAAC;AAEjE,QAAA,MAAM,aAAa,yBAAiE,CAAC"}