@omnsight/osint-entity-components 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Omni OSINT Entity Components
2
2
 
3
- This package contains a collection of React components for rendering OSINT entities, such as People, Organizations, Events, and more. It is designed to be used within the Omni OSINT ecosystem.
3
+ This [package](https://www.npmjs.com/package/@omnsight/osint-entity-components) contains a collection of React components for rendering OSINT entities, such as People, Organizations, Events, and more. It is designed to be used within the Omni OSINT ecosystem.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.1.0",
6
+ "version": "0.1.1",
7
7
  "engines": {
8
8
  "node": ">=24.0.0"
9
9
  },
@@ -8,5 +8,5 @@ export { EmptyAvatar } from './EmptyAvatar';
8
8
  export { EventAvatar } from './EventAvatar';
9
9
  export { OrganizationAvatar } from './OrganizationAvatar';
10
10
  export { PersonAvatar } from './PersonAvatar';
11
- export { SourceAvatar } from './SourceAvatar';
11
+ export { SourceAvatar, SourceAvatarRow } from './SourceAvatar';
12
12
  export { WebsiteAvatar } from './WebsiteAvatar';