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,