From b404528e88f1c75cd4ed6ecc84de27e27b68c7e9 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 27 Mar 2024 15:58:03 +0100 Subject: [PATCH] version 0.1.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3c7a77a..0d958a3 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@duneanalytics/client-sdk", - "version": "0.1.2", + "version": "0.1.3", "author": "Ben Smith ", "description": "Node Client for Dune Analytics' officially supported API.", "repository": "git@github.com:bh2smith/ts-dune-client.git", - "main": "index.js", - "types": "index.d.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "files": ["dist/**/*"], "scripts": { "build": "tsc",