@qubit-ltd/logging 1.4.4 → 1.4.5

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 Sun Jan 05 2025 14:29:26 GMT+0800 (China Standard Time)
3345
+ on Sun Jan 05 2025 14:31: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 Sun Jan 05 2025 14:29:26 GMT+0800 (China Standard Time)
780
+ on Sun Jan 05 2025 14:31: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
 
@@ -247,7 +247,7 @@ See the <a href="LICENSE">LICENSE</a> file for more details.</p></article>
247
247
 
248
248
  <footer>
249
249
  Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
250
- on Sun Jan 05 2025 14:29:26 GMT+0800 (China Standard Time)
250
+ on Sun Jan 05 2025 14:31:57 GMT+0800 (China Standard Time)
251
251
  using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
252
252
  </footer>
253
253
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qubit-ltd/logging",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "A simple JavaScript logging framework",
5
5
  "author": "Haixing Hu",
6
6
  "license": "Apache-2.0",
@@ -62,20 +62,20 @@
62
62
  "@babel/plugin-transform-runtime": "^7.25.9",
63
63
  "@babel/preset-env": "^7.26.0",
64
64
  "@babel/runtime": "^7.26.0",
65
- "@haixing_hu/clone": "^1.12.0",
66
- "@haixing_hu/naming-style": "^1.3.1",
67
- "@haixing_hu/type-detect": "^1.2.0",
68
- "@haixing_hu/typeinfo": "^3.1.0",
69
- "@haixing_hu/vue3-class-component": "^2.3.0",
65
+ "@haixing_hu/clone": "^1.12.2",
66
+ "@haixing_hu/naming-style": "^1.3.3",
67
+ "@haixing_hu/type-detect": "^1.2.2",
68
+ "@haixing_hu/typeinfo": "^3.1.2",
69
+ "@haixing_hu/vue3-class-component": "^2.3.1",
70
70
  "@jest/core": "^29.7.0",
71
- "@qubit-ltd/eslint-config": "^1.3.3",
72
- "@qubit-ltd/jsdoc-minami": "^1.5.1",
73
- "@qubit-ltd/rollup-builder": "^1.8.3",
71
+ "@qubit-ltd/eslint-config": "^1.3.4",
72
+ "@qubit-ltd/jsdoc-minami": "^1.5.2",
73
+ "@qubit-ltd/rollup-builder": "^1.8.7",
74
74
  "@rollup/plugin-alias": "^5.1.1",
75
75
  "@rollup/plugin-babel": "^6.0.4",
76
76
  "@rollup/plugin-commonjs": "^25.0.8",
77
77
  "@rollup/plugin-json": "^6.1.0",
78
- "@rollup/plugin-node-resolve": "^15.3.0",
78
+ "@rollup/plugin-node-resolve": "^15.3.1",
79
79
  "@rollup/plugin-terser": "^0.4.4",
80
80
  "@vue/compiler-dom": "^3.5.13",
81
81
  "@vue/compiler-sfc": "^3.5.13",
@@ -94,9 +94,9 @@
94
94
  "jest-environment-jsdom-global": "^4.0.0",
95
95
  "jest-extended": "^4.0.2",
96
96
  "jsdoc": "^4.0.4",
97
- "rollup": "^4.28.1",
97
+ "rollup": "^4.29.1",
98
98
  "rollup-plugin-analyzer": "^4.0.0",
99
- "rollup-plugin-visualizer": "^5.12.0",
99
+ "rollup-plugin-visualizer": "^5.13.1",
100
100
  "vue": "^3.5.13"
101
101
  },
102
102
  "packageManager": "yarn@4.5.0"