@postmcp/cli 0.1.13 → 0.1.14

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/bin.js CHANGED
@@ -883,7 +883,7 @@ var import_path = require("path");
883
883
  var import_picocolors7 = __toESM(require("picocolors"));
884
884
  function getCliVersion() {
885
885
  if (true) {
886
- return "0.1.13";
886
+ return "0.1.14";
887
887
  }
888
888
  try {
889
889
  const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
package/dist/bin.mjs CHANGED
@@ -856,7 +856,7 @@ import { resolve as resolve4 } from "path";
856
856
  import pc7 from "picocolors";
857
857
  function getCliVersion() {
858
858
  if (true) {
859
- return "0.1.13";
859
+ return "0.1.14";
860
860
  }
861
861
  try {
862
862
  const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postmcp/cli",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "The Postman for MCP. Turn any OpenAPI spec into a context-optimized MCP server in seconds.",
5
5
  "publishConfig": {
6
6
  "access": "public"