@42ailab/42cc 0.7.10 → 0.7.11

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -110,8 +110,8 @@ npm list -g --depth=0 | grep 42cc
110
110
  ## Links
111
111
 
112
112
  - Homepage: https://42cc.42ailab.com
113
- - Issues: https://cnb.cool/42ailab/42plugin/meta/-/issues
114
- - Repository: https://cnb.cool/42ailab/42plugin/42cc
113
+ - Issues: https://cnb.cool/42ailab/42cc/meta/-/issues
114
+ - Repository: https://cnb.cool/42ailab/42cc/42cc
115
115
 
116
116
  ## License
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@42ailab/42cc",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "description": "Claude Code model configuration tool - CLI launcher for the 42cc tray application",
5
5
  "bin": {
6
6
  "42cc": "./bin/42cc.js"
@@ -10,8 +10,8 @@
10
10
  "README.md"
11
11
  ],
12
12
  "optionalDependencies": {
13
- "@42ailab/42cc-darwin-universal": "0.7.10",
14
- "@42ailab/42cc-win32-x64": "0.7.10"
13
+ "@42ailab/42cc-darwin-universal": "0.7.11",
14
+ "@42ailab/42cc-win32-x64": "0.7.11"
15
15
  },
16
16
  "os": [
17
17
  "darwin",
@@ -35,10 +35,10 @@
35
35
  "homepage": "https://42cc.42ailab.com",
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "https://cnb.cool/42ailab/42plugin/42cc"
38
+ "url": "https://cnb.cool/42ailab/42cc/42cc"
39
39
  },
40
40
  "bugs": {
41
- "url": "https://cnb.cool/42ailab/42plugin/meta/-/issues"
41
+ "url": "https://cnb.cool/42ailab/42cc/meta/-/issues"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"