@postmcp/cli 0.1.32 → 0.1.33
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 +1 -1
- package/dist/bin.mjs +1 -1
- package/package.json +4 -4
package/dist/bin.js
CHANGED
|
@@ -1105,7 +1105,7 @@ var import_path = require("path");
|
|
|
1105
1105
|
var import_picocolors8 = __toESM(require("picocolors"));
|
|
1106
1106
|
function getCliVersion() {
|
|
1107
1107
|
if (true) {
|
|
1108
|
-
return "0.1.
|
|
1108
|
+
return "0.1.33";
|
|
1109
1109
|
}
|
|
1110
1110
|
try {
|
|
1111
1111
|
const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
|
package/dist/bin.mjs
CHANGED
|
@@ -1078,7 +1078,7 @@ import { resolve as resolve5 } from "path";
|
|
|
1078
1078
|
import pc8 from "picocolors";
|
|
1079
1079
|
function getCliVersion() {
|
|
1080
1080
|
if (true) {
|
|
1081
|
-
return "0.1.
|
|
1081
|
+
return "0.1.33";
|
|
1082
1082
|
}
|
|
1083
1083
|
try {
|
|
1084
1084
|
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.
|
|
3
|
+
"version": "0.1.33",
|
|
4
4
|
"description": "The Postman for MCP. Turn any OpenAPI spec into a context-optimized MCP server in seconds.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "PostMCP Contributors",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"dotenv": "^16.4.7",
|
|
41
41
|
"open": "^10.1.0",
|
|
42
42
|
"picocolors": "^1.1.1",
|
|
43
|
-
"@postmcp/
|
|
44
|
-
"@postmcp/
|
|
45
|
-
"@postmcp/types": "0.1.
|
|
43
|
+
"@postmcp/presets": "0.1.33",
|
|
44
|
+
"@postmcp/core": "0.1.33",
|
|
45
|
+
"@postmcp/types": "0.1.33"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^22.13.5",
|