@qubit-ltd/logging 1.4.8 → 1.4.9

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.
@@ -3342,7 +3342,7 @@ and <code>NONE</code>. Lowercase letters are also allowed.</p>
3342
3342
 
3343
3343
  <footer>
3344
3344
  Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
3345
- on Wed Apr 16 2025 17:13:07 GMT+0800 (China Standard Time)
3345
+ on Mon Apr 21 2025 13:19:57 GMT+0800 (China Standard Time)
3346
3346
  using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
3347
3347
  </footer>
3348
3348
 
@@ -777,7 +777,7 @@ person.eat(meal); // 日志中将会打印此方法调用的签名
777
777
 
778
778
  <footer>
779
779
  Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
780
- on Wed Apr 16 2025 17:13:07 GMT+0800 (China Standard Time)
780
+ on Mon Apr 21 2025 13:19:57 GMT+0800 (China Standard Time)
781
781
  using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
782
782
  </footer>
783
783
 
@@ -453,7 +453,7 @@ yarn build
453
453
 
454
454
  <footer>
455
455
  Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
456
- on Wed Apr 16 2025 17:13:07 GMT+0800 (China Standard Time)
456
+ on Mon Apr 21 2025 13:19:57 GMT+0800 (China Standard Time)
457
457
  using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
458
458
  </footer>
459
459
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qubit-ltd/logging",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "A simple JavaScript logging framework",
5
5
  "author": "Haixing Hu",
6
6
  "license": "Apache-2.0",
@@ -60,7 +60,6 @@
60
60
  "@babel/core": "^7.26.10",
61
61
  "@babel/eslint-parser": "^7.27.0",
62
62
  "@babel/plugin-proposal-decorators": "^7.25.9",
63
- "@babel/plugin-transform-class-properties": "^7.25.9",
64
63
  "@babel/plugin-transform-runtime": "^7.26.10",
65
64
  "@babel/preset-env": "^7.26.9",
66
65
  "@babel/runtime": "^7.27.0",