@vizzor/cli 0.15.0 → 0.15.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.
- package/README.md +35 -1
- package/chronovisor-engine/models/regime_detector/regime_detector_1773536830_model.pkl +0 -0
- package/chronovisor-engine/models/rug_detector/rug_detector_1773536830_model.pkl +0 -0
- package/chronovisor-engine/models/sentiment_nlp/sentiment_nlp_1773536831_model.pkl +0 -0
- package/chronovisor-engine/models/trend_scorer/trend_scorer_1773536830_model.pkl +0 -0
- package/chronovisor-engine/pyproject.toml +1 -1
- package/dist/index.js +7285 -1672
- package/dist/index.js.map +1 -1
- package/package.json +29 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizzor/cli",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "AI-powered crypto chronovisor — on-chain intelligence for the future",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -48,39 +48,41 @@
|
|
|
48
48
|
"@fastify/rate-limit": "^10.3.0",
|
|
49
49
|
"@fastify/swagger": "^9.7.0",
|
|
50
50
|
"@fastify/swagger-ui": "^5.2.6",
|
|
51
|
-
"@fastify/websocket": "^11.0
|
|
51
|
+
"@fastify/websocket": "^11.2.0",
|
|
52
52
|
"@google/generative-ai": "^0.24.1",
|
|
53
53
|
"@polymarket/clob-client": "^5.8.1",
|
|
54
54
|
"@scure/bip32": "1.6.2",
|
|
55
55
|
"@scure/bip39": "1.5.4",
|
|
56
|
+
"@sentry/node": "^10.53.1",
|
|
56
57
|
"@solana/spl-token": "^0.4.14",
|
|
57
58
|
"@solana/web3.js": "^1.98.4",
|
|
58
|
-
"@types/react": "^19.2.
|
|
59
|
-
"better-sqlite3": "^12.
|
|
59
|
+
"@types/react": "^19.2.15",
|
|
60
|
+
"better-sqlite3": "^12.10.0",
|
|
60
61
|
"chalk": "^5.6.2",
|
|
61
62
|
"cli-table3": "^0.6.5",
|
|
62
63
|
"commander": "^14.0.3",
|
|
63
|
-
"discord.js": "^14.
|
|
64
|
+
"discord.js": "^14.26.4",
|
|
64
65
|
"fastify": "^5.8.5",
|
|
65
|
-
"grammy": "^1.
|
|
66
|
+
"grammy": "^1.43.0",
|
|
66
67
|
"ink": "^6.8.0",
|
|
67
68
|
"ink-spinner": "^5.0.0",
|
|
68
69
|
"ink-text-input": "^6.0.0",
|
|
69
|
-
"inquirer": "^13.3
|
|
70
|
-
"marked": "^17.0.
|
|
70
|
+
"inquirer": "^13.4.3",
|
|
71
|
+
"marked": "^17.0.6",
|
|
71
72
|
"marked-terminal": "^7.3.0",
|
|
72
73
|
"node-notifier": "^10.0.1",
|
|
73
74
|
"ollama": "^0.6.3",
|
|
74
|
-
"openai": "^6.
|
|
75
|
-
"ora": "^9.
|
|
76
|
-
"pg": "^8.
|
|
75
|
+
"openai": "^6.39.0",
|
|
76
|
+
"ora": "^9.4.0",
|
|
77
|
+
"pg": "^8.21.0",
|
|
77
78
|
"pino": "^10.3.1",
|
|
78
79
|
"pino-pretty": "^13.1.3",
|
|
80
|
+
"prom-client": "^15.1.3",
|
|
79
81
|
"rate-limiter-flexible": "^10.0.1",
|
|
80
|
-
"react": "^19.2.
|
|
81
|
-
"viem": "^2.
|
|
82
|
-
"yaml": "^2.
|
|
83
|
-
"zod": "^4.3
|
|
82
|
+
"react": "^19.2.6",
|
|
83
|
+
"viem": "^2.51.0",
|
|
84
|
+
"yaml": "^2.9.0",
|
|
85
|
+
"zod": "^4.4.3"
|
|
84
86
|
},
|
|
85
87
|
"lint-staged": {
|
|
86
88
|
"*.{ts,tsx}": [
|
|
@@ -89,24 +91,24 @@
|
|
|
89
91
|
]
|
|
90
92
|
},
|
|
91
93
|
"devDependencies": {
|
|
92
|
-
"@commitlint/cli": "^20.
|
|
93
|
-
"@commitlint/config-conventional": "^20.
|
|
94
|
+
"@commitlint/cli": "^20.5.3",
|
|
95
|
+
"@commitlint/config-conventional": "^20.5.3",
|
|
94
96
|
"@eslint/js": "^10.0.1",
|
|
95
97
|
"@types/better-sqlite3": "^7.6.13",
|
|
96
|
-
"@types/node": "^25.
|
|
98
|
+
"@types/node": "^25.9.1",
|
|
97
99
|
"@types/node-notifier": "^8.0.5",
|
|
98
|
-
"@types/pg": "^8.
|
|
99
|
-
"@vitest/coverage-v8": "^4.
|
|
100
|
-
"eslint": "^10.0
|
|
100
|
+
"@types/pg": "^8.20.0",
|
|
101
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
102
|
+
"eslint": "^10.4.0",
|
|
101
103
|
"husky": "^9.1.7",
|
|
102
|
-
"lint-staged": "^16.
|
|
103
|
-
"prettier": "^3.8.
|
|
104
|
+
"lint-staged": "^16.4.0",
|
|
105
|
+
"prettier": "^3.8.3",
|
|
104
106
|
"rimraf": "^6.1.3",
|
|
105
107
|
"tsup": "^8.5.1",
|
|
106
|
-
"tsx": "^4.
|
|
108
|
+
"tsx": "^4.22.3",
|
|
107
109
|
"typescript": "^5.9.3",
|
|
108
|
-
"typescript-eslint": "^8.
|
|
109
|
-
"vitest": "^4.
|
|
110
|
+
"typescript-eslint": "^8.59.4",
|
|
111
|
+
"vitest": "^4.1.7"
|
|
110
112
|
},
|
|
111
113
|
"scripts": {
|
|
112
114
|
"dev": "tsx src/index.ts",
|
|
@@ -121,6 +123,7 @@
|
|
|
121
123
|
"test:coverage": "vitest run --coverage",
|
|
122
124
|
"test:integration": "VIZZOR_INTEGRATION=true vitest run test/integration/",
|
|
123
125
|
"backtest:wr": "tsx scripts/backtest-wr.ts",
|
|
126
|
+
"wr:audit": "tsx scripts/wr-audit.ts",
|
|
124
127
|
"clean": "rm -rf dist/"
|
|
125
128
|
}
|
|
126
129
|
}
|