-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
85 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -29,6 +30,7 @@ | |
"chat" | ||
], | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/router": "^1.0.1", | ||
"@satorijs/satori": "^4.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"author": "LittleC <[email protected]>", | ||
"contributors": [ | ||
|
@@ -31,7 +32,7 @@ | |
"chat" | ||
], | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/satori": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"form-data": "^4.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -28,6 +29,7 @@ | |
"chat" | ||
], | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/router": "^1.0.1", | ||
"@satorijs/satori": "^4.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"author": "Anillc <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,7 +31,7 @@ | |
"chat" | ||
], | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/satori": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"@types/mailparser": "^3.4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"author": "Shigma <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -29,7 +30,7 @@ | |
"chat" | ||
], | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/satori": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"qface": "^1.4.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"author": "Shigma <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -28,6 +29,6 @@ | |
"chat" | ||
], | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/satori": "^4.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -26,7 +27,8 @@ | |
"satori" | ||
], | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/router": "^1.0.1", | ||
"@satorijs/satori": "^4.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"author": "LittleC <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -28,7 +29,7 @@ | |
"chat" | ||
], | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/satori": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"marked": "^9.1.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"author": "Shigma <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
}, | ||
"files": [ | ||
"lib", | ||
"src", | ||
"jsx-runtime.d.ts", | ||
"jsx-dev-runtime.d.ts" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"author": "Shigma <[email protected]>", | ||
"license": "MIT", | ||
|
Oops, something went wrong.