From 44d1d686b84f9c06d4c7d879c08eae4011899d9c Mon Sep 17 00:00:00 2001 From: Songkeys Date: Thu, 14 Sep 2023 08:49:40 +0800 Subject: [PATCH] chore: release v1.6.5 --- package.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index be94b8b6..32138b5a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,15 @@ { "name": "crossbell", "private": true, - "version": "1.6.4", + "version": "1.6.5", "packageManager": "pnpm@8.7.0", "description": "JavaScript SDK to interact with Crossbell", - "keywords": ["crossbell", "eth", "contract", "web3"], + "keywords": [ + "crossbell", + "eth", + "contract", + "web3" + ], "license": "MIT", "bugs": { "url": "https://github.com/Crossbell-Box/crossbell.js/issues" @@ -13,7 +18,9 @@ "type": "git", "url": "https://github.com/Crossbell-Box/crossbell.js.git" }, - "files": ["dist"], + "files": [ + "dist" + ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -37,8 +44,12 @@ }, "typesVersions": { "*": { - "network": ["./dist/network.d.ts"], - "ipfs": ["./dist/ipfs.d.ts"] + "network": [ + "./dist/network.d.ts" + ], + "ipfs": [ + "./dist/ipfs.d.ts" + ] } }, "publishConfig": {