@docyrus/docyrus 0.0.5 → 0.0.7
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/main.js +1 -1
- package/main.js.map +1 -1
- package/package.json +1 -1
- package/tui.mjs +493 -63
- package/tui.mjs.map +4 -4
package/main.js
CHANGED
|
@@ -63633,7 +63633,7 @@ function buildInputSchema(args, env, options) {
|
|
|
63633
63633
|
// package.json
|
|
63634
63634
|
var package_default = {
|
|
63635
63635
|
name: "@docyrus/docyrus",
|
|
63636
|
-
version: "0.0.
|
|
63636
|
+
version: "0.0.7",
|
|
63637
63637
|
private: false,
|
|
63638
63638
|
description: "Docyrus API CLI",
|
|
63639
63639
|
main: "./main.js",
|