pinme 1.1.4-alpha.3 → 1.1.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # CHANGELOG
2
+
3
+ ## v1.1.2 (2025-08-07)
4
+
5
+ ### Bug Fixes
6
+ - Fixed issue where uploaded folders could not be found after upload
7
+
8
+ ### Improvements
9
+ - Optimized client-side upload 524 error handling
10
+ - Enhanced upload process flow and user experience
11
+
12
+
13
+ ## v1.1.0 (2025-06-14)
14
+
15
+ ### New Features
16
+ - Added IPFS file removal functionality with support for multiple input formats (hash, URL, subname)
17
+ - Enhanced upload progress display with file count and time counter
18
+
19
+ ### Improvements
20
+ - Optimized upload timeout configuration for better network connection stability
21
+ - Unified command-line interface font display effects
package/dist/index.js CHANGED
@@ -1523,7 +1523,7 @@ var import_chalk6 = __toESM(require("chalk"));
1523
1523
  var import_figlet3 = __toESM(require("figlet"));
1524
1524
 
1525
1525
  // package.json
1526
- var version = "1.1.4-alpha.3";
1526
+ var version = "1.1.4";
1527
1527
 
1528
1528
  // bin/upload.ts
1529
1529
  var import_path5 = __toESM(require("path"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinme",
3
- "version": "1.1.4-alpha.3",
3
+ "version": "1.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },