@dshtrading/us 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dshtrading/us",
3
3
  "description": "US market bundle for dsh-trading: host-plane us-trader preset installer + insert-only aggregation of the yahoo connector and us kit rows (design rule #1)",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "./lib/index.d.ts",
@@ -25,13 +25,13 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@dshtrading/connector-alpaca": "0.1.0",
29
- "@dshtrading/connector-finnhub": "0.1.0",
30
- "@dshtrading/connector-fmp": "0.1.0",
31
- "@dshtrading/connector-ibkr": "0.1.0",
32
- "@dshtrading/connector-polygon": "0.1.0",
33
- "@dshtrading/connector-yahoo": "0.1.0",
34
- "@dshtrading/kit-us": "0.1.0"
28
+ "@dshtrading/connector-alpaca": "0.1.1",
29
+ "@dshtrading/connector-finnhub": "0.1.1",
30
+ "@dshtrading/connector-fmp": "0.1.1",
31
+ "@dshtrading/connector-polygon": "0.1.1",
32
+ "@dshtrading/connector-ibkr": "0.1.1",
33
+ "@dshtrading/connector-yahoo": "0.1.1",
34
+ "@dshtrading/kit-us": "0.1.1"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@deepseek-ai/cordis": ">=4.0.0",