Skip to content

Commit

Permalink
chore: Bump ipfs_model_manager_js package version to 1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Sep 4, 2024
1 parent f316387 commit 180aa2b
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs_model_manager_js",
"version": "1.0.22",
"version": "1.0.25",
"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",
Expand All @@ -12,33 +12,20 @@
"url": "git+https://github.com/endomorphosis/ipfs_model_manager_js.git"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.315.0",
"@aws-sdk/lib-storage": "^3.315.0",
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@mwni/toml": "^1.0.0",
"@orbitdb/core": "^2.1.0",
"@orbitdb/quickstart": "^1.0.0",
"aws-sdk": "^2.1597.0",
"commander": "^11.0.0",
"crypto": "^1.0.1",
"deasync": "^0.1.29",
"debug": "^4.3.4",
"esm": "^3.2.25",
"ipfs_faiss_js": "^1.0.4",
"ipfs_kit_js": "^1.0.22",
"ipfs_huggingface_scraper_js": "^1.0.16",
"ipfs_model_manager_js": "^1.0.9",
"libp2p_kit_js": "^1.0.14",
"orbitdb_kit_js": "^1.0.9",
"fs-extra": "^11.2.0",
"ipfs_faiss_js": "^1.0.5",
"ipfs_huggingface_scraper_js": "^1.0.19",
"ipfs_kit_js": "^1.0.23",
"is-stream": "^3.0.0",
"libp2p_kit_js": "^1.0.16",
"moment": "^2.30.1",
"nodejs": "^0.0.0",
"npm": "^10.8.2",
"prompt-sync": "^4.2.0",
"prompt-sync-history": "^1.0.1",
"shutil": "^0.0.1",
"orbitdb_kit_js": "^1.0.11",
"subprocess": "^0.3.0",
"sync-request": "6.1.0",
"tar": "^7.1.0",
"tmp": "^0.2.3"
},
Expand Down

0 comments on commit 180aa2b

Please sign in to comment.