Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 1, 2024
1 parent 5d87791 commit f6b9c9b
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 31 deletions.
2 changes: 1 addition & 1 deletion adapters/dingtalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions adapters/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-discord",
"description": "Discord Adapter for Satorijs",
"version": "4.1.7",
"version": "4.1.10",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions adapters/kook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-kook",
"description": "KOOK (开黑啦) Adapter for Satorijs",
"version": "4.3.1",
"version": "4.3.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions adapters/line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-line",
"description": "Line Adapter for Satorijs",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,6 +32,6 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion adapters/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"@types/mailparser": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion adapters/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"html5parser": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion adapters/qq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"qface": "^1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion adapters/satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion adapters/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"@slack/types": "^2.10.0",
Expand Down
4 changes: 2 additions & 2 deletions adapters/telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-telegram",
"description": "Telegram Adapter for Satorijs",
"version": "4.2.0",
"version": "4.2.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"file-type": "^16.5.4",
Expand Down
2 changes: 1 addition & 1 deletion adapters/wechat-official/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/xml2js": "^0.4.14"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"@wecom/crypto": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion adapters/wecom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/xml2js": "^0.4.14"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"@wecom/crypto": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion adapters/whatsapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion adapters/zulip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
},
"dependencies": {
"marked": "^9.1.6"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@root/satori",
"version": "1.0.0",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
Expand Down Expand Up @@ -32,7 +33,7 @@
"eslint": "^8.55.0",
"shx": "^0.3.4",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-alpha.8",
"yakumo": "^1.0.0-alpha.9",
"yakumo-esbuild": "^1.0.0-alpha.2",
"yakumo-publish-sync": "^1.0.0-alpha.1",
"yakumo-tsc": "^1.0.0-alpha.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"axios": "^1.6.2",
"cosmokit": "^1.5.1",
"cosmokit": "^1.5.2",
"mime-db": "^1.52.0"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/core",
"description": "Core components of Satorijs",
"version": "3.3.2",
"version": "3.3.4",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@satorijs/protocol": "^1.1.3",
"cordis": "^3.4.1",
"cordis-axios": "^4.0.1",
"cosmokit": "^1.5.1",
"schemastery": "^3.14.2",
"cosmokit": "^1.5.2",
"schemastery": "^3.14.3",
"ws": "^8.14.2"
}
}
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"chai-shape": "^1.0.0"
},
"dependencies": {
"cosmokit": "^1.5.1"
"cosmokit": "^1.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
],
"dependencies": {
"@satorijs/element": "^2.6.1",
"cosmokit": "^1.5.1"
"cosmokit": "^1.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/satori",
"description": "Core components of Satorijs",
"version": "3.3.2",
"version": "3.3.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/parseurl": "^1.3.3"
},
"dependencies": {
"@satorijs/core": "3.3.2",
"@satorijs/core": "3.3.4",
"@types/ws": "^8.5.10",
"file-type": "^16.5.4",
"http-proxy-agent": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/server-satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/server-temp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@cordisjs/server": "^0.1.3"
},
"peerDependencies": {
"@satorijs/satori": "^3.3.2"
"@satorijs/satori": "^3.3.4"
}
}

0 comments on commit f6b9c9b

Please sign in to comment.