ares-styled-logger 1.2.2 → 1.2.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # ares-styled-logger
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix bug
8
+
3
9
  ## 1.2.2
4
10
 
5
11
  ### Patch Changes
@@ -6,10 +6,4 @@ declare global {
6
6
  // 直接扩展 console 接口
7
7
  success?: (...args: any[]) => void;
8
8
  }
9
-
10
- type Recordable<K extends string | number | symbol = string, T = any> = Record<
11
- K extends null | undefined ? string : K,
12
- T
13
- >
14
-
15
9
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "ares-styled-logger",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "styled console",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
7
- "types": "./dist/types/index.d.ts",
7
+ "types": "./dist/index.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
10
  "types": "./dist/index.d.ts",