@vot.js/core
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -1,8 +0,8 @@ | ||
import type { ClientSession, SessionModule } from "@vot.js/shared/types/secure"; | ||
import type { SubtitleFormat } from "@vot.js/shared/types/subs"; | ||
import type { RequestLang, ResponseLang } from "@vot.js/shared/types/data"; | ||
import type { AtLeast } from "@vot.js/shared/types/utils"; | ||
import type { BaseHelperOpts } from "./helpers/base"; | ||
import type { TranslationHelp } from "./yandex"; | ||
import type { VideoService } from "./service"; | ||
import type { ClientSession, SessionModule } from "@vot.js/shared/types/secure" | ||
import type { SubtitleFormat } from "@vot.js/shared/types/subs" | ||
import type { RequestLang, ResponseLang } from "@vot.js/shared/types/data" | ||
import type { AtLeast } from "@vot.js/shared/types/utils" | ||
import type { BaseHelperOpts } from "./helpers/base" | ||
import type { TranslationHelp } from "./yandex" | ||
import type { VideoService } from "./service" | ||
@@ -9,0 +9,0 @@ import { Type, Static, TSchema } from '@sinclair/typebox' |
@@ -5,4 +5,4 @@ import type { | ||
RequestHeaders, | ||
} from "@vot.js/shared/types/data"; | ||
import { VideoService } from "./service"; | ||
} from "@vot.js/shared/types/data" | ||
import { VideoService } from "./service" | ||
@@ -9,0 +9,0 @@ import { Type, Static, TSchema } from '@sinclair/typebox' |
@@ -5,4 +5,4 @@ import type { | ||
RequestHeaders, | ||
} from "@vot.js/shared/types/data"; | ||
import type { VideoData } from "./client"; | ||
} from "@vot.js/shared/types/data" | ||
import type { VideoData } from "./client" | ||
@@ -9,0 +9,0 @@ import { Type, Static } from '@sinclair/typebox' |
{ | ||
"name": "@vot.js/core", | ||
"description": "core package", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"author": "Toil", | ||
@@ -90,3 +90,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@vot.js/shared": "^2.2.5" | ||
"@vot.js/shared": "^2.2.6" | ||
}, | ||
@@ -93,0 +93,0 @@ "scripts": { |
71606
Updated@vot.js/shared@^2.2.6