Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 11, 2024
1 parent bea15f6 commit a99d844
Show file tree
Hide file tree
Showing 23 changed files with 43 additions and 42 deletions.
7 changes: 4 additions & 3 deletions adapters/dingtalk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-dingtalk",
"description": "DingTalk (钉钉) Adapter for Satorijs",
"version": "2.3.0",
"version": "2.3.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,9 +30,10 @@
"chat"
],
"devDependencies": {
"@cordisjs/server": "^0.1.8"
"@cordisjs/server": "^0.1.8",
"@cordisjs/server-temp": "^0.3.0"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.5"
"@satorijs/satori": "^3.6.6"
}
}
2 changes: 1 addition & 1 deletion adapters/dingtalk/src/message.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Context, Dict, h, MessageEncoder } from '@satorijs/satori'
import { DingtalkBot } from './bot'
import { SendMessageData } from './types'
import { Entry } from '@satorijs/server-temp'
import { Entry } from '@cordisjs/server-temp'

export const escape = (val: string) =>
val
Expand Down
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.5"
"@satorijs/satori": "^3.6.6"
}
}
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.5"
"@satorijs/satori": "^3.6.6"
}
}
4 changes: 2 additions & 2 deletions adapters/lark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-lark",
"description": "Lark (飞书) Adapter for Satorijs",
"version": "3.4.0",
"version": "3.4.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,6 +36,6 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.5"
"@satorijs/satori": "^3.6.6"
}
}
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.5"
"@satorijs/satori": "^3.6.6"
}
}
6 changes: 3 additions & 3 deletions adapters/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.6.5"
"@satorijs/satori": "^3.6.6"
},
"dependencies": {
"@types/mailparser": "^3.4.4",
"html5parser": "^2.0.2",
"mailparser": "^3.6.5",
"mailparser": "^3.6.9",
"node-imap": "^0.9.6",
"nodemailer": "^6.9.7"
"nodemailer": "^6.9.13"
},
"devDependencies": {
"@types/node-imap": "^0.9.3",
Expand Down
4 changes: 2 additions & 2 deletions adapters/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.5"
"@satorijs/satori": "^3.6.6"
},
"dependencies": {
"html5parser": "^2.0.2",
"image-size": "^1.0.2"
"image-size": "^1.1.1"
}
}
4 changes: 2 additions & 2 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.6.0",
"version": "4.6.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,6 +30,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.6.5"
"@satorijs/satori": "^3.6.6"
}
}
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.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,6 +29,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.6.5"
"@satorijs/satori": "^3.6.6"
}
}
4 changes: 2 additions & 2 deletions adapters/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.5"
"@satorijs/satori": "^3.6.6"
},
"dependencies": {
"@slack/types": "^2.10.0"
"@slack/types": "^2.11.0"
}
}
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.5"
"@satorijs/satori": "^3.6.6"
},
"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.5"
"@satorijs/satori": "^3.6.6"
},
"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.5"
"@satorijs/satori": "^3.6.6"
},
"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.5"
"@satorijs/satori": "^3.6.6"
}
}
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.5"
"@satorijs/satori": "^3.6.6"
},
"dependencies": {
"marked": "^9.1.6"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"license": "MIT",
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@types/chai": "^4.3.11",
"@types/node": "^20.10.2",
"@types/chai": "^4.3.14",
"@types/node": "^20.11.30",
"c8": "^7.14.0",
"chai": "^4.3.10",
"chai": "^4.4.1",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.55.0",
"eslint": "^8.57.0",
"shx": "^0.3.4",
"typescript": "^5.3.2",
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.13",
"yakumo-esbuild": "^1.0.0-beta.5",
"yakumo-tsc": "^1.0.0-beta.3"
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "3.6.6",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -47,9 +47,9 @@
"@satorijs/element": "^3.1.6",
"@satorijs/protocol": "^1.3.0",
"cordis": "^3.13.4",
"cosmokit": "^1.5.2",
"cosmokit": "^1.6.2",
"undios": "^0.3.2",
"undios-file": "^0.1.2",
"ws": "^8.14.2"
"undios-file": "^0.1.3",
"ws": "^8.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"chai-shape": "^1.0.0"
},
"dependencies": {
"cosmokit": "^1.5.2"
"cosmokit": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
],
"dependencies": {
"@satorijs/element": "^3.1.6",
"cosmokit": "^1.5.2"
"cosmokit": "^1.6.2"
}
}
6 changes: 3 additions & 3 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.5",
"version": "3.6.6",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -37,7 +37,7 @@
"utilities"
],
"dependencies": {
"@satorijs/core": "3.6.5",
"cosmokit": "^1.5.2"
"@satorijs/core": "3.6.6",
"cosmokit": "^1.6.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.5"
"@satorijs/satori": "^3.6.6"
}
}
4 changes: 2 additions & 2 deletions packages/server-satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/server-satori",
"description": "Basic API server for Satori protocol",
"version": "2.4.2",
"version": "2.4.3",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -40,6 +40,6 @@
"@cordisjs/server": "^0.1.8"
},
"peerDependencies": {
"@satorijs/satori": "^3.6.5"
"@satorijs/satori": "^3.6.6"
}
}

0 comments on commit a99d844

Please sign in to comment.