From db8771635f4dbb50d32df4aeaa0d5b8d540eb38e Mon Sep 17 00:00:00 2001 From: didinele Date: Wed, 24 Feb 2021 21:05:10 +0200 Subject: [PATCH] chore: bump broker version.. again --- libs/brokers/.npmignore | 2 +- libs/brokers/package.json | 2 +- pnpm-lock.yaml | 2 +- services/gateway/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/brokers/.npmignore b/libs/brokers/.npmignore index 59f41e1..2e2d512 100644 --- a/libs/brokers/.npmignore +++ b/libs/brokers/.npmignore @@ -1,2 +1,2 @@ **/*.test.* -**/*.ts +./src diff --git a/libs/brokers/package.json b/libs/brokers/package.json index f40d423..929e7c2 100644 --- a/libs/brokers/package.json +++ b/libs/brokers/package.json @@ -3,7 +3,7 @@ "description": "Message broker library for the cordis micro-services, built for AMQP", "main": "./dist/index.js", "types": "./types/index.d.ts", - "version": "0.1.3", + "version": "0.1.4", "scripts": { "lint": "eslint src --ext .ts", "build": "tsc" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f0c1ac..a452cc8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -246,7 +246,7 @@ importers: discord-api-types: 0.12.1 typescript: 4.2.2 specifiers: - '@cordis/brokers': workspace:^0.1.3 + '@cordis/brokers': workspace:^0.1.4 '@cordis/common': workspace:^0.1.2 '@cordis/gateway': workspace:^0.1.2 '@cordis/redis-store': workspace:^0.1.2 diff --git a/services/gateway/package.json b/services/gateway/package.json index 8392fe1..79b789a 100644 --- a/services/gateway/package.json +++ b/services/gateway/package.json @@ -28,7 +28,7 @@ "typescript": "^4.2.2" }, "dependencies": { - "@cordis/brokers": "workspace:^0.1.3", + "@cordis/brokers": "workspace:^0.1.4", "@cordis/common": "workspace:^0.1.2", "@cordis/gateway": "workspace:^0.1.2", "@cordis/redis-store": "workspace:^0.1.2",