Skip to content

Commit

Permalink
Merge pull request #255 from richardeschloss/issue/254
Browse files Browse the repository at this point in the history
Issue/254
  • Loading branch information
richardeschloss authored Jan 21, 2022
2 parents bc51d80 + e5a7ca4 commit 589d552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export interface NuxtSocketOpts extends Partial<SocketIOClient.ManagerOptions> {
* (see [vuexModule](https://nuxt-socket-io.netlify.app/vuexModule)).
* @default false
*/
persist?: boolean;
persist?: boolean | string;
/** Specifies the property in [this] component that will be used
* to contain the socket status (referring to an object).
* @default 'socketStatus'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-socket-io",
"version": "2.0.2",
"version": "2.0.3",
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
"author": "Richard Schloss",
"type": "module",
Expand Down

0 comments on commit 589d552

Please sign in to comment.