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

Commit 3dddd6a

Browse files
authored
chore: bump version (#37)
1 parent 3480a68 commit 3dddd6a

File tree

15 files changed

+58
-58
lines changed

15 files changed

+58
-58
lines changed

libs/bitfield/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Data structure for working with bitfields",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "0.1.5",
6+
"version": "0.1.6",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc"
@@ -34,7 +34,7 @@
3434
"typescript": "^4.2.2"
3535
},
3636
"dependencies": {
37-
"@cordis/error": "workspace:^0.1.5",
37+
"@cordis/error": "workspace:^0.1.6",
3838
"tslib": "^2.1.0"
3939
}
4040
}

libs/brokers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Message broker library for the cordis micro-services, built for AMQP",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "0.1.5",
6+
"version": "0.1.6",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc"
@@ -35,8 +35,8 @@
3535
"typescript": "^4.2.2"
3636
},
3737
"dependencies": {
38-
"@cordis/common": "workspace:^0.1.5",
39-
"@cordis/error": "workspace:^0.1.5",
38+
"@cordis/common": "workspace:^0.1.6",
39+
"@cordis/error": "workspace:^0.1.6",
4040
"@msgpack/msgpack": "^2.4.0",
4141
"amqplib": "^0.6.0",
4242
"tslib": "^2.1.0"

libs/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Common things amongst the cordis infrastructure",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "0.1.5",
6+
"version": "0.1.6",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc"
@@ -35,7 +35,7 @@
3535
"typescript": "^4.2.2"
3636
},
3737
"dependencies": {
38-
"@cordis/error": "workspace:^0.1.5",
38+
"@cordis/error": "workspace:^0.1.6",
3939
"discord-api-types": "^0.12.1",
4040
"tslib": "^2.1.0"
4141
}

libs/error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Package for creating error structures",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "0.1.5",
6+
"version": "0.1.6",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc"

libs/gateway/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The cordis gateway to Discord",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",
7-
"version": "0.1.5",
7+
"version": "0.1.6",
88
"scripts": {
99
"lint": "eslint src --ext .ts",
1010
"build": "tsc"
@@ -39,13 +39,13 @@
3939
"zlib-sync": "^0.1.7"
4040
},
4141
"dependencies": {
42-
"@cordis/bitfield": "workspace:^0.1.5",
43-
"@cordis/common": "workspace:^0.1.5",
44-
"@cordis/error": "workspace:^0.1.5",
45-
"@cordis/queue": "workspace:^0.1.5",
46-
"@cordis/redis-store": "workspace:^0.1.5",
47-
"@cordis/rest": "workspace:^0.1.5",
48-
"@cordis/store": "workspace:^0.1.5",
42+
"@cordis/bitfield": "workspace:^0.1.6",
43+
"@cordis/common": "workspace:^0.1.6",
44+
"@cordis/error": "workspace:^0.1.6",
45+
"@cordis/queue": "workspace:^0.1.6",
46+
"@cordis/redis-store": "workspace:^0.1.6",
47+
"@cordis/rest": "workspace:^0.1.6",
48+
"@cordis/store": "workspace:^0.1.6",
4949
"common-tags": "^1.8.0",
5050
"discord-api-types": "^0.12.1",
5151
"tslib": "^2.1.0",

libs/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Async queues for sequential operations",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "0.1.5",
6+
"version": "0.1.6",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc"

libs/redis-store/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Redis cache implementing the cordis Store",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "0.1.5",
6+
"version": "0.1.6",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc"
@@ -35,8 +35,8 @@
3535
"typescript": "^4.2.2"
3636
},
3737
"dependencies": {
38-
"@cordis/error": "workspace:^0.1.5",
39-
"@cordis/store": "workspace:^0.1.5",
38+
"@cordis/error": "workspace:^0.1.6",
39+
"@cordis/store": "workspace:^0.1.6",
4040
"tslib": "^2.1.0"
4141
}
4242
}

libs/rest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Cordis' REST utilities for the Discord API",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",
7-
"version": "0.1.5",
7+
"version": "0.1.6",
88
"scripts": {
99
"lint": "eslint src --ext .ts",
1010
"build": "tsc"
@@ -37,8 +37,8 @@
3737
"typescript": "^4.2.2"
3838
},
3939
"dependencies": {
40-
"@cordis/common": "workspace:^0.1.5",
41-
"@cordis/error": "workspace:^0.1.5",
40+
"@cordis/common": "workspace:^0.1.6",
41+
"@cordis/error": "workspace:^0.1.6",
4242
"abort-controller": "^3.0.0",
4343
"form-data": "^3.0.1",
4444
"node-fetch": "^2.6.1",

libs/routers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Construct API paths using simple JavaScript property accessing and execute requests with method calls",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "0.1.5",
6+
"version": "0.1.6",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc"
@@ -34,7 +34,7 @@
3434
"typescript": "^4.2.2"
3535
},
3636
"dependencies": {
37-
"@cordis/rest": "workspace:^0.1.5",
37+
"@cordis/rest": "workspace:^0.1.6",
3838
"tslib": "^2.1.0"
3939
}
4040
}

libs/snowflake/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Utility structure for dealing with Discord snowflakes",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "0.1.5",
6+
"version": "0.1.6",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc"

0 commit comments

Comments
 (0)