@essrt/model-values 1.3.0 → 1.4.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/README.md CHANGED
@@ -3,17 +3,19 @@
3
3
  The rendered display values of **ESSRT** — the Expanding Solar System
4
4
  Resonance Theory as implemented by the
5
5
  [Holistic Universe Model](https://3d.holisticuniverse.com)
6
- ([source, AGPL-3.0](https://github.com/dvansonsbeek/3d)). 850+ keys —
7
- day/year lengths, precession rates, orbital elements, eclipse-audit
8
- results, deep-time anchors — each generated by the model-values registry
6
+ ([source, AGPL-3.0](https://github.com/dvansonsbeek/3d)). Day/year
7
+ lengths, precession rates, orbital elements, eclipse-audit results,
8
+ deep-time anchors — every key generated by the model-values registry
9
9
  from the engine and its provenance-gated campaign artifacts, never typed
10
- by hand.
10
+ by hand. The key count and the model identity of the version you have
11
+ installed ship in `MODEL_VALUES_META`.
11
12
 
12
13
  ```js
13
14
  import { MODEL_VALUES, MODEL_VALUES_META } from '@essrt/model-values';
14
15
 
15
16
  MODEL_VALUES.usnoLodJ2000; // "86,400.0017"
16
- MODEL_VALUES_META.modelVersion; // "v10.0"
17
+ MODEL_VALUES_META.modelVersion; // the shipped model identity, e.g. "v11.0"
18
+ MODEL_VALUES_META.keyCount; // how many keys this version publishes
17
19
  ```
18
20
 
19
21
  Values are **rendered strings** (display precision is part of the
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@essrt/model-values",
3
- "version": "1.3.0",
4
- "description": "ESSRT rendered model values — the 852 published display keys (day/year lengths, precession rates, eclipse-audit results, …), generated by the 3d model-values registry from the engine and its provenance-gated campaign artifacts. The website's <V k=…/> supply; every published version immutably ships one recorded model identity.",
3
+ "version": "1.4.0",
4
+ "description": "ESSRT rendered model values — the published display keys (day/year lengths, precession rates, orbital elements, eclipse-audit results, deep-time anchors, …), generated by the 3d model-values registry from the engine and its provenance-gated campaign artifacts; the key count and model identity ship in MODEL_VALUES_META. The website's <V k=…/> supply; every published version immutably ships one recorded model identity.",
5
5
  "essrt": {
6
6
  "modelVersion": "v11.0",
7
7
  "_note": "Same two-axis contract as @essrt/physics: package semver tracks the delivery format; the model identity rides inside (modelVersion here + the generator run recorded in src/model-values.generated.json _meta)."
@@ -3,7 +3,7 @@
3
3
  "_comment": "GENERATED by tools/docs/export-model-values-package.mjs --write from the 3d model-values registry. Do not hand-edit; the check chain compares this file to the live registry on every run.",
4
4
  "modelVersion": "v11.0",
5
5
  "coefficients": "sha256:19f53e968ab084a9",
6
- "keyCount": 1129
6
+ "keyCount": 1132
7
7
  },
8
8
  "values": {
9
9
  "a1RateDegPerCy": "131.849",
@@ -169,6 +169,8 @@
169
169
  "correctionSunDeg": "0.49688",
170
170
  "coxChaoDJ2Dt": "-2.7 × 10⁻¹¹",
171
171
  "dAlphaDtJ2000": "-1.35 × 10⁻¹¹",
172
+ "dayCountInvariantAuCorrectedDriftPpm": "0.00",
173
+ "dayCountTropicalAuDriftAtGenesisPpm": "−118",
172
174
  "daysPerPeriPrec": "7,654,495",
173
175
  "daysPerYearAt100Ma": "374.24",
174
176
  "daysPerYearAt200Ma": "383.31",
@@ -1005,6 +1007,7 @@
1005
1007
  "tidalLockLodDays": "47",
1006
1008
  "tidalLockRE": "87.1",
1007
1009
  "totalDaysInH": "122,471,920",
1010
+ "totalDaysInHSiderealFrame": "122,476,668",
1008
1011
  "tropicalMonth": "27.3215824151",
1009
1012
  "tropicalYearAEJ2000Days": "365.242018",
1010
1013
  "tropicalYearMeanJ2000Days": "365.2421897",