@gasket/plugin-logger
Advanced tools
Comparing version 7.0.0-next.21 to 7.0.0-next.22
@@ -1,2 +0,2 @@ | ||
import type { MaybeAsync } from '@gasket/engine'; | ||
import type { MaybeAsync } from '@gasket/core'; | ||
@@ -13,3 +13,3 @@ | ||
declare module '@gasket/engine' { | ||
declare module '@gasket/core' { | ||
interface Gasket { | ||
@@ -16,0 +16,0 @@ logger: Logger; |
{ | ||
"name": "@gasket/plugin-logger", | ||
"version": "7.0.0-next.21", | ||
"version": "7.0.0-next.22", | ||
"description": "Gasket plugin for logging", | ||
@@ -37,5 +37,5 @@ "main": "lib", | ||
"devDependencies": { | ||
"@gasket/engine": "^7.0.0-next.21", | ||
"@gasket/plugin-https": "^7.0.0-next.21", | ||
"@gasket/plugin-metadata": "^7.0.0-next.21", | ||
"@gasket/core": "^7.0.0-next.22", | ||
"@gasket/plugin-https": "^7.0.0-next.22", | ||
"@gasket/plugin-metadata": "^7.0.0-next.22", | ||
"cross-env": "^7.0.3", | ||
@@ -60,3 +60,3 @@ "eslint": "^8.56.0", | ||
}, | ||
"gitHead": "52718d035b5a33c04de7043587f89596dd6da6f4" | ||
"gitHead": "b477b086bf8938f34fffa673e396920eae9a0263" | ||
} |
6727