Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 15, 2022
1 parent fc74832 commit fa89123
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions adapters/discord/package.json
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-discord",
"description": "Discord Adapter for Satorijs",
"version": "3.2.4",
"version": "3.2.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^1.2.1"
"@satorijs/satori": "^1.2.5"
},
"dependencies": {
"file-type": "^16.5.4",
Expand Down
4 changes: 2 additions & 2 deletions adapters/kook/package.json
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-kook",
"description": "Kook (Kaiheila) Adapter for Satorijs",
"version": "3.3.2",
"version": "3.3.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^1.2.1"
"@satorijs/satori": "^1.2.5"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions adapters/onebot/package.json
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-onebot",
"description": "OneBot Adapter for Satorijs",
"version": "5.2.5",
"version": "5.2.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -25,7 +25,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^1.2.1"
"@satorijs/satori": "^1.2.5"
},
"dependencies": {
"qface": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/qqguild/package.json
Expand Up @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^1.2.1"
"@satorijs/satori": "^1.2.5"
},
"dependencies": {
"@qq-guild-sdk/core": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions adapters/telegram/package.json
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-telegram",
"description": "Telegram Adapter for Satorijs",
"version": "3.4.7",
"version": "3.4.9",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^1.2.1"
"@satorijs/satori": "^1.2.5"
},
"dependencies": {
"file-type": "^16.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/axios/package.json
@@ -1,7 +1,7 @@
{
"name": "cordis-axios",
"description": "Axios service for cordis",
"version": "2.0.1",
"version": "2.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/ws": "^8.5.3"
},
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.1.2",
"cosmokit": "^1.3.3",
"file-type": "^16.5.4",
"mime-db": "^1.52.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@satorijs/core",
"description": "Core components of Satorijs",
"version": "1.2.1",
"version": "1.2.5",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@satorijs/element": "^1.1.3",
"cordis": "^2.5.0",
"cordis-axios": "^2.0.1",
"cordis-axios": "^2.1.3",
"cosmokit": "^1.3.3",
"ws": "^8.8.1",
"reggol": "^1.3.1",
Expand Down
5 changes: 2 additions & 3 deletions packages/satori/package.json
@@ -1,7 +1,7 @@
{
"name": "@satorijs/satori",
"description": "Core components of Satorijs",
"version": "1.2.1",
"version": "1.2.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -32,12 +32,11 @@
},
"dependencies": {
"@koa/router": "^10.1.1",
"@satorijs/core": "^1.2.1",
"@satorijs/core": "^1.2.5",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.3",
"agent-base": "^6.0.2",
"axios": "^0.27.2",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"http-proxy-agent": "^5.0.0",
Expand Down

0 comments on commit fa89123

Please sign in to comment.