@lbu/server
Advanced tools
Comparing version 0.0.84 to 0.0.85
@@ -42,3 +42,3 @@ // Original types from @types/koa & @types/koa-compose | ||
import { Logger } from "@lbu/insight"; | ||
import { Event, Logger } from "@lbu/insight"; | ||
import { StoreFile } from "@lbu/store"; | ||
@@ -706,2 +706,3 @@ import { AxiosInstance } from "axios"; | ||
log: Logger; | ||
event: Event; | ||
session: Session | null; | ||
@@ -760,3 +761,3 @@ } | ||
export type Next = () => Promise<any>; | ||
export type Next = () => void | Promise<void>; | ||
@@ -763,0 +764,0 @@ /** |
{ | ||
"name": "@lbu/server", | ||
"version": "0.0.84", | ||
"version": "0.0.85", | ||
"description": "Koa server and common middleware", | ||
@@ -19,4 +19,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "0.0.84", | ||
"@lbu/stdlib": "0.0.84", | ||
"@lbu/insight": "0.0.85", | ||
"@lbu/stdlib": "0.0.85", | ||
"formidable": "2.0.0-canary.20200504.1", | ||
@@ -49,3 +49,3 @@ "keygrip": "1.1.0", | ||
}, | ||
"gitHead": "0757389e1068a45187532e9945f5a45af1aa94f9" | ||
"gitHead": "cda54be9b925a481d04d219ba741b8bbb54e1abe" | ||
} |
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
56153
1790
+ Added@lbu/insight@0.0.85(transitive)
+ Added@lbu/stdlib@0.0.85(transitive)
+ Added@types/node@14.14.2(transitive)
- Removed@lbu/insight@0.0.84(transitive)
- Removed@lbu/stdlib@0.0.84(transitive)
- Removed@types/node@14.14.0(transitive)
Updated@lbu/insight@0.0.85
Updated@lbu/stdlib@0.0.85