mostlyright 1.7.0 → 1.8.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mostlyright",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Public-data SDK for TypeScript — one import for quants, ML pipelines, and AI agents. Adapters ship weather (METAR, ASOS, GHCNh, NWS CLI) and prediction-market settlements (Kalshi NHIGH/NLOW, Polymarket) today; SEC filings, Federal Reserve series, court filings, FDA approvals, and equities are next. Local-first, no hosted backend.",
5
5
  "keywords": [
6
6
  "weather",
@@ -49,9 +49,9 @@
49
49
  "dist"
50
50
  ],
51
51
  "dependencies": {
52
- "@mostlyrightmd/core": "1.7.0",
53
- "@mostlyrightmd/markets": "1.7.0",
54
- "@mostlyrightmd/weather": "1.7.0"
52
+ "@mostlyrightmd/markets": "1.8.0",
53
+ "@mostlyrightmd/weather": "1.8.0",
54
+ "@mostlyrightmd/core": "1.8.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "msw": "2.6.6",