From c1ea9c424848edd7ee16d539932a759c7bc62ebd Mon Sep 17 00:00:00 2001 From: Artem Melnyk Date: Mon, 15 Jul 2024 13:43:26 +0200 Subject: [PATCH] chore: just fix it, please --- deno.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index f0e3c42..52c2311 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@soundify/web-api", - "version": "1.1.4", + "version": "1.1.5", "exports": { ".": "./mod.ts", "./pagination": "./pagination.ts", @@ -17,7 +17,7 @@ "pagination.ts", "shared.ts" ], - "exclude": ["endpoints/**.test.ts", "endpoints/**.schemas.ts"] + "exclude": ["endpoints/**/*.test.ts", "endpoints/**/*.schemas.ts"] }, "imports": { "zod": "https://deno.land/x/zod@v3.22.4/mod.ts", diff --git a/package.json b/package.json index b75af3f..f0cf8c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soundify/web-api", - "version": "1.1.4", + "version": "1.1.5", "description": "🎧 Spotify Web API client for js/ts runtime environments", "type": "module", "main": "dist/mod.cjs",