@tradejs/core 2.0.21 → 3.0.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.
@@ -1,12 +1,12 @@
1
+ import {
2
+ uuid
3
+ } from "./chunk-U3GDILUZ.mjs";
1
4
  import {
2
5
  createIndicators,
3
6
  getRequiredControllerSeedWindow
4
- } from "./chunk-Q3OFPRVV.mjs";
5
- import "./chunk-AYC2QVKI.mjs";
7
+ } from "./chunk-QRRQA4TU.mjs";
6
8
  import "./chunk-M7QGVZ3J.mjs";
7
- import {
8
- uuid
9
- } from "./chunk-U3GDILUZ.mjs";
9
+ import "./chunk-AYC2QVKI.mjs";
10
10
  import {
11
11
  getTimestamp
12
12
  } from "./chunk-S4KHOAXM.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tradejs/core",
3
- "version": "2.0.21",
3
+ "version": "3.0.0",
4
4
  "description": "MIT-licensed browser-safe API for TradeJS config, strategy authoring, figures, and shared helpers.",
5
5
  "keywords": [
6
6
  "tradejs",
@@ -28,6 +28,21 @@
28
28
  "#constants": "./src/constants/index.ts"
29
29
  },
30
30
  "exports": {
31
+ "./aiEndpoints": {
32
+ "types": "./dist/aiEndpoints.d.ts",
33
+ "import": "./dist/aiEndpoints.mjs",
34
+ "require": "./dist/aiEndpoints.js"
35
+ },
36
+ "./aiLanguages": {
37
+ "types": "./dist/aiLanguages.d.ts",
38
+ "import": "./dist/aiLanguages.mjs",
39
+ "require": "./dist/aiLanguages.js"
40
+ },
41
+ "./aiModels": {
42
+ "types": "./dist/aiModels.d.ts",
43
+ "import": "./dist/aiModels.mjs",
44
+ "require": "./dist/aiModels.js"
45
+ },
31
46
  "./api": {
32
47
  "types": "./dist/api.d.ts",
33
48
  "import": "./dist/api.mjs",
@@ -100,7 +115,7 @@
100
115
  }
101
116
  },
102
117
  "dependencies": {
103
- "@tradejs/types": "^2.0.21",
118
+ "@tradejs/types": "^3.0.0",
104
119
  "date-fns": "^3.6.0",
105
120
  "fast-technical-indicators": "^1.1.4",
106
121
  "klinecharts": "10.0.0-alpha9",