@tradejs/core 3.1.11 → 3.1.12-beta.217

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 +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tradejs/core",
3
- "version": "3.1.11",
3
+ "version": "3.1.12-beta.217",
4
4
  "description": "MIT-licensed browser-safe API for TradeJS config, strategy authoring, figures, and shared helpers.",
5
5
  "keywords": [
6
6
  "tradejs",
@@ -10,6 +10,10 @@
10
10
  "strategy",
11
11
  "indicators",
12
12
  "pine-script",
13
+ "crypto",
14
+ "bybit",
15
+ "binance",
16
+ "coinbase",
13
17
  "ai",
14
18
  "claude",
15
19
  "codex"
@@ -128,7 +132,7 @@
128
132
  }
129
133
  },
130
134
  "dependencies": {
131
- "@tradejs/types": "^3.1.11",
135
+ "@tradejs/types": "^3.1.12-beta.217",
132
136
  "date-fns": "^3.6.0",
133
137
  "fast-technical-indicators": "^1.1.4",
134
138
  "klinecharts": "10.0.0-alpha9",