ceddcozum 0.2.4 → 0.2.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30209,7 +30209,7 @@ var cyan2 = (s) => useColor2 ? `\x1B[36m${s}\x1B[0m` : s;
|
|
|
30209
30209
|
var green = (s) => useColor2 ? `\x1B[32m${s}\x1B[0m` : s;
|
|
30210
30210
|
var yellow2 = (s) => useColor2 ? `\x1B[33m${s}\x1B[0m` : s;
|
|
30211
30211
|
var magenta = (s) => useColor2 ? `\x1B[35m${s}\x1B[0m` : s;
|
|
30212
|
-
var VERSION = true ? "0.2.
|
|
30212
|
+
var VERSION = true ? "0.2.5" : "0.0.0-dev";
|
|
30213
30213
|
var BIN = process.argv[1]?.replace(/.*[\\/]/, "").replace(/\.\w+$/, "") === "childmetrics" ? "childmetrics" : "childmetrics";
|
|
30214
30214
|
var visibleSchemas = visibleToolSchemas;
|
|
30215
30215
|
function findMeta(schemaId) {
|