@vizzor/cli 0.14.5 → 0.15.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzor/cli",
3
- "version": "0.14.5",
3
+ "version": "0.15.0",
4
4
  "description": "AI-powered crypto chronovisor — on-chain intelligence for the future",
5
5
  "type": "module",
6
6
  "license": "BUSL-1.1",
@@ -18,6 +18,10 @@
18
18
  },
19
19
  "files": [
20
20
  "dist/",
21
+ "vizzor_logoicon.png",
22
+ "vizzor_logodarkicon.png",
23
+ "chronovisor-engine/models/",
24
+ "chronovisor-engine/Dockerfile",
21
25
  "chronovisor-engine/pyproject.toml",
22
26
  "chronovisor-engine/src/",
23
27
  "LICENSE.md",
@@ -97,6 +101,7 @@
97
101
  "husky": "^9.1.7",
98
102
  "lint-staged": "^16.3.3",
99
103
  "prettier": "^3.8.1",
104
+ "rimraf": "^6.1.3",
100
105
  "tsup": "^8.5.1",
101
106
  "tsx": "^4.21.0",
102
107
  "typescript": "^5.9.3",
@@ -115,6 +120,7 @@
115
120
  "test:watch": "vitest",
116
121
  "test:coverage": "vitest run --coverage",
117
122
  "test:integration": "VIZZOR_INTEGRATION=true vitest run test/integration/",
123
+ "backtest:wr": "tsx scripts/backtest-wr.ts",
118
124
  "clean": "rm -rf dist/"
119
125
  }
120
126
  }
Binary file
Binary file