Skip to content

Commit

Permalink
chore: release v2.0.5
Browse files Browse the repository at this point in the history
* (@GermanBluefox) Code migrated to TypeScript
  • Loading branch information
GermanBluefox committed Feb 7, 2025
1 parent eacb663 commit d9d071e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.5 (2025-02-07)
* (@GermanBluefox) Code migrated to TypeScript
### 1.6.2 (2024-12-01)
Expand Down
3 changes: 2 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import passport from 'passport';
export { type SocketSubscribeTypes } from './types';
import cookieParser from 'cookie-parser';
export { SocketCommandsAdmin } from './lib/socketCommandsAdmin';
export { SocketCommands, type SupportedFeature } from './lib/socketCommands';
export { SocketCommon, type Server } from './lib/socketCommon';
export { SocketCommon, type Server, type SocketSettings, type SocketIoOptions } from './lib/socketCommon';
export { SocketAdmin } from './lib/socketAdmin';
import { authorize as passportSocket, type PassportHttpRequest, type Store } from './lib/passportSocket';
export { passport, cookieParser, passportSocket, type PassportHttpRequest, type Store };
2 changes: 1 addition & 1 deletion dist/index.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.4",
"version": "2.0.5",
"description": "ioBroker server-side web sockets",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit d9d071e

Please sign in to comment.