@vot.js/shared
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -12,3 +12,3 @@ export default { | ||
loggerLevel: 1, | ||
version: "2.1.7", | ||
version: "2.1.8", | ||
}; |
@@ -23,28 +23,2 @@ export type Course = { | ||
}; | ||
export type Source = { | ||
src: string; | ||
type: string; | ||
}; | ||
export type PlayerCache = { | ||
duration: number; | ||
currentTime: number; | ||
volume: number; | ||
source: Source | undefined; | ||
sources: Source[]; | ||
}; | ||
export type Track = { | ||
kind: "captions"; | ||
label: string; | ||
src: string; | ||
srclang: string; | ||
}; | ||
export type PlayerOptions = { | ||
courseId: string; | ||
sources: Source[]; | ||
tracks: Track[]; | ||
}; | ||
export type PlayerData = { | ||
cache_: PlayerCache; | ||
options_: PlayerOptions; | ||
}; | ||
export type CourseData = { | ||
@@ -51,0 +25,0 @@ elements: [ |
{ | ||
"name": "@vot.js/shared", | ||
"description": "shared for all @vot.js package", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"author": "Toil", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
179226
3887