pinggy 0.1.7 → 0.1.8

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinggy",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "description": "Create secure, shareable tunnels to your localhost and manage them from the command line. ",
@@ -26,7 +26,7 @@
26
26
  },
27
27
 
28
28
  "dependencies": {
29
- "@pinggy/pinggy": "^0.2.8",
29
+ "@pinggy/pinggy": "^0.2.9",
30
30
  "chalk": "^5.6.2",
31
31
  "clipboardy": "^5.0.0",
32
32
  "fullscreen-ink": "^0.1.0",