@tsed/socketio
Advanced tools
Comparing version 8.0.0-beta.3 to 8.0.0-beta.4
import { __decorate, __metadata, __param } from "tslib"; | ||
import { InjectorService, Service } from "@tsed/common"; | ||
import { InjectorService, Service } from "@tsed/di"; | ||
import * as SocketIO from "socket.io"; // tslint:disable-line: no-unused-variable | ||
@@ -4,0 +4,0 @@ import { SocketHandlersBuilder } from "../class/SocketHandlersBuilder.js"; |
import { __decorate, __metadata } from "tslib"; | ||
import { $log, Constant, InjectorService, Module } from "@tsed/common"; | ||
import { nameOf } from "@tsed/core"; | ||
import { Inject } from "@tsed/di"; | ||
import { Constant, Inject, InjectorService, Module } from "@tsed/di"; | ||
import { $log } from "@tsed/logger"; | ||
import Http from "http"; | ||
@@ -6,0 +6,0 @@ import Https from "https"; |
@@ -1,2 +0,2 @@ | ||
import { InjectorService, Provider } from "@tsed/common"; | ||
import { InjectorService, Provider } from "@tsed/di"; | ||
import * as SocketIO from "socket.io"; | ||
@@ -3,0 +3,0 @@ /** |
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
import { AfterListen, InjectorService, OnDestroy, Provider } from "@tsed/common"; | ||
import { InjectorService, OnDestroy, Provider } from "@tsed/di"; | ||
import type { AfterListen } from "@tsed/platform-http"; | ||
import Http from "http"; | ||
@@ -5,0 +6,0 @@ import Https from "https"; |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "8.0.0-beta.3", | ||
"version": "8.0.0-beta.4", | ||
"keywords": [ | ||
@@ -37,12 +37,12 @@ "tsed", | ||
"devDependencies": { | ||
"@tsed/barrels": "8.0.0-beta.3", | ||
"@tsed/common": "8.0.0-beta.3", | ||
"@tsed/core": "8.0.0-beta.3", | ||
"@tsed/di": "8.0.0-beta.3", | ||
"@tsed/json-mapper": "8.0.0-beta.3", | ||
"@tsed/openspec": "8.0.0-beta.3", | ||
"@tsed/platform-middlewares": "8.0.0-beta.3", | ||
"@tsed/schema": "8.0.0-beta.3", | ||
"@tsed/socketio-testing": "8.0.0-beta.3", | ||
"@tsed/typescript": "8.0.0-beta.3", | ||
"@tsed/barrels": "8.0.0-beta.4", | ||
"@tsed/core": "8.0.0-beta.4", | ||
"@tsed/di": "8.0.0-beta.4", | ||
"@tsed/json-mapper": "8.0.0-beta.4", | ||
"@tsed/openspec": "8.0.0-beta.4", | ||
"@tsed/platform-http": "8.0.0-beta.4", | ||
"@tsed/platform-middlewares": "8.0.0-beta.4", | ||
"@tsed/schema": "8.0.0-beta.4", | ||
"@tsed/socketio-testing": "8.0.0-beta.4", | ||
"@tsed/typescript": "8.0.0-beta.4", | ||
"eslint": "9.12.0", | ||
@@ -56,7 +56,7 @@ "express": "^4.21.0", | ||
"peerDependencies": { | ||
"@tsed/di": "8.0.0-beta.3", | ||
"@tsed/json-mapper": "8.0.0-beta.3", | ||
"@tsed/di": "8.0.0-beta.4", | ||
"@tsed/json-mapper": "8.0.0-beta.4", | ||
"@tsed/logger": ">=6.7.5", | ||
"@tsed/platform-middlewares": "8.0.0-beta.3", | ||
"@tsed/schema": "8.0.0-beta.3", | ||
"@tsed/platform-middlewares": "8.0.0-beta.4", | ||
"@tsed/schema": "8.0.0-beta.4", | ||
"socket.io": ">=4.0.0" | ||
@@ -63,0 +63,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120691
2387