cc-api-statusline 0.1.0 → 0.1.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.
|
@@ -1997,7 +1997,7 @@ function uninstallStatusLine() {
|
|
|
1997
1997
|
// package.json
|
|
1998
1998
|
var package_default = {
|
|
1999
1999
|
name: "cc-api-statusline",
|
|
2000
|
-
version: "0.1.
|
|
2000
|
+
version: "0.1.1",
|
|
2001
2001
|
description: "Claude Code statusline tool that polls API usage from third-party proxy backends",
|
|
2002
2002
|
type: "module",
|
|
2003
2003
|
bin: {
|
|
@@ -2030,7 +2030,7 @@ var package_default = {
|
|
|
2030
2030
|
license: "MIT",
|
|
2031
2031
|
repository: {
|
|
2032
2032
|
type: "git",
|
|
2033
|
-
url: "https://github.com/liafonx/cc-api-statusline.git"
|
|
2033
|
+
url: "git+https://github.com/liafonx/cc-api-statusline.git"
|
|
2034
2034
|
},
|
|
2035
2035
|
homepage: "https://github.com/liafonx/cc-api-statusline#readme",
|
|
2036
2036
|
bugs: {
|
|
@@ -2047,6 +2047,9 @@ var package_default = {
|
|
|
2047
2047
|
},
|
|
2048
2048
|
engines: {
|
|
2049
2049
|
node: ">=18.0.0"
|
|
2050
|
+
},
|
|
2051
|
+
publishConfig: {
|
|
2052
|
+
provenance: true
|
|
2050
2053
|
}
|
|
2051
2054
|
};
|
|
2052
2055
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cc-api-statusline",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Claude Code statusline tool that polls API usage from third-party proxy backends",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "https://github.com/liafonx/cc-api-statusline.git"
|
|
36
|
+
"url": "git+https://github.com/liafonx/cc-api-statusline.git"
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/liafonx/cc-api-statusline#readme",
|
|
39
39
|
"bugs": {
|
|
@@ -50,5 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
52
52
|
"node": ">=18.0.0"
|
|
53
|
+
},
|
|
54
|
+
"publishConfig": {
|
|
55
|
+
"provenance": true
|
|
53
56
|
}
|
|
54
57
|
}
|