@spinajs/log
Advanced tools
Comparing version 2.0.63 to 2.0.64
@@ -18,3 +18,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import GlobToRegExp from "glob-to-regexp"; | ||
import { InvalidOperation, InvalidOption } from "../../exceptions/lib/index.js"; | ||
import { InvalidOperation, InvalidOption } from "@spinajs/exceptions"; | ||
import { InternalLoggerProxy } from "@spinajs/internal-logger"; | ||
@@ -21,0 +21,0 @@ function wrapWrite(level) { |
@@ -17,3 +17,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import * as path from "path"; | ||
import { InvalidOption } from "../../../exceptions/lib/index.js"; | ||
import { InvalidOption } from "@spinajs/exceptions"; | ||
import * as glob from "glob"; | ||
@@ -20,0 +20,0 @@ import * as zlib from "zlib"; |
{ | ||
"name": "@spinajs/log", | ||
"version": "2.0.63", | ||
"version": "2.0.64", | ||
"description": "Log lib for all spinejs related libs", | ||
@@ -36,7 +36,7 @@ "exports": "./lib/index.js", | ||
"@colors/colors": "^1.5.0", | ||
"@spinajs/configuration": "^2.0.63", | ||
"@spinajs/di": "^2.0.63", | ||
"@spinajs/exceptions": "^2.0.63", | ||
"@spinajs/internal-logger": "^2.0.63", | ||
"@spinajs/log-common": "^2.0.63", | ||
"@spinajs/configuration": "^2.0.64", | ||
"@spinajs/di": "^2.0.64", | ||
"@spinajs/exceptions": "^2.0.64", | ||
"@spinajs/internal-logger": "^2.0.64", | ||
"@spinajs/log-common": "^2.0.64", | ||
"ajv": "^8.12.0", | ||
@@ -43,0 +43,0 @@ "chalk": "5.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66969
Updated@spinajs/di@^2.0.64
Updated@spinajs/exceptions@^2.0.64
Updated@spinajs/log-common@^2.0.64