@postmcp/cli 0.1.18 → 0.1.19

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
@@ -898,7 +898,7 @@ var import_path = require("path");
898
898
  var import_picocolors7 = __toESM(require("picocolors"));
899
899
  function getCliVersion() {
900
900
  if (true) {
901
- return "0.1.18";
901
+ return "0.1.19";
902
902
  }
903
903
  try {
904
904
  const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
package/dist/bin.mjs CHANGED
@@ -871,7 +871,7 @@ import { resolve as resolve4 } from "path";
871
871
  import pc7 from "picocolors";
872
872
  function getCliVersion() {
873
873
  if (true) {
874
- return "0.1.18";
874
+ return "0.1.19";
875
875
  }
876
876
  try {
877
877
  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.18",
3
+ "version": "0.1.19",
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"
@@ -28,10 +28,10 @@
28
28
  "dotenv": "^16.4.7",
29
29
  "open": "^10.1.0",
30
30
  "picocolors": "^1.1.1",
31
- "@postmcp/core": "0.1.18",
32
- "@postmcp/types": "0.1.18",
33
- "@postmcp/studio": "0.1.18",
34
- "@postmcp/presets": "0.1.18"
31
+ "@postmcp/core": "0.1.19",
32
+ "@postmcp/presets": "0.1.19",
33
+ "@postmcp/types": "0.1.19",
34
+ "@postmcp/studio": "0.1.19"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^22.13.5",