File tree 14 files changed +41
-41
lines changed
twitch-electron-auth-provider
14 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 4.6.1 " ,
5
+ "version" : " 4.6.2 " ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
8
"command" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " easy-twitch-bot" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " A simplified framework to get a chat bot running easily." ,
5
5
"keywords" : [
6
6
" twitch" ,
25
25
"dependencies" : {
26
26
"@d-fischer/shared-utils" : " ^3.0.1" ,
27
27
"tslib" : " ^2.0.3" ,
28
- "twitch" : " ^4.6.1 " ,
29
- "twitch-auth" : " ^4.6.1 " ,
30
- "twitch-chat-client" : " ^4.6.1 "
28
+ "twitch" : " ^4.6.2 " ,
29
+ "twitch-auth" : " ^4.6.2 " ,
30
+ "twitch-chat-client" : " ^4.6.2 "
31
31
},
32
32
"files" : [
33
33
" LICENSE" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-api-call" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " A light wrapper around the Twitch API." ,
5
5
"keywords" : [
6
6
" twitch" ,
32
32
"@types/node-fetch" : " ^2.5.7" ,
33
33
"node-fetch" : " ^2.6.1" ,
34
34
"tslib" : " ^2.0.3" ,
35
- "twitch-common" : " ^4.6.1 "
35
+ "twitch-common" : " ^4.6.2 "
36
36
},
37
37
"files" : [
38
38
" LICENSE" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-auth-tmi" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Use tmi.js with the benefits of the twitch-auth authentication providers." ,
5
5
"keywords" : [
6
6
" twitch" ,
41
41
},
42
42
"devDependencies" : {
43
43
"tmi.js" : " ^1.7.1" ,
44
- "twitch-auth" : " ^4.6.1 "
44
+ "twitch-auth" : " ^4.6.2 "
45
45
},
46
46
"files" : [
47
47
" LICENSE" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-auth" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Authenticate with Twitch and stop caring about refreshing tokens." ,
5
5
"keywords" : [
6
6
" twitch" ,
33
33
"@d-fischer/logger" : " ^3.1.0" ,
34
34
"@d-fischer/shared-utils" : " ^3.0.1" ,
35
35
"tslib" : " ^2.0.3" ,
36
- "twitch-api-call" : " ^4.6.1 " ,
37
- "twitch-common" : " ^4.6.1 "
36
+ "twitch-api-call" : " ^4.6.2 " ,
37
+ "twitch-common" : " ^4.6.2 "
38
38
},
39
39
"files" : [
40
40
" LICENSE" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-chat-client" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Interact with the Twitch Messaging Interface (aka Twitch chat)." ,
5
5
"keywords" : [
6
6
" twitch" ,
37
37
"@d-fischer/typed-event-emitter" : " ^3.2.2" ,
38
38
"ircv3" : " ^0.26.14" ,
39
39
"tslib" : " ^2.0.3" ,
40
- "twitch-auth" : " ^4.6.1 " ,
41
- "twitch-common" : " ^4.6.1 "
40
+ "twitch-auth" : " ^4.6.2 " ,
41
+ "twitch-common" : " ^4.6.2 "
42
42
},
43
43
"devDependencies" : {
44
- "twitch" : " ^4.6.1 "
44
+ "twitch" : " ^4.6.2 "
45
45
},
46
46
"peerDependencies" : {
47
47
"twitch" : " ^4.4.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-common" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Common functions used by the `twitch*` library family." ,
5
5
"keywords" : [
6
6
" twitch" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-electron-auth-provider" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Obtain auth tokens for Twitch using an Electron popup." ,
5
5
"keywords" : [
6
6
" twitch" ,
29
29
"@d-fischer/qs" : " ^7.0.2" ,
30
30
"@d-fischer/shared-utils" : " ^3.0.1" ,
31
31
"tslib" : " ^2.0.3" ,
32
- "twitch-auth" : " ^4.6.1 "
32
+ "twitch-auth" : " ^4.6.2 "
33
33
},
34
34
"devDependencies" : {
35
- "twitch" : " ^4.6.1 "
35
+ "twitch" : " ^4.6.2 "
36
36
},
37
37
"peerDependencies" : {
38
38
"electron" : " >=4.1.1 <10.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-eventsub-ngrok" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Test your EventSub listener locally using ngrok." ,
5
5
"keywords" : [
6
6
" twitch" ,
35
35
"tslib" : " ^2.0.3"
36
36
},
37
37
"devDependencies" : {
38
- "twitch" : " ^4.6.1 " ,
39
- "twitch-eventsub" : " ^4.6.1 "
38
+ "twitch" : " ^4.6.2 " ,
39
+ "twitch-eventsub" : " ^4.6.2 "
40
40
},
41
41
"peerDependencies" : {
42
42
"twitch" : " ^4.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-eventsub" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Listen to events on Twitch via their EventSub API." ,
5
5
"keywords" : [
6
6
" twitch" ,
34
34
"@d-fischer/shared-utils" : " ^3.0.1" ,
35
35
"httpanda" : " ^0.4.4" ,
36
36
"tslib" : " ^2.0.3" ,
37
- "twitch-auth" : " ^4.6.1 " ,
38
- "twitch-common" : " ^4.6.1 "
37
+ "twitch-auth" : " ^4.6.2 " ,
38
+ "twitch-common" : " ^4.6.2 "
39
39
},
40
40
"devDependencies" : {
41
- "twitch" : " ^4.6.1 "
41
+ "twitch" : " ^4.6.2 "
42
42
},
43
43
"peerDependencies" : {
44
44
"twitch" : " ^4.4.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-pubsub-client" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Listen to events using the Twitch PubSub interface." ,
5
5
"keywords" : [
6
6
" twitch" ,
32
32
"@d-fischer/shared-utils" : " ^3.0.1" ,
33
33
"@d-fischer/typed-event-emitter" : " ^3.2.2" ,
34
34
"tslib" : " ^2.0.3" ,
35
- "twitch-auth" : " ^4.6.1 " ,
36
- "twitch-common" : " ^4.6.1 "
35
+ "twitch-auth" : " ^4.6.2 " ,
36
+ "twitch-common" : " ^4.6.2 "
37
37
},
38
38
"devDependencies" : {
39
- "twitch" : " ^4.6.1 "
39
+ "twitch" : " ^4.6.2 "
40
40
},
41
41
"peerDependencies" : {
42
42
"twitch" : " ^4.4.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-webhooks-ngrok" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Test your WebHooks locally using ngrok." ,
5
5
"keywords" : [
6
6
" twitch" ,
35
35
"tslib" : " ^2.0.3"
36
36
},
37
37
"devDependencies" : {
38
- "twitch" : " ^4.6.1 " ,
39
- "twitch-webhooks" : " ^4.6.1 "
38
+ "twitch" : " ^4.6.2 " ,
39
+ "twitch-webhooks" : " ^4.6.2 "
40
40
},
41
41
"peerDependencies" : {
42
42
"twitch" : " ^4.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch-webhooks" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Listen to events on Twitch via their WebHooks API." ,
5
5
"keywords" : [
6
6
" twitch" ,
36
36
"@d-fischer/shared-utils" : " ^3.0.1" ,
37
37
"httpanda" : " ^0.4.4" ,
38
38
"tslib" : " ^2.0.3" ,
39
- "twitch-common" : " ^4.6.1 "
39
+ "twitch-common" : " ^4.6.2 "
40
40
},
41
41
"devDependencies" : {
42
- "twitch" : " ^4.6.1 "
42
+ "twitch" : " ^4.6.2 "
43
43
},
44
44
"peerDependencies" : {
45
45
"twitch" : " ^4.4.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twitch" ,
3
- "version" : " 4.6.1 " ,
3
+ "version" : " 4.6.2 " ,
4
4
"description" : " Interact with Twitch's API." ,
5
5
"keywords" : [
6
6
" twitch" ,
37
37
"@d-fischer/shared-utils" : " ^3.0.1" ,
38
38
"top-package" : " ^1.0.0" ,
39
39
"tslib" : " ^2.0.3" ,
40
- "twitch-api-call" : " ^4.6.1 " ,
41
- "twitch-auth" : " ^4.6.1 " ,
42
- "twitch-common" : " ^4.6.1 "
40
+ "twitch-api-call" : " ^4.6.2 " ,
41
+ "twitch-auth" : " ^4.6.2 " ,
42
+ "twitch-common" : " ^4.6.2 "
43
43
},
44
44
"files" : [
45
45
" LICENSE" ,
You can’t perform that action at this time.
0 commit comments