From 3b36f99b0cd9f9a97d6862b0e5753ef2ae52df28 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 3 Sep 2024 19:08:19 -0400 Subject: [PATCH] fix: Updated postinstall script, bumped version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb15207..ffc6c60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinata", - "version": "1.0.4", + "version": "1.0.5", "description": "The official Pinata SDK", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -17,7 +17,7 @@ "build": "tsup src/index.ts --format cjs,esm --dts --external none", "format": "npx @biomejs/biome format --write src tests", "test": "jest --watchAll --verbose --coverage", - "postinstall": "node ./postinstall.js" + "postinstall": "node ./postinstall.js --loglevel=verbose" }, "repository": { "type": "git",