diff --git a/js/noms/package.json b/js/noms/package.json index ba1bd0e126..709f4704c4 100644 --- a/js/noms/package.json +++ b/js/noms/package.json @@ -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", diff --git a/js/noms/src/noms.js b/js/noms/src/noms.js index 1b85aa44b6..cf7486e7c3 100644 --- a/js/noms/src/noms.js +++ b/js/noms/src/noms.js @@ -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';