Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: bump version (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
didinele authored Feb 28, 2021
1 parent 3480a68 commit 3dddd6a
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 58 deletions.
4 changes: 2 additions & 2 deletions libs/bitfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Data structure for working with bitfields",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/error": "workspace:^0.1.5",
"@cordis/error": "workspace:^0.1.6",
"tslib": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions libs/brokers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down Expand Up @@ -35,8 +35,8 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/common": "workspace:^0.1.5",
"@cordis/error": "workspace:^0.1.5",
"@cordis/common": "workspace:^0.1.6",
"@cordis/error": "workspace:^0.1.6",
"@msgpack/msgpack": "^2.4.0",
"amqplib": "^0.6.0",
"tslib": "^2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Common things amongst the cordis infrastructure",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/error": "workspace:^0.1.5",
"@cordis/error": "workspace:^0.1.6",
"discord-api-types": "^0.12.1",
"tslib": "^2.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Package for creating error structures",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down
16 changes: 8 additions & 8 deletions libs/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The cordis gateway to Discord",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down Expand Up @@ -39,13 +39,13 @@
"zlib-sync": "^0.1.7"
},
"dependencies": {
"@cordis/bitfield": "workspace:^0.1.5",
"@cordis/common": "workspace:^0.1.5",
"@cordis/error": "workspace:^0.1.5",
"@cordis/queue": "workspace:^0.1.5",
"@cordis/redis-store": "workspace:^0.1.5",
"@cordis/rest": "workspace:^0.1.5",
"@cordis/store": "workspace:^0.1.5",
"@cordis/bitfield": "workspace:^0.1.6",
"@cordis/common": "workspace:^0.1.6",
"@cordis/error": "workspace:^0.1.6",
"@cordis/queue": "workspace:^0.1.6",
"@cordis/redis-store": "workspace:^0.1.6",
"@cordis/rest": "workspace:^0.1.6",
"@cordis/store": "workspace:^0.1.6",
"common-tags": "^1.8.0",
"discord-api-types": "^0.12.1",
"tslib": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Async queues for sequential operations",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down
6 changes: 3 additions & 3 deletions libs/redis-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Redis cache implementing the cordis Store",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down Expand Up @@ -35,8 +35,8 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/error": "workspace:^0.1.5",
"@cordis/store": "workspace:^0.1.5",
"@cordis/error": "workspace:^0.1.6",
"@cordis/store": "workspace:^0.1.6",
"tslib": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions libs/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Cordis' REST utilities for the Discord API",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down Expand Up @@ -37,8 +37,8 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/common": "workspace:^0.1.5",
"@cordis/error": "workspace:^0.1.5",
"@cordis/common": "workspace:^0.1.6",
"@cordis/error": "workspace:^0.1.6",
"abort-controller": "^3.0.0",
"form-data": "^3.0.1",
"node-fetch": "^2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/routers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Construct API paths using simple JavaScript property accessing and execute requests with method calls",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/rest": "workspace:^0.1.5",
"@cordis/rest": "workspace:^0.1.6",
"tslib": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion libs/snowflake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Utility structure for dealing with Discord snowflakes",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down
4 changes: 2 additions & 2 deletions libs/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Map-based storage structure",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/error": "workspace:^0.1.5",
"@cordis/error": "workspace:^0.1.6",
"tslib": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package",
"name": "cordis",
"version": "0.1.5",
"version": "0.1.6",
"description": "A modular, micros-service based Discord API wrapper",
"scripts": {
"lint": "pnpm recursive run lint --filter @cordis/*",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN pnpm run build && pnpm prune --prod

FROM node:14-alpine
LABEL name "cordis gateway"
LABEL version "0.1.5"
LABEL version "0.1.6"

WORKDIR /usr/gateway

Expand Down
12 changes: 6 additions & 6 deletions services/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Cordis' gateway service",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand All @@ -28,11 +28,11 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/brokers": "workspace:^0.1.5",
"@cordis/common": "workspace:^0.1.5",
"@cordis/gateway": "workspace:^0.1.5",
"@cordis/redis-store": "workspace:^0.1.5",
"@cordis/store": "workspace:^0.1.5",
"@cordis/brokers": "workspace:^0.1.6",
"@cordis/common": "workspace:^0.1.6",
"@cordis/gateway": "workspace:^0.1.6",
"@cordis/redis-store": "workspace:^0.1.6",
"@cordis/store": "workspace:^0.1.6",
"erlpack": "github:discord/erlpack",
"ioredis": "^4.22.0",
"tslib": "^2.1.0",
Expand Down

0 comments on commit 3dddd6a

Please sign in to comment.