Skip to content

Commit

Permalink
docs(changeset): fix: add zhinManagerFn
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Jun 30, 2024
1 parent 9fc47a6 commit 6f2e9e8
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .changeset/fast-schools-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
"@zhinjs/core": patch
"@zhinjs/dingtalk": patch
"@zhinjs/discord": patch
"@zhinjs/icqq": patch
"@zhinjs/onebot-11": patch
"@zhinjs/onebot-12": patch
"@zhinjs/qq": patch
"@zhinjs/wechat": patch
"@zhinjs/client": patch
"@zhinjs/plugin-group-manage": patch
"@zhinjs/plugin-guild-manage": patch
"@zhinjs/plugin-qa": patch
"@zhinjs/plugin-schedule": patch
"@zhinjs/plugin-http-server": patch
"@zhinjs/plugin-sandbox": patch
"@zhinjs/plugin-screenshot": patch
"@zhinjs/plugin-upyun": patch
"@zhinjs/web": patch
"test": patch
"zhin": patch
---

fix: add zhinManagerFn
1 change: 1 addition & 0 deletions packages/adapters/kritor/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
27 changes: 27 additions & 0 deletions packages/adapters/kritor/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "@zhinjs/discord",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"version": "1.0.23",
"scripts": {
"build": "tsc && tsc-alias"
},
"files": [
"lib"
],
"author": "凉菜",
"repository": {
"url": "https://github.com/zhinjs/zhin",
"directory": "packages/adapters/discord"
},
"dependencies": {
"zhin": "workspace:^",
"ts-disc-bot": "latest"
},
"devDependencies": {
"zhin": "workspace:^",
"ts-disc-bot": "latest",
"@types/node": "latest",
"@types/ws": "latest"
}
}
13 changes: 13 additions & 0 deletions packages/adapters/kritor/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@": ["src"]
},
"outDir": "lib"
},
"include": ["src"]
}

0 comments on commit 6f2e9e8

Please sign in to comment.