@postmcp/cli 0.1.13 → 0.1.14
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 +1 -1
package/dist/bin.js
CHANGED
|
@@ -883,7 +883,7 @@ var import_path = require("path");
|
|
|
883
883
|
var import_picocolors7 = __toESM(require("picocolors"));
|
|
884
884
|
function getCliVersion() {
|
|
885
885
|
if (true) {
|
|
886
|
-
return "0.1.
|
|
886
|
+
return "0.1.14";
|
|
887
887
|
}
|
|
888
888
|
try {
|
|
889
889
|
const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
|
package/dist/bin.mjs
CHANGED
|
@@ -856,7 +856,7 @@ import { resolve as resolve4 } from "path";
|
|
|
856
856
|
import pc7 from "picocolors";
|
|
857
857
|
function getCliVersion() {
|
|
858
858
|
if (true) {
|
|
859
|
-
return "0.1.
|
|
859
|
+
return "0.1.14";
|
|
860
860
|
}
|
|
861
861
|
try {
|
|
862
862
|
const dir = typeof __dirname !== "undefined" ? __dirname : process.cwd();
|