@bamboocss/logger 1.12.3 → 1.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -1,6 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) 2023 Segun Adebayo
4
+ Copyright (c) 2026 Gajus Kuizinas
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6
7
  documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
package/dist/index.cjs CHANGED
@@ -188,7 +188,7 @@ const formatEntry = (entry) => {
188
188
  const { msg: message, level } = entry;
189
189
  const color = logLevels[level].color;
190
190
  label = [
191
- `🐼`,
191
+ `🎋`,
192
192
  kleur.default.bold(color(`${level}`)),
193
193
  uword
194
194
  ].filter(Boolean).join(" ");
package/dist/index.mjs CHANGED
@@ -164,7 +164,7 @@ const formatEntry = (entry) => {
164
164
  const { msg: message, level } = entry;
165
165
  const color = logLevels[level].color;
166
166
  label = [
167
- `🐼`,
167
+ `🎋`,
168
168
  colors$1.bold(color(`${level}`)),
169
169
  uword
170
170
  ].filter(Boolean).join(" ");
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@bamboocss/logger",
3
- "version": "1.12.3",
3
+ "version": "1.13.2",
4
4
  "description": "The core css bamboo library",
5
- "homepage": "https://bamboo-css.com",
5
+ "homepage": "https://bamboocss.com",
6
6
  "license": "MIT",
7
- "author": "Segun Adebayo <joseshegs@gmail.com>",
7
+ "author": "Gajus Kuizinas <gajus@gajus.com>",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/bamboocss/bamboo.git",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "kleur": "4.1.5",
37
- "@bamboocss/types": "1.12.3"
37
+ "@bamboocss/types": "1.13.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "matcher": "6.0.0"