Skip to content

Commit 0082f22

Browse files
committed
release version 4.6.3
1 parent fb4a2f7 commit 0082f22

File tree

14 files changed

+41
-41
lines changed

14 files changed

+41
-41
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.6.2",
5+
"version": "4.6.3",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/easy-twitch-bot/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-twitch-bot",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "A simplified framework to get a chat bot running easily.",
55
"keywords": [
66
"twitch",
@@ -25,9 +25,9 @@
2525
"dependencies": {
2626
"@d-fischer/shared-utils": "^3.0.1",
2727
"tslib": "^2.0.3",
28-
"twitch": "^4.6.2",
29-
"twitch-auth": "^4.6.2",
30-
"twitch-chat-client": "^4.6.2"
28+
"twitch": "^4.6.3",
29+
"twitch-auth": "^4.6.3",
30+
"twitch-chat-client": "^4.6.3"
3131
},
3232
"files": [
3333
"LICENSE",

packages/twitch-api-call/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-api-call",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "A light wrapper around the Twitch API.",
55
"keywords": [
66
"twitch",
@@ -32,7 +32,7 @@
3232
"@types/node-fetch": "^2.5.7",
3333
"node-fetch": "^2.6.1",
3434
"tslib": "^2.0.3",
35-
"twitch-common": "^4.6.2"
35+
"twitch-common": "^4.6.3"
3636
},
3737
"files": [
3838
"LICENSE",

packages/twitch-auth-tmi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-auth-tmi",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Use tmi.js with the benefits of the twitch-auth authentication providers.",
55
"keywords": [
66
"twitch",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"tmi.js": "^1.7.1",
44-
"twitch-auth": "^4.6.2"
44+
"twitch-auth": "^4.6.3"
4545
},
4646
"files": [
4747
"LICENSE",

packages/twitch-auth/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-auth",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Authenticate with Twitch and stop caring about refreshing tokens.",
55
"keywords": [
66
"twitch",
@@ -33,8 +33,8 @@
3333
"@d-fischer/logger": "^3.1.0",
3434
"@d-fischer/shared-utils": "^3.0.1",
3535
"tslib": "^2.0.3",
36-
"twitch-api-call": "^4.6.2",
37-
"twitch-common": "^4.6.2"
36+
"twitch-api-call": "^4.6.3",
37+
"twitch-common": "^4.6.3"
3838
},
3939
"files": [
4040
"LICENSE",

packages/twitch-chat-client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-chat-client",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Interact with the Twitch Messaging Interface (aka Twitch chat).",
55
"keywords": [
66
"twitch",
@@ -37,11 +37,11 @@
3737
"@d-fischer/typed-event-emitter": "^3.2.2",
3838
"ircv3": "^0.26.14",
3939
"tslib": "^2.0.3",
40-
"twitch-auth": "^4.6.2",
41-
"twitch-common": "^4.6.2"
40+
"twitch-auth": "^4.6.3",
41+
"twitch-common": "^4.6.3"
4242
},
4343
"devDependencies": {
44-
"twitch": "^4.6.2"
44+
"twitch": "^4.6.3"
4545
},
4646
"peerDependencies": {
4747
"twitch": "^4.4.0"

packages/twitch-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-common",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Common functions used by the `twitch*` library family.",
55
"keywords": [
66
"twitch",

packages/twitch-electron-auth-provider/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-electron-auth-provider",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Obtain auth tokens for Twitch using an Electron popup.",
55
"keywords": [
66
"twitch",
@@ -29,10 +29,10 @@
2929
"@d-fischer/qs": "^7.0.2",
3030
"@d-fischer/shared-utils": "^3.0.1",
3131
"tslib": "^2.0.3",
32-
"twitch-auth": "^4.6.2"
32+
"twitch-auth": "^4.6.3"
3333
},
3434
"devDependencies": {
35-
"twitch": "^4.6.2"
35+
"twitch": "^4.6.3"
3636
},
3737
"peerDependencies": {
3838
"electron": ">=4.1.1 <10.0.0",

packages/twitch-eventsub-ngrok/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-eventsub-ngrok",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Test your EventSub listener locally using ngrok.",
55
"keywords": [
66
"twitch",
@@ -35,8 +35,8 @@
3535
"tslib": "^2.0.3"
3636
},
3737
"devDependencies": {
38-
"twitch": "^4.6.2",
39-
"twitch-eventsub": "^4.6.2"
38+
"twitch": "^4.6.3",
39+
"twitch-eventsub": "^4.6.3"
4040
},
4141
"peerDependencies": {
4242
"twitch": "^4.4.0",

packages/twitch-eventsub/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-eventsub",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Listen to events on Twitch via their EventSub API.",
55
"keywords": [
66
"twitch",
@@ -34,11 +34,11 @@
3434
"@d-fischer/shared-utils": "^3.0.1",
3535
"httpanda": "^0.4.4",
3636
"tslib": "^2.0.3",
37-
"twitch-auth": "^4.6.2",
38-
"twitch-common": "^4.6.2"
37+
"twitch-auth": "^4.6.3",
38+
"twitch-common": "^4.6.3"
3939
},
4040
"devDependencies": {
41-
"twitch": "^4.6.2"
41+
"twitch": "^4.6.3"
4242
},
4343
"peerDependencies": {
4444
"twitch": "^4.4.0"

packages/twitch-pubsub-client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-pubsub-client",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Listen to events using the Twitch PubSub interface.",
55
"keywords": [
66
"twitch",
@@ -32,11 +32,11 @@
3232
"@d-fischer/shared-utils": "^3.0.1",
3333
"@d-fischer/typed-event-emitter": "^3.2.2",
3434
"tslib": "^2.0.3",
35-
"twitch-auth": "^4.6.2",
36-
"twitch-common": "^4.6.2"
35+
"twitch-auth": "^4.6.3",
36+
"twitch-common": "^4.6.3"
3737
},
3838
"devDependencies": {
39-
"twitch": "^4.6.2"
39+
"twitch": "^4.6.3"
4040
},
4141
"peerDependencies": {
4242
"twitch": "^4.4.0"

packages/twitch-webhooks-ngrok/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-webhooks-ngrok",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Test your WebHooks locally using ngrok.",
55
"keywords": [
66
"twitch",
@@ -35,8 +35,8 @@
3535
"tslib": "^2.0.3"
3636
},
3737
"devDependencies": {
38-
"twitch": "^4.6.2",
39-
"twitch-webhooks": "^4.6.2"
38+
"twitch": "^4.6.3",
39+
"twitch-webhooks": "^4.6.3"
4040
},
4141
"peerDependencies": {
4242
"twitch": "^4.4.0",

packages/twitch-webhooks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch-webhooks",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Listen to events on Twitch via their WebHooks API.",
55
"keywords": [
66
"twitch",
@@ -36,10 +36,10 @@
3636
"@d-fischer/shared-utils": "^3.0.1",
3737
"httpanda": "^0.4.4",
3838
"tslib": "^2.0.3",
39-
"twitch-common": "^4.6.2"
39+
"twitch-common": "^4.6.3"
4040
},
4141
"devDependencies": {
42-
"twitch": "^4.6.2"
42+
"twitch": "^4.6.3"
4343
},
4444
"peerDependencies": {
4545
"twitch": "^4.4.0"

packages/twitch/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitch",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"description": "Interact with Twitch's API.",
55
"keywords": [
66
"twitch",
@@ -37,9 +37,9 @@
3737
"@d-fischer/shared-utils": "^3.0.1",
3838
"top-package": "^1.0.0",
3939
"tslib": "^2.0.3",
40-
"twitch-api-call": "^4.6.2",
41-
"twitch-auth": "^4.6.2",
42-
"twitch-common": "^4.6.2"
40+
"twitch-api-call": "^4.6.3",
41+
"twitch-auth": "^4.6.3",
42+
"twitch-common": "^4.6.3"
4343
},
4444
"files": [
4545
"LICENSE",

0 commit comments

Comments
 (0)