diff --git a/index.js b/index.js index 10f494d..641d1b4 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ -export * from '/ipfs_model_manager_js/ipfs_model_manager.js'; -export * from '/ipfs_model_manager_js/s3_kit.js'; -export * from '/ipfs_model_manager_js/test_fio.js'; \ No newline at end of file + +export {ipfsModelManager} from './ipfs_model_manager_js/ipfs_model_manager.js'; +export * from './ipfs_model_manager_js/ipfs_model_manager.js'; +export * from './ipfs_model_manager_js/s3_kit.js'; +export * from './ipfs_model_manager_js/test_fio.js'; \ No newline at end of file diff --git a/package.json b/package.json index 9429c8d..4c4fa7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs_model_manager_js", - "version": "1.0.5", + "version": "1.0.6", "description": "This is a model manager and wrapper for huggingface, and it maintains an index of models from collections of models store retrieved through local/https/s3/ipfs/orbitdb, then maintains a state of which what models are currently accesible, and it will choose what files should be cached through local/s3/ipfs/ based on configuration settings.", "type": "module", "main": "model_manager.js",