pinme 1.0.5 → 1.0.6
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/dist/index.js +2 -2
- package/package.json +1 -1
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.6";
|
|
371
371
|
|
|
372
372
|
// bin/upload.ts
|
|
373
373
|
var import_path5 = __toESM(require("path"));
|
|
@@ -487,7 +487,7 @@ var displayUploadHistory = (limit = 10) => {
|
|
|
487
487
|
recentHistory.forEach((item, index) => {
|
|
488
488
|
console.log(import_chalk.default.green(`${index + 1}. ${item.filename}`));
|
|
489
489
|
console.log(import_chalk.default.white(` Path: ${item.path}`));
|
|
490
|
-
console.log(import_chalk.default.white(`
|
|
490
|
+
console.log(import_chalk.default.white(` IPFS CID: ${item.contentHash}`));
|
|
491
491
|
if (item.shortUrl) {
|
|
492
492
|
console.log(import_chalk.default.white(` ENS URL: https://${item.shortUrl}.pinit.eth.limo`));
|
|
493
493
|
}
|