postboy-tui 1.1.0 → 1.3.0

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -68870,7 +68870,7 @@ async function mockApis() {
68870
68870
 
68871
68871
  // src/index.ts
68872
68872
  var program2 = new Command;
68873
- program2.version("1.1.0").description(import_chalk8.default.yellow("PostBoy CLI - Test your APIs with ease"));
68873
+ program2.version("1.3.0").description(import_chalk8.default.yellow("PostBoy CLI - Test your APIs with ease"));
68874
68874
  program2.command("run").description("Run a test API request").action(testCommand);
68875
68875
  program2.command("mock-list").description("List the mock API servers").action(mockApis);
68876
68876
  program2.command("ui").description("UI for PostBoy").action(uiCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postboy-tui",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "main": "dist/cli.js",
5
5
  "bin": {
6
6
  "postboy-tui": "dist/cli.js"