@qubit-ltd/logging 1.4.7 → 1.4.8
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/doc/api/Logger.html +1 -1
- package/doc/api/global.html +1 -1
- package/doc/api/index.html +1 -1
- package/package.json +2 -2
package/doc/api/Logger.html
CHANGED
|
@@ -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 13:
|
|
3345
|
+
on Wed Apr 16 2025 17:13:07 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
|
|
package/doc/api/global.html
CHANGED
|
@@ -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 13:
|
|
780
|
+
on Wed Apr 16 2025 17:13:07 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
|
|
package/doc/api/index.html
CHANGED
|
@@ -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 13:
|
|
456
|
+
on Wed Apr 16 2025 17:13:07 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.
|
|
3
|
+
"version": "1.4.8",
|
|
4
4
|
"description": "A simple JavaScript logging framework",
|
|
5
5
|
"author": "Haixing Hu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"es5": "check-es-version -e 5 -s true",
|
|
47
47
|
"deploy": "npm run lint && npm run test && npm run build:all && npm publish --registry='https://npm.qubit.ltd/' --access public",
|
|
48
48
|
"deploy:public": "npm run lint && npm run test && npm run build:all && npm publish --registry='https://registry.npmjs.org/' --access public",
|
|
49
|
-
"deploy:all": "npm run deploy && npm
|
|
49
|
+
"deploy:all": "npm run deploy && npm publish --registry='https://registry.npmjs.org/' --access public"
|
|
50
50
|
},
|
|
51
51
|
"browserify": {
|
|
52
52
|
"transform": [
|