ares-styled-logger 1.2.0 → 1.2.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - update
8
+
3
9
  ## 1.2.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -205,4 +205,4 @@ logger.success('##操作已完成', '更多日志内容...');
205
205
 
206
206
  ## 许可证
207
207
 
208
- MIT
208
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ares-styled-logger",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "styled console",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -13,5 +13,10 @@
13
13
  }
14
14
  },
15
15
  "author": "ares <18292577207@126.com>",
16
- "license": "MIT"
16
+ "license": "MIT",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/fangrentian/ares-tools.git",
20
+ "directory": "packages/styled-logger"
21
+ }
17
22
  }