@har-analyzer/components 0.0.4 → 0.0.5

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ pnpm add @har-analyzer/components
16
16
 
17
17
  Below are the available components and their usage examples:
18
18
 
19
- ### HarAnalyzer
19
+ ### HarAnalyzer ([Demo](https://theallanjoshua.github.io/har-analyzer/))
20
20
 
21
21
  ```jsx
22
22
  import HarAnalyzer from '@har-analyzer/components/har-analyzer';
@@ -33,6 +33,7 @@ function App() {
33
33
  | logo | React.ReactNode | No | A logo to display in the header. |
34
34
  | appName | string | Yes | The name of the application. |
35
35
 
36
+
36
37
  ---
37
38
 
38
39
  ### HAREntriesViewer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@har-analyzer/components",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Reusable React components for HAR Analyzer",
5
5
  "author": "Allan Joshua",
6
6
  "license": "MIT",