codebuddy-stats 1.2.5 → 1.2.6

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  一个用于分析 CodeBuddy 系列产品使用成本的命令行工具,支持交互式 TUI 界面和纯文本输出。
4
4
 
5
- ![](./assets/README-1.jpg)
5
+ ![](https://cdn.jsdelivr.net/npm/codebuddy-stats@1.2.6/assets/README-1.jpg)
6
6
 
7
7
  ## 功能特性
8
8
 
Binary file
package/package.json CHANGED
@@ -1,15 +1,12 @@
1
1
  {
2
2
  "name": "codebuddy-stats",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
- "dist"
7
+ "dist",
8
+ "assets"
8
9
  ],
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/AnotiaWang/codebuddy-stats"
12
- },
13
10
  "bin": {
14
11
  "codebuddy-stats": "./dist/index.js",
15
12
  "cbs": "./dist/index.js"