@qubit-ltd/logging 1.4.15 → 1.4.16
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qubit-ltd/logging",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.16",
|
|
4
4
|
"description": "A simple JavaScript logging framework",
|
|
5
5
|
"author": "Haixing Hu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"lint": "eslint --config eslint.config.mjs ./src ./test",
|
|
46
46
|
"doc": "jsdoc -c jsdoc.json",
|
|
47
47
|
"es5": "check-es-version -e 5 -s true",
|
|
48
|
-
"deploy": "npm run lint && npm run test && npm run build:all && npm publish
|
|
48
|
+
"deploy": "npm run lint && npm run test && npm run build:all && npm publish --@qubit-ltd:registry='https://registry.npmjs.org/' --access public"
|
|
49
49
|
},
|
|
50
50
|
"browserify": {
|
|
51
51
|
"transform": [
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"@babel/runtime": "^7.28.4",
|
|
65
65
|
"@jest/core": "^30.1.3",
|
|
66
66
|
"@qubit-ltd/clone": "^1.13.4",
|
|
67
|
-
"@qubit-ltd/eslint-config": "^2.0.
|
|
68
|
-
"@qubit-ltd/jsdoc-theme": "^1.5.
|
|
67
|
+
"@qubit-ltd/eslint-config": "^2.0.2",
|
|
68
|
+
"@qubit-ltd/jsdoc-theme": "^1.5.3",
|
|
69
69
|
"@qubit-ltd/naming-style": "^1.3.11",
|
|
70
|
-
"@qubit-ltd/rollup-builder": "^1.8.
|
|
70
|
+
"@qubit-ltd/rollup-builder": "^1.8.15",
|
|
71
71
|
"@qubit-ltd/type-detect": "^2.2.7",
|
|
72
72
|
"@qubit-ltd/typeinfo": "^3.3.8",
|
|
73
73
|
"@qubit-ltd/vue3-class-component": "^2.4.3",
|