From ca585247b03f60e1c6dee98985ae4e27c77b3ecb Mon Sep 17 00:00:00 2001 From: Ryan Conceicao Date: Sun, 30 Jun 2024 19:04:28 +0800 Subject: [PATCH] docs: readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b44a264..a662d17 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Minimal library for parsing Solana transaction, instructions and events. -- Tree-shakeable: 7.82kB (3.48kB gzip) to parse Jupiter Swap Events +- Tree-shakeable: 9.72 kB -> 4.08 kB (gzip) to parse Jupiter Swap Events - ESM and commonjs - No IDL, structs defined in code - Typescript friendly diff --git a/package.json b/package.json index 8787a32..1797ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anchores", - "version": "0.0.1", + "version": "1.0.0", "description": "Minimal library for parsing Solana transaction, instructions and events.", "keywords": [ "solana",