Skip to content

Commit 596b7f0

Browse files
committed
Initial Draft
1 parent 126871b commit 596b7f0

21 files changed

Lines changed: 4189 additions & 5589 deletions

package.json

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@filebase/sdk",
3-
"version": "1.0.6",
3+
"version": "2.0.0",
44
"description": "SDK for Interacting with Filebase Services [S3(Buckets, Objects), IPFS(Gateways, Pins) IPNS(Names)]",
55
"repository": {
66
"type": "git",
@@ -38,28 +38,23 @@
3838
"ipns",
3939
"sdk",
4040
"web3",
41-
"distributed"
41+
"distributed",
42+
"decentralized"
4243
],
4344
"devDependencies": {
4445
"clean-jsdoc-theme": "4.2.17",
4546
"jsdoc": "4.0.2",
46-
"prettier": "3.1.0",
47+
"prettier": "3.6.2",
4748
"tsup": "8.0.1",
48-
"typescript": "5.3.3"
49+
"typescript": "5.3.3",
50+
"uuid": "11.1.0"
4951
},
5052
"dependencies": {
51-
"@aws-sdk/client-s3": "3.478.0",
52-
"@aws-sdk/lib-storage": "3.478.0",
53-
"@helia/car": "1.0.4",
54-
"@helia/mfs": "3.0.1",
55-
"@helia/unixfs": "1.4.3",
56-
"@ipld/car": "5.2.4",
57-
"axios": "1.6.2",
58-
"blockstore-fs": "1.1.10",
59-
"blockstore-core": "4.4.1",
60-
"datastore-core": "9.2.9",
61-
"p-queue": "8.0.1",
62-
"uuid": "9.0.1",
53+
"@aws-sdk/client-s3": "3.842.0",
54+
"@aws-sdk/s3-request-presigner": "3.844.0",
55+
"axios": "1.10.0",
56+
"ipns": "10.1.2",
57+
"kubo-rpc-client": "5.2.0",
6358
"winston": "3.12.0"
6459
}
6560
}

src/bucketManager.js

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)