@timmeck/trading-brain 2.31.86 → 2.31.88

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmeck/trading-brain",
3
- "version": "2.31.86",
3
+ "version": "2.31.88",
4
4
  "description": "Adaptive trading intelligence system with Hebbian synapses, spreading activation, Wilson Score confidence, and adaptive calibration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "build": "tsc",
12
12
  "dev": "tsx src/index.ts",
13
13
  "test": "vitest run",
14
- "lint": "eslint src/",
14
+ "lint": "eslint src/ --max-warnings 100",
15
15
  "lint:fix": "eslint src/ --fix",
16
16
  "test:coverage": "vitest --coverage"
17
17
  },
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@modelcontextprotocol/sdk": "^1.0.0",
44
- "@timmeck/brain-core": "^2.31.86",
44
+ "@timmeck/brain-core": "^2.36.101",
45
45
  "better-sqlite3": "^11.7.0",
46
46
  "ccxt": "^4.5.42",
47
47
  "chalk": "^5.6.2",