Skip to content

Commit

Permalink
export the crypto-utils from the SDK because the new fetch-image serv…
Browse files Browse the repository at this point in the history
…ice needs it (#692)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **New Features**
- Enhanced the SDK by adding cryptographic utility functions for
improved functionality.
- Introduced the `useReaction` hook to the React SDK, providing new
capabilities for developers.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
tak-hntlabs authored Aug 9, 2024
1 parent f8c0392 commit a7632df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export * from './useCreateChannel'
export * from './useCreateSpace'
export * from './useJoinSpace'
export * from './useObservable'
export * from './useReaction'
export * from './useRiver'
export * from './useRiverAuthStatus'
export * from './useRiverConnection'
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
export * from './check'
export * from './client'
export * from './clientDecryptionExtensions'
export * from './crypto_utils'
export * from './encryptedContentTypes'
export * from './id'
export * from './makeRiverRpcClient'
export * from './makeStreamRpcClient'
export * from './migrations/migrateSnapshot'
export * from './migrations/snapshotMigration0000'
export * from './migrations/snapshotMigration0001'
export * from './migrations/snapshotMigration0002'
export * from './observable/observable'
export * from './observable/persistedObservable'
export * from './persistenceStore'
Expand Down

0 comments on commit a7632df

Please sign in to comment.