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

Commit c440063

Browse files
author
Zaid
authored
chore: bump local package dep versions and add contribs (#33)
* bump redis-store and store versions in gateway * bump rest version in router * update pnpm-lock.yaml * edit contribs for each package
1 parent c4d93ac commit c440063

File tree

12 files changed

+28
-17
lines changed

12 files changed

+28
-17
lines changed

libs/bitfield/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"contributors": [
2323
"didinele <[email protected]> (https://github.com/didinele)",
24-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
24+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
25+
"Nico (https://github.com/zaida04)"
2526
],
2627
"author": "didinele",
2728
"bugs": {

libs/brokers/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"contributors": [
2323
"didinele <[email protected]> (https://github.com/didinele)",
24-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
24+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
25+
"Nico (https://github.com/zaida04)"
2526
],
2627
"author": "didinele",
2728
"bugs": {

libs/common/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"contributors": [
2323
"didinele <[email protected]> (https://github.com/didinele)",
24-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
24+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
25+
"Nico (https://github.com/zaida04)"
2526
],
2627
"author": "didinele",
2728
"bugs": {

libs/error/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"contributors": [
2323
"didinele <[email protected]> (https://github.com/didinele)",
24-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
24+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
25+
"Nico (https://github.com/zaida04)"
2526
],
2627
"author": "didinele",
2728
"bugs": {

libs/gateway/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"contributors": [
2424
"didinele <[email protected]> (https://github.com/didinele)",
25-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
25+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
26+
"Nico (https://github.com/zaida04)"
2627
],
2728
"bugs": {
2829
"url": "https://github.com/cordis-lib/cordis/issues"
@@ -42,9 +43,9 @@
4243
"@cordis/common": "workspace:^0.1.5",
4344
"@cordis/error": "workspace:^0.1.5",
4445
"@cordis/queue": "workspace:^0.1.5",
45-
"@cordis/redis-store": "workspace:^0.1.0",
46+
"@cordis/redis-store": "workspace:^0.1.5",
4647
"@cordis/rest": "workspace:^0.1.5",
47-
"@cordis/store": "workspace:^0.1.0",
48+
"@cordis/store": "workspace:^0.1.5",
4849
"common-tags": "^1.8.0",
4950
"discord-api-types": "^0.12.1",
5051
"tslib": "^2.1.0",

libs/queue/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"contributors": [
2323
"didinele <[email protected]> (https://github.com/didinele)",
24-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
24+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
25+
"Nico (https://github.com/zaida04)"
2526
],
2627
"author": "didinele",
2728
"bugs": {

libs/redis-store/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"contributors": [
2323
"didinele <[email protected]> (https://github.com/didinele)",
24-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
24+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
25+
"Nico (https://github.com/zaida04)"
2526
],
2627
"author": "didinele",
2728
"bugs": {

libs/rest/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"contributors": [
2424
"didinele <[email protected]> (https://github.com/didinele)",
25-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
25+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
26+
"Nico (https://github.com/zaida04)"
2627
],
2728
"bugs": {
2829
"url": "https://github.com/cordis-lib/cordis/issues"

libs/routers/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"contributors": [
2323
"didinele <[email protected]> (https://github.com/didinele)",
24-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
24+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
25+
"Nico (https://github.com/zaida04)"
2526
],
2627
"author": "didinele",
2728
"bugs": {
@@ -33,7 +34,7 @@
3334
"typescript": "^4.2.2"
3435
},
3536
"dependencies": {
36-
"@cordis/rest": "workspace:^0.1.0",
37+
"@cordis/rest": "workspace:^0.1.5",
3738
"tslib": "^2.1.0"
3839
}
3940
}

libs/snowflake/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"contributors": [
2323
"didinele <[email protected]> (https://github.com/didinele)",
24-
"Holo-Buckshot (https://github.com/Holo-Buckshot)"
24+
"Holo-Buckshot (https://github.com/Holo-Buckshot)",
25+
"Nico (https://github.com/zaida04)"
2526
],
2627
"author": "didinele",
2728
"bugs": {

0 commit comments

Comments
 (0)