@kotori-bot/core
Advanced tools
Comparing version 1.6.3 to 1.6.4
/// <reference types="node" /> | ||
import type Adapter from './adapter'; | ||
import type { ChannelInfoResponse, GetFileDataResponse, GetFilePathResponse, GetFileUrlResponse, GroupInfoResponse, GuildInfoResponse, Message, SelfInfoResponse, SendMessageResponse, UploadFileResponse, UserInfoResponse } from '../types'; | ||
import type { EventsMapping } from 'fluoro'; | ||
import type { Session } from './session'; | ||
import type { EventsMapping } from '../types/events'; | ||
type ReverseList = { | ||
@@ -7,0 +7,0 @@ [K in keyof EventsMapping]: Parameters<EventsMapping[K]>[0] extends Session ? K : never; |
{ | ||
"name": "@kotori-bot/core", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Kotori Core", | ||
@@ -32,4 +32,4 @@ "main": "lib/index.js", | ||
"@kotori-bot/i18n": "^1.3.2", | ||
"fluoro": "^1.1.1", | ||
"@kotori-bot/tools": "^1.5.1" | ||
"@kotori-bot/tools": "^1.5.1", | ||
"fluoro": "^1.1.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
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
230543