@gasket/plugin-logger
Advanced tools
Comparing version 7.0.0-next.4 to 7.0.0-next.5
/* eslint-disable no-console, no-sync */ | ||
const { name, version } = require('../package.json'); | ||
const { name } = require('../package.json'); | ||
@@ -28,5 +28,2 @@ function createChildLogger(parent, metadata) { | ||
context.gasketConfig.addPlugin('pluginLogger', '@gasket/plugin-logger'); | ||
context.pkg.add('dependencies', { | ||
[name]: version | ||
}); | ||
}, | ||
@@ -33,0 +30,0 @@ init(gasket) { |
{ | ||
"name": "@gasket/plugin-logger", | ||
"version": "7.0.0-next.4", | ||
"version": "7.0.0-next.5", | ||
"description": "Gasket plugin for logging", | ||
@@ -37,5 +37,5 @@ "main": "lib", | ||
"devDependencies": { | ||
"@gasket/engine": "^7.0.0-next.4", | ||
"@gasket/plugin-https": "^7.0.0-next.4", | ||
"@gasket/plugin-metadata": "^7.0.0-next.4", | ||
"@gasket/engine": "^7.0.0-next.5", | ||
"@gasket/plugin-https": "^7.0.0-next.5", | ||
"@gasket/plugin-metadata": "^7.0.0-next.5", | ||
"cross-env": "^7.0.3", | ||
@@ -60,3 +60,3 @@ "eslint": "^8.56.0", | ||
}, | ||
"gitHead": "5a76c18917da4d37c2aa2f9b9a70e2514ee81398" | ||
"gitHead": "b3b132ef284ac43616794283b969c23c45c0a90e" | ||
} |
6642
87