@har-analyzer/components 0.0.14 → 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 +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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.14",
4
+ "version": "0.0.15",
5
5
  "description": "Reusable React components for HAR Analyzer",
6
6
  "author": "Allan Joshua",
7
7
  "license": "MIT",