Skip to content

Commit

Permalink
chore: release v2.0.8
Browse files Browse the repository at this point in the history
* (@GermanBluefox) Code migrated to TypeScript
  • Loading branch information
GermanBluefox committed Feb 9, 2025
1 parent 64df865 commit f7b0e8f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ Unsubscribe from file changes in ioBroker DB
-->
## Changelog
### **WORK IN PROGRESS**
### 2.0.8 (2025-02-09)
* (@GermanBluefox) Code migrated to TypeScript
### 1.6.2 (2024-12-01)
Expand Down
10 changes: 10 additions & 0 deletions dist/lib/passportSocket.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ export interface Store {
user: string;
};
}) => void) => void;
set: (sessionId: string, session: {
cookie: {
originalMaxAge: number;
expires: string;
httpOnly: boolean;
};
passport: {
user: string;
};
}) => void;
}
export declare function authorize(auth: {
passport: passport.PassportStatic;
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/passportSocket.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/socket-classes",
"version": "2.0.7",
"version": "2.0.8",
"description": "ioBroker server-side web sockets",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit f7b0e8f

Please sign in to comment.