bybit-analysis 0.1.5 → 0.1.7

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 +0 -8
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -1,13 +1,5 @@
1
1
  # bybit-analysis
2
2
 
3
- > **Repository publication rule**
4
- >
5
- > This repository previously contained API credentials in `.openclaude-profile.json` which were committed and pushed to GitHub. Even after local history cleanup, GitHub can retain old refs such as `refs/pull/*` that still expose those secrets.
6
- >
7
- > **Do not make this existing repository public.** Create a completely new public repository and clean-push only the current working tree without history.
8
-
9
- Read-only analytics CLI for Bybit accounts. Outputs schema-stable Markdown for operators and versioned JSON for automation and agent consumption.
10
-
11
3
  ## Install
12
4
 
13
5
  ### Local development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bybit-analysis",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "CLI for analyzing Bybit account data and printing schema-stable reports",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",
@@ -37,5 +37,9 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "decimal.js": "^10.6.0"
40
- }
40
+ },
41
+ "bugs": {
42
+ "url": "https://github.com/pivotdude/bybit-analysis/issues"
43
+ },
44
+ "repository": "github:pivotdude/bybit-analysis"
41
45
  }