pinme 1.2.2-alpha.1 → 1.2.2-alpha.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1752,7 +1752,7 @@ var import_chalk12 = __toESM(require("chalk"));
1752
1752
  var import_figlet4 = __toESM(require("figlet"));
1753
1753
 
1754
1754
  // package.json
1755
- var version = "1.2.2-alpha.1";
1755
+ var version = "1.2.2-alpha.2";
1756
1756
 
1757
1757
  // bin/upload.ts
1758
1758
  var import_path6 = __toESM(require("path"));
@@ -5298,7 +5298,7 @@ function getUid() {
5298
5298
  }
5299
5299
 
5300
5300
  // bin/utils/uploadToIpfsSplit.ts
5301
- var IPFS_API_URL = "https://pinme.dev/api/v3";
5301
+ var IPFS_API_URL = "https://pinme.benny1996.win/api/v3";
5302
5302
  var MAX_RETRIES = parseInt(process.env.MAX_RETRIES || "2");
5303
5303
  var RETRY_DELAY = parseInt(process.env.RETRY_DELAY_MS || "1000");
5304
5304
  var TIMEOUT = parseInt(process.env.TIMEOUT_MS || "600000");
@@ -6236,7 +6236,7 @@ var import_figlet3 = __toESM(require("figlet"));
6236
6236
 
6237
6237
  // bin/utils/removeFromIpfs.ts
6238
6238
  var import_chalk6 = __toESM(require("chalk"));
6239
- var ipfsApiUrl = "https://pinme.dev/api/v3";
6239
+ var ipfsApiUrl = "https://pinme.benny1996.win/api/v3";
6240
6240
  async function removeFromIpfs(value, type = "hash") {
6241
6241
  try {
6242
6242
  const uid = getUid();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinme",
3
- "version": "1.2.2-alpha.1",
3
+ "version": "1.2.2-alpha.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },