@postmcp/cli 0.1.29 → 0.1.30
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
|
@@ -1097,7 +1097,7 @@ var import_path = require("path");
|
|
|
1097
1097
|
var import_picocolors8 = __toESM(require("picocolors"));
|
|
1098
1098
|
function getCliVersion() {
|
|
1099
1099
|
if (true) {
|
|
1100
|
-
return "0.1.
|
|
1100
|
+
return "0.1.30";
|
|
1101
1101
|
}
|
|
1102
1102
|
try {
|
|
1103
1103
|
const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
|
package/dist/bin.mjs
CHANGED
|
@@ -1070,7 +1070,7 @@ import { resolve as resolve5 } from "path";
|
|
|
1070
1070
|
import pc8 from "picocolors";
|
|
1071
1071
|
function getCliVersion() {
|
|
1072
1072
|
if (true) {
|
|
1073
|
-
return "0.1.
|
|
1073
|
+
return "0.1.30";
|
|
1074
1074
|
}
|
|
1075
1075
|
try {
|
|
1076
1076
|
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.30",
|
|
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/
|
|
43
|
+
"@postmcp/types": "0.1.30",
|
|
44
|
+
"@postmcp/core": "0.1.30",
|
|
45
|
+
"@postmcp/presets": "0.1.30"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^22.13.5",
|