@postmcp/cli 0.1.23 → 0.1.24
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
|
@@ -968,7 +968,7 @@ var import_path = require("path");
|
|
|
968
968
|
var import_picocolors8 = __toESM(require("picocolors"));
|
|
969
969
|
function getCliVersion() {
|
|
970
970
|
if (true) {
|
|
971
|
-
return "0.1.
|
|
971
|
+
return "0.1.24";
|
|
972
972
|
}
|
|
973
973
|
try {
|
|
974
974
|
const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
|
package/dist/bin.mjs
CHANGED
|
@@ -941,7 +941,7 @@ import { resolve as resolve4 } from "path";
|
|
|
941
941
|
import pc8 from "picocolors";
|
|
942
942
|
function getCliVersion() {
|
|
943
943
|
if (true) {
|
|
944
|
-
return "0.1.
|
|
944
|
+
return "0.1.24";
|
|
945
945
|
}
|
|
946
946
|
try {
|
|
947
947
|
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.24",
|
|
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"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"dotenv": "^16.4.7",
|
|
30
30
|
"open": "^10.1.0",
|
|
31
31
|
"picocolors": "^1.1.1",
|
|
32
|
-
"@postmcp/core": "0.1.
|
|
33
|
-
"@postmcp/presets": "0.1.
|
|
34
|
-
"@postmcp/types": "0.1.
|
|
32
|
+
"@postmcp/core": "0.1.24",
|
|
33
|
+
"@postmcp/presets": "0.1.24",
|
|
34
|
+
"@postmcp/types": "0.1.24"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^22.13.5",
|