Skip to content

Commit

Permalink
chore: upgrade all deps (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Feb 5, 2024
1 parent 5992876 commit aef5e42
Show file tree
Hide file tree
Showing 9 changed files with 1,564 additions and 794 deletions.
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ exports[`should method login catch error with empty sessionId 1`] = `"Failed to

exports[`should method login catch error with result has code 1`] = `"Login returned error code: 500"`;

exports[`should method login catch error with result null 1`] = `"Failed to login. {\\"result\\":null}"`;
exports[`should method login catch error with result null 1`] = `"Failed to login. {\"result\":null}"`;
2 changes: 1 addition & 1 deletion dist/webuntis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -676,4 +676,4 @@ declare class WebUntisAnonymousAuth extends InternalWebuntisSecretLogin {
login(): Promise<SessionInformation>;
}

export { Absence, Absences, Authenticator, Base, CodesEntity, ColorEntity, Department, Exam, Excuse, Holiday, Homework, Inbox, Inboxmessage, InternalWebuntisSecretLogin, Klasse, Lesson, LsEntity, MessagesOfDay, Messagesender, NewsWidget, Room, SchoolYear, ShortData, StatusData, Student, Subject, Teacher, TimeUnit, Timegrid, URLClass, WebAPITimetable, WebElement, WebElementData, Base as WebUntis, WebUntisAnonymousAuth, WebUntisDay, WebUntisElementType, WebUntisQR, WebUntisSecretAuth };
export { type Absence, type Absences, type Authenticator, Base, type CodesEntity, type ColorEntity, type Department, type Exam, type Excuse, type Holiday, type Homework, type Inbox, type Inboxmessage, InternalWebuntisSecretLogin, type Klasse, type Lesson, type LsEntity, type MessagesOfDay, type Messagesender, type NewsWidget, type Room, type SchoolYear, type ShortData, type StatusData, type Student, type Subject, type Teacher, type TimeUnit, type Timegrid, type URLClass, type WebAPITimetable, type WebElement, type WebElementData, Base as WebUntis, WebUntisAnonymousAuth, WebUntisDay, WebUntisElementType, WebUntisQR, WebUntisSecretAuth };
Loading

0 comments on commit aef5e42

Please sign in to comment.