@trap_stevo/filetide 0.0.21 → 0.0.22

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.
@@ -244,7 +244,7 @@ function _setupFileEventListeners(userID, client, onIncomingFile) {
244
244
  totalChunks: data.totalChunks,
245
245
  fileInfo: data
246
246
  });
247
- const saveDir = path.posix.resolve(data.path);
247
+ const saveDir = path.resolve(data.path);
248
248
  if (!fs.existsSync(saveDir)) {
249
249
  fs.mkdirSync(saveDir, {
250
250
  recursive: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trap_stevo/filetide",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "Revolutionizing real-time file transfer with seamless, instant communication across any device. Deliver files instantly, regardless of platform, and experience unparalleled speed and control in managing transfers. Elevate your file-sharing capabilities with a tool designed for precision, efficiency, and effortless connectivity.",
5
5
  "main": "dist/cjs/FileTide.js",
6
6
  "scripts": {