From d52988e952ef50e803790c288a6c812c70d9c1d0 Mon Sep 17 00:00:00 2001 From: Jersey Date: Fri, 19 Jul 2024 14:37:39 -0400 Subject: [PATCH] 1.0.0-rc.5 --- .github/workflows/release.ts | 6 +++--- deno.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.ts b/.github/workflows/release.ts index 644f29f..2bdc149 100644 --- a/.github/workflows/release.ts +++ b/.github/workflows/release.ts @@ -66,10 +66,10 @@ const pkg = { 'type': 'git', 'url': 'https://github.com/meower-media-co/api-client', }, - 'optionalDependencies': { - 'ws': '^8.13.0', - }, 'scripts': {}, + 'engines': { + 'node': '>=22' + } }; Deno.writeTextFileSync('dist/package.json', JSON.stringify(pkg, null, 2)); diff --git a/deno.json b/deno.json index 1b1d33b..28042f8 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@meower/api-client", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "exports": "./src/index.ts", "fmt": { "lineWidth": 80,