@postmcp/cli 0.1.20 → 0.1.21
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 +7 -6
package/dist/bin.js
CHANGED
|
@@ -925,7 +925,7 @@ var import_path = require("path");
|
|
|
925
925
|
var import_picocolors8 = __toESM(require("picocolors"));
|
|
926
926
|
function getCliVersion() {
|
|
927
927
|
if (true) {
|
|
928
|
-
return "0.1.
|
|
928
|
+
return "0.1.21";
|
|
929
929
|
}
|
|
930
930
|
try {
|
|
931
931
|
const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
|
package/dist/bin.mjs
CHANGED
|
@@ -898,7 +898,7 @@ import { resolve as resolve4 } from "path";
|
|
|
898
898
|
import pc8 from "picocolors";
|
|
899
899
|
function getCliVersion() {
|
|
900
900
|
if (true) {
|
|
901
|
-
return "0.1.
|
|
901
|
+
return "0.1.21";
|
|
902
902
|
}
|
|
903
903
|
try {
|
|
904
904
|
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.21",
|
|
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"
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
17
|
"import": "./dist/index.mjs",
|
|
18
18
|
"require": "./dist/index.js"
|
|
19
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"./bin": "./dist/bin.js"
|
|
20
21
|
},
|
|
21
22
|
"files": [
|
|
22
23
|
"dist"
|
|
@@ -28,10 +29,10 @@
|
|
|
28
29
|
"dotenv": "^16.4.7",
|
|
29
30
|
"open": "^10.1.0",
|
|
30
31
|
"picocolors": "^1.1.1",
|
|
31
|
-
"@postmcp/
|
|
32
|
-
"@postmcp/
|
|
33
|
-
"@postmcp/
|
|
34
|
-
"@postmcp/
|
|
32
|
+
"@postmcp/core": "0.1.21",
|
|
33
|
+
"@postmcp/presets": "0.1.21",
|
|
34
|
+
"@postmcp/studio": "0.1.21",
|
|
35
|
+
"@postmcp/types": "0.1.21"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|
|
37
38
|
"@types/node": "^22.13.5",
|