@cord-sdk/react
Advanced tools
Comparing version 0.0.40 to 0.0.41
@@ -173,3 +173,3 @@ 'use strict'; | ||
navigate, | ||
react_package_version: "0.0.40", | ||
react_package_version: "0.0.41", | ||
thread_options: threadOptions | ||
@@ -176,0 +176,0 @@ ? { |
@@ -22,9 +22,10 @@ export { CordProvider, CordContext } from './contexts/CordContext'; | ||
export { FacepileReactComponentProps, Facepile } from './components/Facepile'; | ||
export * as notification from './hooks/notification'; | ||
export * as presence from './hooks/presence'; | ||
export * as thread from './hooks/thread'; | ||
export * as experimental from './experimental'; | ||
export * as beta from './beta'; | ||
import * as notification from './hooks/notification'; | ||
import * as presence from './hooks/presence'; | ||
import * as thread from './hooks/thread'; | ||
import * as experimental from './experimental'; | ||
import * as beta from './beta'; | ||
export { useSummary as useCordNotificationSummary } from './hooks/notification'; | ||
export { useLocationData as useCordPresentUsers } from './hooks/presence'; | ||
export { useLocationSummary as useCordThreadActivitySummary, useThreadSummary as useCordThreadSummary, } from './hooks/thread'; | ||
export { notification, presence, thread, experimental, beta }; |
@@ -150,3 +150,3 @@ import { jsx } from 'react/jsx-runtime'; | ||
navigate, | ||
react_package_version: "0.0.40", | ||
react_package_version: "0.0.41", | ||
thread_options: threadOptions | ||
@@ -153,0 +153,0 @@ ? { |
{ | ||
"name": "@cord-sdk/react", | ||
"description": "React components for Cord", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"homepage": "https://docs.cord.com/", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cord-sdk/types": "0.0.40", | ||
"@cord-sdk/components": "0.0.40" | ||
"@cord-sdk/types": "0.0.41", | ||
"@cord-sdk/components": "0.0.41" | ||
}, | ||
@@ -30,3 +30,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@cord-sdk/jsx": "0.0.40", | ||
"@cord-sdk/jsx": "0.0.41", | ||
"@types/react": "^17.0.43", | ||
@@ -33,0 +33,0 @@ "rollup": "^2.70.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121007
2457
+ Added@cord-sdk/components@0.0.41(transitive)
+ Added@cord-sdk/types@0.0.41(transitive)
- Removed@cord-sdk/components@0.0.40(transitive)
- Removed@cord-sdk/types@0.0.40(transitive)
Updated@cord-sdk/components@0.0.41
Updated@cord-sdk/types@0.0.41