fwdcast 1.2.3 → 1.2.4

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -130,7 +130,7 @@ async function main() {
130
130
  program
131
131
  .name('fwdcast')
132
132
  .description('Temporary file sharing - stream local files as a public website without uploading')
133
- .version('1.2.0')
133
+ .version('1.2.3')
134
134
  .argument('[path]', 'Directory to share (default: current directory)', '.')
135
135
  .option('-r, --relay <url>', 'Custom relay server URL', DEFAULT_RELAY_URL)
136
136
  .option('-p, --password <password>', 'Require password to access files')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fwdcast",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Temporary file sharing - stream local files as a public website without uploading",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",