ceddcozum 0.1.4 → 0.1.5

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -27168,7 +27168,7 @@ var HIDDEN_TOOL_IDS = [
27168
27168
  "gfr",
27169
27169
  "leptin-sds"
27170
27170
  ];
27171
- var VERSION = "0.1.4";
27171
+ var VERSION = "0.1.5";
27172
27172
  var visibleSchemas = toolSchemas.filter(
27173
27173
  (s) => !HIDDEN_TOOL_IDS.includes(s.function.name)
27174
27174
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ceddcozum",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "CEDD Cozum pediatric clinical calculators - CLI interface",
5
5
  "license": "MIT",
6
6
  "author": "Bora Ulukapı",