ceddcozum 0.2.0 → 0.2.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.
package/README.md CHANGED
@@ -4,7 +4,7 @@ Pediatric clinical calculators from the terminal. 32 tools for growth, neonatal,
4
4
 
5
5
  All calculations run locally — no API keys, no network requests, no patient data transmitted.
6
6
 
7
- Also available as `childmetrics`:
7
+ Also available as `childmetrics` (same behavior; see [`childmetrics-pkg/README.md`](./childmetrics-pkg/README.md) for the alias package):
8
8
 
9
9
  ```bash
10
10
  npx childmetrics --list
package/dist/index.js CHANGED
@@ -11098,7 +11098,7 @@ var mpsVIAllDataset = {
11098
11098
  syndromeType: "mucopolysaccharidosis" /* mucopolysaccharidosis */,
11099
11099
  method: "LMS",
11100
11100
  combinedSex: true,
11101
- // Combined sex analysis - use non-gendered chart coloring
11101
+ // Combined sex analysis neutral chart coloring (no Mars/Venus)
11102
11102
  measurements: {
11103
11103
  height: heightAllPatients
11104
11104
  }
@@ -27427,7 +27427,7 @@ var cyan2 = (s) => useColor2 ? `\x1B[36m${s}\x1B[0m` : s;
27427
27427
  var green = (s) => useColor2 ? `\x1B[32m${s}\x1B[0m` : s;
27428
27428
  var yellow2 = (s) => useColor2 ? `\x1B[33m${s}\x1B[0m` : s;
27429
27429
  var magenta = (s) => useColor2 ? `\x1B[35m${s}\x1B[0m` : s;
27430
- var VERSION = true ? "0.2.0" : "0.0.0-dev";
27430
+ var VERSION = true ? "0.2.1" : "0.0.0-dev";
27431
27431
  var visibleSchemas = chatToolSchemas;
27432
27432
  function findMeta(schemaId) {
27433
27433
  const mappedId = chatFunctionToMetadataId(schemaId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ceddcozum",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "ÇEDD Çözüm pediatric clinical calculators - CLI interface",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ÇEDD / TSPED",