koatty_core
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.6.5](https://github.com/koatty/koatty_core/compare/v1.6.4...v1.6.5) (2022-03-14) | ||
### [1.6.4](https://github.com/koatty/koatty_core/compare/v1.6.3...v1.6.4) (2022-03-14) | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2022-03-14 11:41:50 | ||
* @Date: 2022-03-14 18:21:51 | ||
* @License: BSD (3-Clause) | ||
@@ -16,3 +16,2 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
import { sendUnaryData } from '@grpc/grpc-js/build/src/server-call'; | ||
import { Server } from 'net'; | ||
import { ServerDuplexStream } from '@grpc/grpc-js'; | ||
@@ -356,5 +355,5 @@ import { ServerReadableStream } from '@grpc/grpc-js'; | ||
options: any; | ||
server: Server; | ||
server: unknownServer; | ||
status: number; | ||
Start: (listenCallback: () => void) => Server; | ||
Start: (listenCallback: () => void) => unknownServer; | ||
Stop: (callback?: () => void) => void; | ||
@@ -368,2 +367,4 @@ /** | ||
declare type unknownServer = unknown; | ||
/** | ||
@@ -370,0 +371,0 @@ * WsRequest |
/*! | ||
* @Author: richen | ||
* @Date: 2022-03-14 11:41:30 | ||
* @Date: 2022-03-14 18:21:39 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
{ | ||
"name": "koatty_core", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Koatty framework core", | ||
@@ -5,0 +5,0 @@ "scripts": { |
{ | ||
"name": "koatty_core", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Koatty framework core", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
55933