From cd1f6ba6f6cc3eb6ab0a138a4ad1e8a958ca7a75 Mon Sep 17 00:00:00 2001 From: Clara Castillo Date: Sun, 20 Oct 2024 14:44:56 +0200 Subject: [PATCH] chore: bump to v2.1.0 --- bun.lockb | Bin 134406 -> 134406 bytes package.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lockb b/bun.lockb index 0262f801de2e1696e5a6f656b2a6db63c496abb0..f8a274d0d6a1874ab411fb50478cb89b12ecec9b 100644 GIT binary patch delta 108 zcmZph#nCp4qhSl<$3j_CJp%@Y#EQ)PVg?2Viw%D#96vepI|pN&p`N*(`EQvVnPPHFE84EpQJ%jBr JMU1Ov0RWUgBTfJS delta 106 zcmZph#nCp4qhSl<$3ig^Jp%@Y#EQ)PVg?2Viw%D#96vepJID0ELPp8y3Pp^p=B9c^ z3=DlhNp1#)hHsNpE6=a}x`%@?&JZX8lqxAMEdWX~Og?q0YYnH`51@>No`Igx_Lw5Z GRkHwi9V0IQ diff --git a/package.json b/package.json index f00716a..531e69b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tutkli/jikan-ts", - "version": "2.0.2", + "version": "2.1.0", "description": "Node.js wrapper for the Jikan API with built-in typings.", "source": "src/index.ts", "main": "dist/index.js", @@ -9,7 +9,7 @@ "scripts": { "prepare": "git config core.hookspath .githooks", "build": "tsup --config tsup.config.ts", - "prepublishOnly": "yarn run build", + "prepublishOnly": "bun run build", "test:ci": "vitest --silent --run", "test:coverage": "vitest run --coverage", "test:dev": "vitest",