@har-analyzer/components 0.0.13 → 0.0.15

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/README.md +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  Reusable React components for HAR Analyzer.
9
9
 
10
- ## Features
10
+ ## 🚀 Features
11
11
 
12
12
  - 📦 **Drop-in Dashboard**: Use the full `<HAREntriesViewer />` component for a complete, ready-to-run HTTP Archive visualization tool, or compose individual panels.
13
13
  - ⚖️ **Entry Comparison**: Compare multiple HAR entries side-by-side to easily spot differences in headers, payloads, and responses by simply selecting multiple rows in the network table.
@@ -78,9 +78,8 @@ import {
78
78
  HARAnalyzerPreferencesProvider,
79
79
  HAREntriesViewer,
80
80
  HARFileUploader,
81
- ViewHAREntry,
82
81
  ListHAREntries,
83
- useHAREntriesFilters
82
+ ViewHAREntry,
84
83
  } from '@har-analyzer/components';
85
84
  ```
86
85
 
@@ -90,9 +89,8 @@ import HARAnalyzer from '@har-analyzer/components/har-analyzer';
90
89
  import HARAnalyzerPreferencesProvider from '@har-analyzer/components/har-analyzer-preferences';
91
90
  import HAREntriesViewer from '@har-analyzer/components/har-entries-viewer';
92
91
  import HARFileUploader from '@har-analyzer/components/har-file-uploader';
93
- import ViewHAREntry from '@har-analyzer/components/view-har-entry';
94
92
  import ListHAREntries from '@har-analyzer/components/list-har-entries';
95
- import useHAREntriesFilters from '@har-analyzer/components/har-entries-filters';
93
+ import ViewHAREntry from '@har-analyzer/components/view-har-entry';
96
94
  ```
97
95
 
98
96
  ## Components
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@har-analyzer/components",
3
3
  "type": "module",
4
- "version": "0.0.13",
4
+ "version": "0.0.15",
5
5
  "description": "Reusable React components for HAR Analyzer",
6
6
  "author": "Allan Joshua",
7
7
  "license": "MIT",