@hookstream/cli 0.2.0 → 0.2.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2794,7 +2794,7 @@ var applicationsCommand = new Command76("applications").description("Manage outb
2794
2794
 
2795
2795
  // src/index.ts
2796
2796
  var program = new Command77();
2797
- program.name("hookstream").description("hookstream CLI \u2014 manage webhooks from the terminal").version("0.2.0").option("--json", "Output as JSON").option("--api-key <key>", "API key (overrides config + env)").option("--base-url <url>", "Base URL (overrides config + env)").hook("preAction", (thisCommand) => {
2797
+ program.name("hookstream").description("hookstream CLI \u2014 manage webhooks from the terminal").version("0.2.1").option("--json", "Output as JSON").option("--api-key <key>", "API key (overrides config + env)").option("--base-url <url>", "Base URL (overrides config + env)").hook("preAction", (thisCommand) => {
2798
2798
  const opts = thisCommand.optsWithGlobals();
2799
2799
  if (opts.json) {
2800
2800
  setJsonMode(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hookstream/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "hookstream CLI — manage webhooks from the terminal",
5
5
  "type": "module",
6
6
  "license": "MIT",