@willcgage/module-schematic 0.73.0 → 0.74.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/dist/index.cjs +19 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1299,6 +1299,25 @@ var ATLAS_CODE55_N = [
|
|
|
1299
1299
|
note: "scaled from the measured #7 by frog number \u2014 not measured"
|
|
1300
1300
|
}
|
|
1301
1301
|
},
|
|
1302
|
+
{
|
|
1303
|
+
// Will Gage, 2026-07-26: "2057 is 3.5, 2056 is 2.5" — the two Atlas Code 55
|
|
1304
|
+
// wyes are different FROG NUMBERS, not a left/right pair of one part. The
|
|
1305
|
+
// 2056 half of that confirms the entry above; this is the one we didn't have.
|
|
1306
|
+
//
|
|
1307
|
+
// No lead. The #2.5's is `derived` from a per-frog rule its own note records
|
|
1308
|
+
// as refuted, so it rests on nothing — repeating that for a second part
|
|
1309
|
+
// would be exactly how a number nobody checked becomes two. Without one,
|
|
1310
|
+
// `leadInchesForSize` interpolates across the MEASURED parts at the wye's
|
|
1311
|
+
// effective frog (3.5 × 2 = 7), which lands on the measured #7.
|
|
1312
|
+
id: "atlas-c55-n-wye-35",
|
|
1313
|
+
manufacturer: "Atlas",
|
|
1314
|
+
line: "Code 55",
|
|
1315
|
+
scale: "N",
|
|
1316
|
+
name: "#3.5 Wye",
|
|
1317
|
+
kind: "wye",
|
|
1318
|
+
partNumbers: { single: "2057" },
|
|
1319
|
+
frogNumber: 3.5
|
|
1320
|
+
},
|
|
1302
1321
|
{
|
|
1303
1322
|
id: "atlas-c55-n-curved-21-15",
|
|
1304
1323
|
manufacturer: "Atlas",
|