@modeltoolsprotocol/mtpcli 0.3.3 → 1.0.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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10954,7 +10954,7 @@ function selfDescribe() {
|
|
|
10954
10954
|
};
|
|
10955
10955
|
console.log(JSON.stringify(cleanJson(schema), null, 2));
|
|
10956
10956
|
}
|
|
10957
|
-
var VERSION = "0.
|
|
10957
|
+
var VERSION = "1.0.0", program2, authCmd;
|
|
10958
10958
|
var init_src = __esm(async () => {
|
|
10959
10959
|
init_esm();
|
|
10960
10960
|
init_models();
|