@skax/logger 2.0.0-beta.3 → 2.0.0

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/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @skax/logger v2.0.0-beta.3
2
+ * @skax/logger v2.0.0
3
3
  * Copyright (c) 2026-05-16 ShineShao <xiaoshaoqq@gmail.com>
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @skax/logger v2.0.0-beta.3
2
+ * @skax/logger v2.0.0
3
3
  * Copyright (c) 2026-05-16 ShineShao <xiaoshaoqq@gmail.com>
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @skax/logger v2.0.0-beta.3
2
+ * @skax/logger v2.0.0
3
3
  * Copyright (c) 2026-05-16 ShineShao <xiaoshaoqq@gmail.com>
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skax/logger",
3
- "version": "2.0.0-beta.3",
3
+ "version": "2.0.0",
4
4
  "description": "A lightweight logger with level filtering, module prefix, and caller-context output.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.esm.js",
@@ -47,11 +47,11 @@
47
47
  "@commitlint/cli": "^20.2.0",
48
48
  "@commitlint/config-conventional": "^20.2.0",
49
49
  "pretty-quick": "^4.2.2",
50
- "@skax/rollup-config": "^1.0.6-beta.3",
50
+ "@skax/rollup-config": "^1.0.6",
51
51
  "@types/jest": "^29.5.11",
52
52
  "cross-env": "^10.1.0",
53
53
  "eslint": "^9.39.4",
54
- "eslint-config-xx": "^2.2.4",
54
+ "eslint-config-xx": "^2.2.5",
55
55
  "http-server": "^14.1.1",
56
56
  "husky": "^9.1.7",
57
57
  "jest": "^29.7.0",