@ambuj.bhaskar/react-component-library 0.10.2 → 0.10.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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -170,7 +170,7 @@ export declare type EventPreviewProps = {
170
170
  };
171
171
 
172
172
  declare type EventType = {
173
- id: number;
173
+ id: string;
174
174
  frameUrl: string;
175
175
  severity: string;
176
176
  location: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ambuj.bhaskar/react-component-library",
3
3
  "private": false,
4
- "version": "0.10.2",
4
+ "version": "0.10.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"