1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 02:42:13 +00:00

bump(logger): patch

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2023-07-12 15:14:46 +02:00
parent 4a4f0ddd1c
commit aba89a0662
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@dzeio/logger",
"version": "3.1.0",
"version": "3.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dzeio/logger",
"version": "3.1.0",
"version": "3.2.1",
"license": "MIT",
"dependencies": {
"colorette": "^2.0.20"

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/logger",
"version": "3.2.0",
"version": "3.2.1",
"description": "My Personnal Logger",
"repository": {
"type": "git",
@ -20,8 +20,8 @@
"default": "./dist/Logger.js"
},
"import": {
"default": "./dist/Logger.mjs",
"types": "./dist/Logger.d.mts"
"types": "./dist/Logger.d.mts",
"default": "./dist/Logger.mjs"
}
}
},