Skip to content

Commit 55e7428

Browse files
committed
bump sdk version
1 parent f39f1f8 commit 55e7428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storagehub-sdk/core",
3-
"version": "0.0.5",
3+
"version": "0.3.1",
44
"description": "Core primitives for StorageHub SDK (types, crypto, filemanager, storage, wasm bindings)",
55
"type": "module",
66
"main": "./dist/index.node.js",

sdk/msp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storagehub-sdk/msp-client",
3-
"version": "0.0.5",
3+
"version": "0.3.1",
44
"description": "High-level TypeScript client for StorageHub MSP: simple file upload/download, SIWE-style auth, health checks, and bucket browsing built on top of @storagehub-sdk/core.",
55
"type": "module",
66
"main": "./dist/index.node.js",

0 commit comments

Comments
 (0)