@mostlyrightmd/markets 1.5.1 → 1.6.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mostlyrightmd/markets",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Prediction-market data for TypeScript / Node — Kalshi NHIGH/NLOW weather-contract resolvers, Polymarket discovery + settlement, and Kalshi + Polymarket trade history. For quants, backtesting, and ML training pipelines.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kalshi",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"dist"
|
|
56
56
|
],
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@mostlyrightmd/core": "^1.
|
|
58
|
+
"@mostlyrightmd/core": "^1.6.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsup": "8.3.5",
|
|
62
62
|
"typescript": "5.6.3",
|
|
63
63
|
"vitest": "2.1.9",
|
|
64
|
-
"@mostlyrightmd/core": "1.
|
|
64
|
+
"@mostlyrightmd/core": "1.6.0"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|