@nestjs/platform-socket.io 9.3.2 → 9.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Readme.md CHANGED
@@ -11,7 +11,6 @@
11
11
  <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
12
12
  <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a>
13
13
  <a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
14
- <a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
15
14
  <a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
16
15
  <a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
17
16
  <a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
@@ -1,6 +1,9 @@
1
1
  import { AbstractWsAdapter, MessageMappingProperties } from '@nestjs/websockets';
2
2
  import { Observable } from 'rxjs';
3
3
  import { Server, ServerOptions, Socket } from 'socket.io';
4
+ /**
5
+ * @publicApi
6
+ */
4
7
  export declare class IoAdapter extends AbstractWsAdapter {
5
8
  create(port: number, options?: ServerOptions & {
6
9
  namespace?: string;
@@ -8,6 +8,9 @@ const constants_1 = require("@nestjs/websockets/constants");
8
8
  const rxjs_1 = require("rxjs");
9
9
  const operators_1 = require("rxjs/operators");
10
10
  const socket_io_1 = require("socket.io");
11
+ /**
12
+ * @publicApi
13
+ */
11
14
  class IoAdapter extends websockets_1.AbstractWsAdapter {
12
15
  create(port, options) {
13
16
  if (!options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/platform-socket.io",
3
- "version": "9.3.2",
3
+ "version": "9.3.3",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@platform-socket.io)",
5
5
  "author": "Kamil Mysliwiec",
6
6
  "license": "MIT",