filemayor 2.0.4 → 2.0.5

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/core/license.js CHANGED
@@ -292,7 +292,7 @@ function checkProFeature(feature, featureLabel) {
292
292
  ' • Bulk organize (unlimited files)',
293
293
  ' • CSV export for all reports',
294
294
  '',
295
- ' Get your license: https://filemayor.lemonsqueezy.com/checkout/buy/d2795526-eb05-4272-8084-98b6c7a118bb',
295
+ ' Get your license: https://filemayor.lemonsqueezy.com/checkout/buy/7fdcc87f-0660-4c1c-b3db-99f94773b71a',
296
296
  ' Then run: filemayor license activate YOUR-KEY',
297
297
  '',
298
298
  ].join('\n'),
@@ -316,7 +316,7 @@ function checkBulkLimit(fileCount) {
316
316
  `⚡ Bulk organize (${fileCount} files) requires a Pro license`,
317
317
  ` Free tier is limited to ${info.limits.bulkOrganize} files per operation.`,
318
318
  '',
319
- ' Upgrade: https://filemayor.lemonsqueezy.com/checkout/buy/d2795526-eb05-4272-8084-98b6c7a118bb',
319
+ ' Upgrade: https://filemayor.lemonsqueezy.com/checkout/buy/7fdcc87f-0660-4c1c-b3db-99f94773b71a',
320
320
  ' Then run: filemayor license activate YOUR-KEY',
321
321
  ].join('\n'),
322
322
  };
package/index.js CHANGED
@@ -38,7 +38,7 @@ const { activateLicense, deactivateLicense, getLicenseInfo, checkProFeature, che
38
38
  const { c, banner, Spinner, success, error, warn, info } = reporter;
39
39
 
40
40
  // ─── Version ──────────────────────────────────────────────────────
41
- const VERSION = '2.0.4';
41
+ const VERSION = '2.0.5';
42
42
 
43
43
  // ─── Path Helpers ─────────────────────────────────────────────────
44
44
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "filemayor",
3
- "version": "2.0.4",
4
- "description": "Enterprise file management engine scan, organize, clean, and watch your filesystem from any terminal",
3
+ "version": "2.0.5",
4
+ "description": "FileMayorYour Digital Life Organizer.",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "filemayor": "./index.js"