pinme 1.0.1 → 1.0.2
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/README.md +2 -0
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[PinMe](https://pinme.eth.limo/) is a simple and easy-to-use command-line tool for uploading files and directories to the [IPFS](https://ipfs.tech/) network.
|
|
4
4
|
|
|
5
|
+
Website:[https://pinme.eth.limo/](https://pinme.eth.limo/)
|
|
6
|
+
|
|
5
7
|
## Features
|
|
6
8
|
|
|
7
9
|
- 🚀 Quickly upload files and directories to IPFS
|
package/dist/index.js
CHANGED
|
@@ -367,7 +367,7 @@ var import_chalk4 = __toESM(require("chalk"));
|
|
|
367
367
|
var import_figlet2 = __toESM(require("figlet"));
|
|
368
368
|
|
|
369
369
|
// package.json
|
|
370
|
-
var version = "1.0.
|
|
370
|
+
var version = "1.0.2";
|
|
371
371
|
|
|
372
372
|
// bin/upload.ts
|
|
373
373
|
var import_path5 = __toESM(require("path"));
|
|
@@ -752,7 +752,6 @@ var upload_default = async (options) => {
|
|
|
752
752
|
}
|
|
753
753
|
} catch (error) {
|
|
754
754
|
console.error(import_chalk3.default.red(`error uploading: ${error.message}`));
|
|
755
|
-
console.error(error.stack);
|
|
756
755
|
}
|
|
757
756
|
return;
|
|
758
757
|
}
|
|
@@ -783,7 +782,6 @@ var upload_default = async (options) => {
|
|
|
783
782
|
}
|
|
784
783
|
} catch (error) {
|
|
785
784
|
console.error(import_chalk3.default.red(`error uploading: ${error.message}`));
|
|
786
|
-
console.error(error.stack);
|
|
787
785
|
}
|
|
788
786
|
}
|
|
789
787
|
} catch (error) {
|