Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed Feb 22, 2025
1 parent d837901 commit 00d97a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion irisdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "irisdb",
"version": "1.0.13",
"version": "1.0.14",
"type": "module",
"description": "Treelike subscribable data structure that can be easily synced over different transports",
"main": "dist/irisdb.umd.js",
Expand Down
1 change: 1 addition & 0 deletions irisdb/src/adapters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
* Different storage and networking options for IrisDB.
*/
export { BroadcastChannelAdapter } from './BroadcastChannelAdapter';
export { IndexedDBAdapter } from './IndexedDBAdapter';
export { LocalStorageMemoryAdapter } from './LocalStorageMemoryAdapter';
export { MemoryAdapter } from './MemoryAdapter';

0 comments on commit 00d97a3

Please sign in to comment.