From fd7388ac3dbf179a26e762deeae76c3291f0c5bc Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Sun, 14 Jan 2024 21:39:20 +0700 Subject: [PATCH] chore(apis/websocket): bump dependencies --- apis/websocket/package.json | 86 ++++++++++++++++++------------------ apis/websocket/tsconfig.json | 22 ++++----- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/apis/websocket/package.json b/apis/websocket/package.json index e95c042..2be8673 100755 --- a/apis/websocket/package.json +++ b/apis/websocket/package.json @@ -1,43 +1,43 @@ -{ - "name": "@revanced/bot-websocket-api", - "type": "module", - "private": true, - "version": "0.1.0", - "description": "🧦 WebSocket API server for bots assisting ReVanced", - "main": "dist/index.js", - "scripts": { - "bundle": "bun build src/index.ts --outdir=dist --target=node --minify --sourcemap=external", - "dev": "bun run src/index.ts --watch", - "build": "bun bundle", - "watch": "bun dev" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/revanced/revanced-helper.git", - "directory": "apis/websocket" - }, - "author": "Palm (https://github.com/PalmDevs)", - "contributors": [ - "Palm (https://github.com/PalmDevs)", - "ReVanced (https://github.com/revanced)" - ], - "license": "GPL-3.0-or-later", - "bugs": { - "url": "https://github.com/revanced/revanced-helper/issues" - }, - "homepage": "https://github.com/revanced/revanced-helper#readme", - "dependencies": { - "@fastify/websocket": "^8.2.0", - "@revanced/bot-shared": "workspace:*", - "@sapphire/async-queue": "^1.5.0", - "chalk": "^5.3.0", - "fastify": "^4.24.3", - "node-wit": "^6.6.0", - "tesseract.js": "^5.0.3" - }, - "devDependencies": { - "@types/node-wit": "^6.0.3", - "@types/ws": "^8.5.10", - "typed-emitter": "^2.1.0" - } -} +{ + "name": "@revanced/bot-websocket-api", + "type": "module", + "private": true, + "version": "0.1.0", + "description": "🧦 WebSocket API server for bots assisting ReVanced", + "main": "dist/index.js", + "scripts": { + "bundle": "bun build src/index.ts --outdir=dist --target=node --minify --sourcemap=external", + "dev": "bun run src/index.ts --watch", + "build": "bun bundle", + "watch": "bun dev" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/revanced/revanced-helper.git", + "directory": "apis/websocket" + }, + "author": "Palm (https://github.com/PalmDevs)", + "contributors": [ + "Palm (https://github.com/PalmDevs)", + "ReVanced (https://github.com/revanced)" + ], + "license": "GPL-3.0-or-later", + "bugs": { + "url": "https://github.com/revanced/revanced-helper/issues" + }, + "homepage": "https://github.com/revanced/revanced-helper#readme", + "dependencies": { + "@fastify/websocket": "^8.3.1", + "@revanced/bot-shared": "workspace:*", + "@sapphire/async-queue": "^1.5.1", + "chalk": "^5.3.0", + "fastify": "^4.25.2", + "node-wit": "^6.6.0", + "tesseract.js": "^5.0.4" + }, + "devDependencies": { + "@types/node-wit": "^6.0.3", + "@types/ws": "^8.5.10", + "typed-emitter": "^2.1.0" + } +} diff --git a/apis/websocket/tsconfig.json b/apis/websocket/tsconfig.json index fd79f29..a4fa4d4 100755 --- a/apis/websocket/tsconfig.json +++ b/apis/websocket/tsconfig.json @@ -1,11 +1,11 @@ -{ - "extends": "../../tsconfig.apis.json", - "compilerOptions": { - "baseUrl": ".", - "outDir": "dist", - "module": "ESNext", - "composite": false - }, - "exclude": ["node_modules", "dist"], - "include": ["./*.json", "src/**/*.ts"] -} +{ + "extends": "../../tsconfig.apis.json", + "compilerOptions": { + "baseUrl": ".", + "outDir": "dist", + "module": "ESNext", + "composite": false + }, + "exclude": ["node_modules", "dist"], + "include": ["./*.json", "src/**/*.ts"] +}