Export BatchStoreAdaptor (#2760)

This commit is contained in:
Erik Arvidsson
2016-10-26 14:58:51 -07:00
committed by GitHub
parent fdf86980d5
commit 3be4130a03
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@attic/noms",
"license": "Apache-2.0",
"version": "63.1.3",
"version": "63.2.0",
"description": "Noms JS SDK",
"repository": "https://github.com/attic-labs/noms",
"main": "dist/commonjs/noms.js",

View File

@@ -14,6 +14,7 @@ export {default as Blob, BlobReader, BlobWriter} from './blob.js';
export {decodeValue} from './codec.js';
export {default as Chunk} from './chunk.js';
export {getHashOfValue} from './get-hash.js';
export {BatchStoreAdaptor} from './batch-store.js';
export {default as HttpBatchStore} from './http-batch-store.js';
export {default as MemoryStore} from './memory-store.js';
export {default as Hash, emptyHash} from './hash.js';