From 3277d9a7a6887be23cbb727aceb2ff44c1c2cdad Mon Sep 17 00:00:00 2001 From: endomorphosis Date: Sat, 31 Aug 2024 17:41:01 -0700 Subject: [PATCH] chore: Bump ipfs_model_manager_js package version to 1.0.19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c31fe29..4607431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs_model_manager_js", - "version": "1.0.18", + "version": "1.0.19", "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": "index.js",