@upandgo/react-scorm-container
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -9,5 +9,3 @@ import * as React from "react"; | ||
initialState: LMSState; | ||
commitCallback: (state: LMSState, eventList: SCORMEvent & { | ||
sessionId: string; | ||
}[]) => void; | ||
commitCallback: (state: LMSState, eventList: SCORMEvent[]) => void; | ||
}; | ||
@@ -14,0 +12,0 @@ declare type State = { |
@@ -14,2 +14,3 @@ export declare type SCORMVersion = "1.2" | "2004"; | ||
timestamp: number; | ||
sessionId: string; | ||
} | ||
@@ -16,0 +17,0 @@ export interface IncomingMessage { |
{ | ||
"name": "@upandgo/react-scorm-container", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A React component acting as a LMS, listening to SCORM API events and reacting to SCORM API call.", | ||
@@ -5,0 +5,0 @@ "author": "Sangrene", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82315
542