@elf5/periscope 1.0.64 → 1.0.65
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 +3 -7
- package/dist/cli.js.map +2 -2
- package/dist/index.js +3 -7
- package/dist/index.js.map +2 -2
- package/package.json +3 -7
package/dist/cli.js
CHANGED
|
@@ -175,7 +175,7 @@ var init_package = __esm({
|
|
|
175
175
|
"package.json"() {
|
|
176
176
|
package_default = {
|
|
177
177
|
name: "@elf5/periscope",
|
|
178
|
-
version: "1.0.
|
|
178
|
+
version: "1.0.65",
|
|
179
179
|
description: "CLI client for Periscope SSH tunnel server",
|
|
180
180
|
main: "dist/index.js",
|
|
181
181
|
types: "dist/index.d.ts",
|
|
@@ -214,14 +214,10 @@ var init_package = __esm({
|
|
|
214
214
|
author: "Elf 5",
|
|
215
215
|
type: "module",
|
|
216
216
|
license: "MIT",
|
|
217
|
-
repository: {
|
|
218
|
-
type: "git",
|
|
219
|
-
url: "https://github.com/elf-5/periscope-client-npm.git"
|
|
220
|
-
},
|
|
221
217
|
bugs: {
|
|
222
|
-
|
|
218
|
+
email: "support@elf5.com"
|
|
223
219
|
},
|
|
224
|
-
homepage: "https://
|
|
220
|
+
homepage: "https://elf5.com",
|
|
225
221
|
engines: {
|
|
226
222
|
node: ">=22.0.0"
|
|
227
223
|
},
|