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