@broch/cli 1.23.0 → 1.24.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.
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3585,7 +3585,7 @@ var init_readline_instance = __esm({
|
|
|
3585
3585
|
|
|
3586
3586
|
// src/lib/version.ts
|
|
3587
3587
|
function getCliVersion() {
|
|
3588
|
-
return "1.
|
|
3588
|
+
return "1.24.0";
|
|
3589
3589
|
}
|
|
3590
3590
|
function getVersionSkewRemedy(clientVersion, serverVersion) {
|
|
3591
3591
|
const clientMajor = Number.parseInt(clientVersion, 10);
|
package/dist/index.js
CHANGED
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.
|
|
4
|
+
"version": "1.24.0",
|
|
5
5
|
"description": "CLI client for Broch SSH tunnel server",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|