@broch/cli 1.22.0 → 1.23.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.
@@ -1 +1 @@
1
- {"version":3,"file":"access.d.ts","sourceRoot":"","sources":["../../src/commands/access.ts"],"names":[],"mappings":"AAGA,OAAO,EAML,mBAAmB,EACpB,MAAM,4BAA4B,CAAC;AAKpC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AA+DhD,eAAO,MAAM,6BAA6B,KAAK,CAAC;AAUhD,eAAO,MAAM,wBAAwB,QAAS,CAAC;AAE/C;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CAAC,mBAAmB,EAAE,MAAM,GAAG,OAAO,CAE1E;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,mBAAmB,EAC3B,OAAO,EAAE,MAAM,GAAG,SAAS,GAC1B,WAAW,GAAG,MAAM,CAEtB;AAkED,qBAAa,aAAc,SAAQ,WAAW;IAC5C,MAAM,CAAC,QAAQ,CAAC,MAAM;;MAEX;IAEX,uFAAuF;WAC1E,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE;IA6ItC;;;;OAIG;mBACkB,eAAe;IA2CpC,sGAAsG;mBACjF,gBAAgB;IAsErC,8EAA8E;mBACzD,mBAAmB;IA8FxC,8EAA8E;mBACzD,mBAAmB;IA2BxC;;;;;OAKG;mBACkB,gBAAgB;CAwHtC"}
1
+ {"version":3,"file":"access.d.ts","sourceRoot":"","sources":["../../src/commands/access.ts"],"names":[],"mappings":"AAGA,OAAO,EAML,mBAAmB,EACpB,MAAM,4BAA4B,CAAC;AAKpC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AA+DhD,eAAO,MAAM,6BAA6B,KAAK,CAAC;AAUhD,eAAO,MAAM,wBAAwB,QAAS,CAAC;AAE/C;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CAAC,mBAAmB,EAAE,MAAM,GAAG,OAAO,CAE1E;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,mBAAmB,EAC3B,OAAO,EAAE,MAAM,GAAG,SAAS,GAC1B,WAAW,GAAG,MAAM,CAEtB;AAkED,qBAAa,aAAc,SAAQ,WAAW;IAC5C,MAAM,CAAC,QAAQ,CAAC,MAAM;;MAEX;IAEX,uFAAuF;WAC1E,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE;IA6ItC;;;;OAIG;mBACkB,eAAe;IA2CpC,sGAAsG;mBACjF,gBAAgB;IAsErC,8EAA8E;mBACzD,mBAAmB;IA8FxC,8EAA8E;mBACzD,mBAAmB;IA2BxC;;;;;OAKG;mBACkB,gBAAgB;CA6HtC"}
package/dist/index.js CHANGED
@@ -915,7 +915,7 @@ var init_source = __esm({
915
915
 
916
916
  // src/lib/version.ts
917
917
  function getCliVersion() {
918
- return "1.22.0";
918
+ return "1.23.0";
919
919
  }
920
920
  var CLI_PACKAGE_NAME;
921
921
  var init_version = __esm({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@broch/cli",
3
3
  "//": "DO NOT run `npm publish` from here. The CLI is published ONLY via CI: .github/workflows/publish-release.yml publishes @broch/cli to npmjs.org on a stable release tag; .github/workflows/publish-dev.yml publishes @broch-io/cli (note: different scope) to GitHub Packages on push to dev. The `prepublishOnly` script and `publishConfig` below exist for those CI jobs, not for local publishing.",
4
- "version": "1.22.0",
4
+ "version": "1.23.0",
5
5
  "description": "CLI client for Broch SSH tunnel server",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",