@mostlyrightmd/core 1.5.0 → 1.5.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mostlyrightmd/core",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "TypeScript SDK core for quants, ML pipelines, and AI agents: types, schemas, validators, temporal-safety primitives, and the research() join over weather data + prediction-market settlements. Local-first, no hosted backend.",
5
5
  "keywords": [
6
6
  "weather",
@@ -137,7 +137,7 @@
137
137
  },
138
138
  "scripts": {
139
139
  "prebuild": "pnpm --filter @mostlyrightmd/codegen run codegen",
140
- "build": "tsup",
140
+ "build": "for i in 0 1 2 3 4 5 6 7 8 9 10 11; do TSUP_ONLY=$i tsup || exit 1; done",
141
141
  "test": "vitest",
142
142
  "test:coverage": "vitest run --coverage",
143
143
  "typecheck": "tsc --noEmit",