Skip to content

Commit

Permalink
chore: removed unused packages
Browse files Browse the repository at this point in the history
Co-authored-by: Divinewill <zerothebahdman@users.noreply.github.com>
  • Loading branch information
zerothebahdman and zerothebahdman authored Apr 18, 2024
1 parent bc43fde commit ef17c17
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 1,660 deletions.
28 changes: 3 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blinkclaud/octobus",
"version": "0.4.1",
"version": "0.4.2",
"description": "A toolkit for Blink HQ's microservices",
"author": "Blink HQ",
"private": false,
Expand Down Expand Up @@ -35,40 +35,18 @@
"release": "yarn run build && changeset publish"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/cache-manager": "^2.2.1",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/microservices": "^10.3.2",
"@nestjs/mongoose": "^10.0.4",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-socket.io": "^10.3.3",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/websockets": "^10.3.3",
"@types/passport-jwt": "^4.0.1",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.3",
"axios": "^1.6.7",
"bunyan": "^1.8.15",
"cache-manager": "^5.4.0",
"helmet": "^7.1.0",
"moment": "^2.30.1",
"mongoose": "^8.1.1",
"nanoid": "3.3.4",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"pg": "^8.11.3",
"jsonwebtoken": "^9.0.2",
"reflect-metadata": "^0.1.13",
"request-ip": "^3.3.0",
"rxjs": "^7.8.1",
"sinon": "^17.0.1",
"socket.io": "^4.7.4",
"typeorm": "^0.3.20",
"typeorm-naming-strategies": "^4.1.0",
"uuid": "^9.0.1",
"yup": "^1.3.3"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/mq/amqp.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ClientsModule, Transport } from '@nestjs/microservices';
import { DynamicModule, Module } from '@nestjs/common';

import { AmqpWorker } from './worker';
import { ConfigService } from '@nestjs/config';

export interface AmqpModuleOptions {
name: string;
Expand Down
1 change: 0 additions & 1 deletion src/mq/worker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { RmqContext, RmqOptions, Transport } from '@nestjs/microservices';

import { ConfigService } from '@nestjs/config';
import { Injectable } from '@nestjs/common';

@Injectable()
Expand Down
Loading

0 comments on commit ef17c17

Please sign in to comment.