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 26, 2023
1 parent 97101b6 commit 31c2aab
Show file tree
Hide file tree
Showing 22 changed files with 85 additions and 53 deletions.
8 changes: 5 additions & 3 deletions adapters/dingtalk/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-dingtalk",
"description": "DingTalk (钉钉) Adapter for Satorijs",
"version": "2.0.2",
"version": "2.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <[email protected]>",
"license": "MIT",
Expand All @@ -29,6 +30,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
}
}
5 changes: 3 additions & 2 deletions adapters/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <[email protected]>",
"contributors": [
Expand All @@ -31,7 +32,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
8 changes: 5 additions & 3 deletions adapters/kook/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-kook",
"description": "KOOK (开黑啦) Adapter for Satorijs",
"version": "4.0.6",
"version": "4.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <[email protected]>",
"license": "MIT",
Expand All @@ -28,7 +29,8 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
8 changes: 5 additions & 3 deletions adapters/lark/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-lark",
"description": "Lark (飞书) Adapter for Satorijs",
"version": "3.1.3",
"version": "3.1.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": {
"name": "Maiko Tan",
Expand All @@ -32,7 +33,8 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
8 changes: 5 additions & 3 deletions adapters/line/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-line",
"description": "Line Adapter for Satorijs",
"version": "2.1.1",
"version": "2.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <[email protected]>",
"license": "MIT",
Expand All @@ -28,6 +29,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
}
}
5 changes: 3 additions & 2 deletions adapters/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Anillc <[email protected]>",
"license": "MIT",
Expand All @@ -30,7 +31,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"@types/mailparser": "^3.4.0",
Expand Down
8 changes: 5 additions & 3 deletions adapters/matrix/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-matrix",
"description": "Matrix Adapter for Satorijs",
"version": "4.0.3",
"version": "4.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Anillc <[email protected]>",
"license": "MIT",
Expand All @@ -26,7 +27,8 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"image-size": "^1.0.2",
Expand Down
5 changes: 3 additions & 2 deletions adapters/qq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <[email protected]>",
"license": "MIT",
Expand All @@ -29,7 +30,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"qface": "^1.4.1"
Expand Down
5 changes: 3 additions & 2 deletions adapters/satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <[email protected]>",
"license": "MIT",
Expand All @@ -28,6 +29,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/satori": "^4.0.0"
}
}
8 changes: 5 additions & 3 deletions adapters/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-slack",
"description": "Slack Adapter for Satorijs",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <[email protected]>",
"license": "MIT",
Expand All @@ -28,7 +29,8 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"@slack/types": "^2.9.0",
Expand Down
8 changes: 5 additions & 3 deletions adapters/telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-telegram",
"description": "Telegram Adapter for Satorijs",
"version": "4.1.4",
"version": "4.1.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "undefined <[email protected]>",
"contributors": [
Expand All @@ -32,7 +33,8 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"file-type": "^16.5.4",
Expand Down
8 changes: 5 additions & 3 deletions adapters/wechat-official/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-wechat-official",
"description": "Wechat Official Adapter for Satorijs",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <[email protected]>",
"license": "MIT",
Expand All @@ -28,7 +29,8 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"@wecom/crypto": "^1.0.1",
Expand Down
8 changes: 5 additions & 3 deletions adapters/wecom/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-wecom",
"description": "Wecom Adapter for Satorijs",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <[email protected]>",
"license": "MIT",
Expand All @@ -28,7 +29,8 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"@wecom/crypto": "^1.0.1",
Expand Down
8 changes: 5 additions & 3 deletions adapters/whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@satorijs/adapter-whatsapp",
"description": "WhatsApp Adapter for Satorijs",
"version": "2.0.2",
"version": "2.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <[email protected]>",
"license": "MIT",
Expand All @@ -26,7 +27,8 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/router": "^1.0.1",
"@satorijs/satori": "^4.0.0"
},
"dependencies": {},
"devDependencies": {}
Expand Down
5 changes: 3 additions & 2 deletions adapters/zulip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <[email protected]>",
"license": "MIT",
Expand All @@ -28,7 +29,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/satori": "^4.0.0"
},
"dependencies": {
"marked": "^9.1.2"
Expand Down
3 changes: 2 additions & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"./package.json": "./package.json"
},
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 5 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@satorijs/core",
"description": "Core components of Satorijs",
"version": "3.0.0",
"version": "4.0.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <[email protected]>",
"license": "MIT",
Expand All @@ -26,8 +27,8 @@
"utilities"
],
"scripts": {
"compile:cjs": "esbuild src/index.ts --outfile=lib/index.cjs --bundle --sourcemap --platform=node --external:cosmokit --external:cordis --target=es2019",
"compile:esm": "esbuild src/index.ts --outfile=lib/index.mjs --bundle --sourcemap --platform=neutral --external:cosmokit --external:cordis --target=esnext",
"compile:cjs": "esbuild src/index.ts --outfile=lib/index.cjs --bundle --sourcemap --sources-content=false --platform=node --external:cosmokit --external:cordis --target=es2019",
"compile:esm": "esbuild src/index.ts --outfile=lib/index.mjs --bundle --sourcemap --sources-content=false --platform=neutral --external:cosmokit --external:cordis --target=esnext",
"build": "yarn compile:cjs && yarn compile:esm && yarn dtsc"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"files": [
"lib",
"src",
"jsx-runtime.d.ts",
"jsx-dev-runtime.d.ts"
],
Expand Down
3 changes: 2 additions & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"./package.json": "./package.json"
},
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <[email protected]>",
"license": "MIT",
Expand Down
Loading

0 comments on commit 31c2aab

Please sign in to comment.