@edusight/notification-widget 1.0.5 → 1.0.7

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.7",
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",
@@ -43,7 +43,7 @@
43
43
  "format": "prettier --write \"src/**/*.{ts,tsx,json,md}\"",
44
44
  "type-check": "tsc --noEmit",
45
45
  "prepublishOnly": "npm run build && npm run test && npm run type-check",
46
- "publish": "npm publish --access public"
46
+ "pub:pkg": "npm publish --access public"
47
47
  },
48
48
  "keywords": [
49
49
  "edusight",
@@ -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"}