ezshare-cli 1.0.0 → 1.0.1

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.
@@ -16,7 +16,7 @@
16
16
  import { Transform } from 'node:stream';
17
17
  import { extname } from 'node:path';
18
18
  import { execSync } from 'node:child_process';
19
- import { compress, decompress } from 'simple-zstd';
19
+ import { compress, decompress } from 'simple-zstd/dist/index.mjs';
20
20
  // Protocol flags
21
21
  const FLAG_RAW = 0x00;
22
22
  const FLAG_COMPRESSED = 0x01;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ezshare-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Secure P2P file transfer CLI with end-to-end encryption - No servers, no signups, just share",
5
5
  "type": "module",
6
6
  "bin": {