Skip to content

Commit

Permalink
release version 7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Feb 18, 2024
1 parent ce9729c commit 8e70080
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion crowd.json
@@ -1,6 +1,6 @@
{
"$schema": "http://cdn.jsdelivr.net/gh/d-fischer/crowd/schema.json",
"currentVersion": "7.0.9",
"currentVersion": "7.0.10",
"commitMessageTemplate": "release version %v",
"outOfDateBehavior": "pull",
"prereleaseIdentifier": "pre"
Expand Down
4 changes: 2 additions & 2 deletions packages/api-call/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/api-call",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
"@d-fischer/cross-fetch": "^5.0.1",
"@d-fischer/qs": "^7.0.2",
"@d-fischer/shared-utils": "^3.6.1",
"@twurple/common": "7.0.9",
"@twurple/common": "7.0.10",
"tslib": "^2.0.3"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/api",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,17 +40,17 @@
"@d-fischer/rate-limiter": "^0.7.2",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.1",
"@twurple/api-call": "7.0.9",
"@twurple/common": "7.0.9",
"@twurple/api-call": "7.0.10",
"@twurple/common": "7.0.10",
"retry": "^0.13.1",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "7.0.9",
"@twurple/auth": "7.0.10",
"@types/retry": "^0.12.2"
},
"peerDependencies": {
"@twurple/auth": "7.0.9"
"@twurple/auth": "7.0.10"
},
"files": [
"LICENSE",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-ext/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/auth-ext",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,11 +33,11 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "7.0.9",
"@twurple/auth": "7.0.10",
"@types/twitch-ext": "^1.24.4"
},
"peerDependencies": {
"@twurple/auth": "7.0.9",
"@twurple/auth": "7.0.10",
"@types/twitch-ext": "^1.24.4"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-tmi/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/auth-tmi",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,11 +41,11 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "7.0.9",
"@twurple/auth": "7.0.10",
"tmi.js": "^1.7.1"
},
"peerDependencies": {
"@twurple/auth": "7.0.9",
"@twurple/auth": "7.0.10",
"tmi.js": "^1.6.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/auth",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,8 +36,8 @@
"@d-fischer/logger": "^4.2.1",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.1",
"@twurple/api-call": "7.0.9",
"@twurple/common": "7.0.9",
"@twurple/api-call": "7.0.10",
"@twurple/common": "7.0.10",
"tslib": "^2.0.3"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/chat/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/chat",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,16 +39,16 @@
"@d-fischer/rate-limiter": "^0.7.2",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/common": "7.0.9",
"@twurple/common": "7.0.10",
"ircv3": "^0.32.3",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "7.0.9",
"@twurple/auth": "7.0.10",
"@types/jest": "^29.2.3"
},
"peerDependencies": {
"@twurple/auth": "7.0.9"
"@twurple/auth": "7.0.10"
},
"files": [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/common",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/easy-bot/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/easy-bot",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,10 +36,10 @@
"@d-fischer/logger": "^4.2.1",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/api": "7.0.9",
"@twurple/auth": "7.0.9",
"@twurple/chat": "7.0.9",
"@twurple/common": "7.0.9",
"@twurple/api": "7.0.10",
"@twurple/auth": "7.0.10",
"@twurple/chat": "7.0.10",
"@twurple/common": "7.0.10",
"tslib": "^2.0.3"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/ebs-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/ebs-helper",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,8 +34,8 @@
"license": "MIT",
"dependencies": {
"@d-fischer/shared-utils": "^3.6.1",
"@twurple/api-call": "7.0.9",
"@twurple/common": "7.0.9",
"@twurple/api-call": "7.0.10",
"@twurple/common": "7.0.10",
"jose": "^4.14.4",
"tslib": "^2.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/eventsub-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/eventsub-base",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,9 +35,9 @@
"@d-fischer/logger": "^4.2.1",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/api": "7.0.9",
"@twurple/auth": "7.0.9",
"@twurple/common": "7.0.9",
"@twurple/api": "7.0.10",
"@twurple/auth": "7.0.10",
"@twurple/common": "7.0.10",
"tslib": "^2.0.3"
},
"files": [
Expand Down
12 changes: 6 additions & 6 deletions packages/eventsub-http/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/eventsub-http",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,18 +38,18 @@
"@d-fischer/raw-body": "^2.4.3",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/auth": "7.0.9",
"@twurple/common": "7.0.9",
"@twurple/eventsub-base": "7.0.9",
"@twurple/auth": "7.0.10",
"@twurple/common": "7.0.10",
"@twurple/eventsub-base": "7.0.10",
"@types/express-serve-static-core": "^4.17.24",
"httpanda": "^0.4.6",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/api": "7.0.9"
"@twurple/api": "7.0.10"
},
"peerDependencies": {
"@twurple/api": "7.0.9"
"@twurple/api": "7.0.10"
},
"files": [
"LICENSE",
Expand Down
10 changes: 5 additions & 5 deletions packages/eventsub-ngrok/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/eventsub-ngrok",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,12 +38,12 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/api": "7.0.9",
"@twurple/eventsub-http": "7.0.9"
"@twurple/api": "7.0.10",
"@twurple/eventsub-http": "7.0.10"
},
"peerDependencies": {
"@twurple/api": "7.0.9",
"@twurple/eventsub-http": "7.0.9"
"@twurple/api": "7.0.10",
"@twurple/eventsub-http": "7.0.10"
},
"files": [
"LICENSE",
Expand Down
12 changes: 6 additions & 6 deletions packages/eventsub-ws/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/eventsub-ws",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,16 +37,16 @@
"@d-fischer/logger": "^4.2.1",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/auth": "7.0.9",
"@twurple/common": "7.0.9",
"@twurple/eventsub-base": "7.0.9",
"@twurple/auth": "7.0.10",
"@twurple/common": "7.0.10",
"@twurple/eventsub-base": "7.0.10",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/api": "7.0.9"
"@twurple/api": "7.0.10"
},
"peerDependencies": {
"@twurple/api": "7.0.9"
"@twurple/api": "7.0.10"
},
"files": [
"LICENSE",
Expand Down
8 changes: 4 additions & 4 deletions packages/pubsub/package.json
@@ -1,6 +1,6 @@
{
"name": "@twurple/pubsub",
"version": "7.0.9",
"version": "7.0.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,14 +35,14 @@
"@d-fischer/logger": "^4.2.1",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/common": "7.0.9",
"@twurple/common": "7.0.10",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "7.0.9"
"@twurple/auth": "7.0.10"
},
"peerDependencies": {
"@twurple/auth": "7.0.9"
"@twurple/auth": "7.0.10"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 8e70080

Please sign in to comment.