@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.3.3", program2, authCmd;
10957
+ var VERSION = "1.0.0", program2, authCmd;
10958
10958
  var init_src = __esm(async () => {
10959
10959
  init_esm();
10960
10960
  init_models();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modeltoolsprotocol/mtpcli",
3
- "version": "0.3.3",
3
+ "version": "1.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "bin": {