@satorijs/adapter-kook
Advanced tools
Comparing version 4.0.6 to 4.0.7
import { Adapter, Context, Schema } from '@satorijs/satori'; | ||
import { KookBot } from './bot'; | ||
export declare class HttpServer<C extends Context = Context> extends Adapter<C, KookBot<C, KookBot.BaseConfig & HttpServer.Config>> { | ||
static inject: string[]; | ||
constructor(ctx: C, bot: KookBot<C>); | ||
@@ -5,0 +6,0 @@ connect(bot: KookBot): Promise<void>; |
@@ -596,2 +596,3 @@ var __create = Object.create; | ||
__name(_HttpServer, "HttpServer"); | ||
__publicField(_HttpServer, "inject", ["router"]); | ||
var HttpServer = _HttpServer; | ||
@@ -598,0 +599,0 @@ ((HttpServer2) => { |
{ | ||
"name": "@satorijs/adapter-kook", | ||
"description": "KOOK (开黑啦) Adapter for Satorijs", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"main": "lib/index.js", | ||
@@ -31,3 +31,3 @@ "typings": "lib/index.d.ts", | ||
"peerDependencies": { | ||
"@satorijs/satori": "^3.0.0" | ||
"@satorijs/satori": "^3.0.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144854
1916