Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 25, 2024
1 parent d300ccc commit 214b4f6
Show file tree
Hide file tree
Showing 24 changed files with 37 additions and 37 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.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
2 changes: 1 addition & 1 deletion adapters/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
2 changes: 1 addition & 1 deletion adapters/kook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
2 changes: 1 addition & 1 deletion adapters/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
2 changes: 1 addition & 1 deletion adapters/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
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.6.3"
"@satorijs/satori": "^3.6.5"
},
"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.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
},
"dependencies": {
"html5parser": "^2.0.2",
Expand Down
7 changes: 2 additions & 5 deletions adapters/qq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-qq",
"description": "QQ Adapter for Satorijs",
"version": "4.5.0",
"version": "4.6.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,9 +30,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
},
"dependencies": {
"qface": "^1.4.1"
"@satorijs/satori": "^3.6.5"
}
}
4 changes: 2 additions & 2 deletions adapters/satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-satori",
"description": "Satori Adapter for Satorijs",
"version": "1.0.9",
"version": "1.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,6 +29,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
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.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
},
"dependencies": {
"@slack/types": "^2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
},
"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.6.3"
"@satorijs/satori": "^3.6.5"
},
"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.6.3"
"@satorijs/satori": "^3.6.5"
},
"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.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
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.6.3"
"@satorijs/satori": "^3.6.5"
},
"dependencies": {
"marked": "^9.1.6"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": "^8.55.0",
"shx": "^0.3.4",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-beta.11",
"yakumo": "^1.0.0-beta.13",
"yakumo-esbuild": "^1.0.0-beta.5",
"yakumo-tsc": "^1.0.0-beta.3"
}
Expand Down
10 changes: 5 additions & 5 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.6.3",
"version": "3.6.5",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -44,11 +44,11 @@
"@types/ws": "^8.5.10"
},
"dependencies": {
"@satorijs/element": "^3.1.5",
"@satorijs/protocol": "^1.3.0-alpha.0",
"cordis": "^3.13.2",
"@satorijs/element": "^3.1.6",
"@satorijs/protocol": "^1.3.0",
"cordis": "^3.13.4",
"cosmokit": "^1.5.2",
"undios": "^0.3.0",
"undios": "^0.3.2",
"undios-file": "^0.1.2",
"ws": "^8.14.2"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/element",
"description": "Element Manipulation",
"version": "3.1.5",
"version": "3.1.6",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand All @@ -21,6 +21,7 @@
"require": "./lib/index.cjs",
"types": "./lib/index.d.ts"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
Expand Down
5 changes: 3 additions & 2 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/protocol",
"description": "Protocol types for Satori protocol",
"version": "1.3.0-alpha.0",
"version": "1.3.0",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand All @@ -12,6 +12,7 @@
"import": "./lib/index.mjs",
"types": "./lib/index.d.ts"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -37,7 +38,7 @@
"api"
],
"dependencies": {
"@satorijs/element": "^3.1.5",
"@satorijs/element": "^3.1.6",
"cosmokit": "^1.5.2"
}
}
5 changes: 3 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.6.3",
"version": "3.6.5",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand All @@ -12,6 +12,7 @@
"import": "./lib/index.mjs",
"types": "./lib/index.d.ts"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -36,7 +37,7 @@
"utilities"
],
"dependencies": {
"@satorijs/core": "3.6.3",
"@satorijs/core": "3.6.5",
"cosmokit": "^1.5.2"
}
}
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.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
2 changes: 1 addition & 1 deletion packages/server-satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
4 changes: 2 additions & 2 deletions packages/server-temp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/server-temp",
"description": "Temp server plugin for cordis",
"version": "1.2.1",
"version": "1.2.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,6 +31,6 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.3"
"@satorijs/satori": "^3.6.5"
}
}
4 changes: 2 additions & 2 deletions packages/server-temp/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ class TempServer {
if (new URL(data).protocol === 'file:') {
path = fileURLToPath(data)
} else {
data = await this.ctx.http.get(data, { responseType: 'stream' })
const stream = await this.ctx.http.get(data, { responseType: 'stream' })
path = this.baseDir + name
await writeFile(path, data)
await writeFile(path, internal.Readable.fromWeb(stream as any))
}
} else {
path = this.baseDir + name
Expand Down

0 comments on commit 214b4f6

Please sign in to comment.