pinme 2.0.0-beta.14 → 2.0.0-beta.15

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1523,7 +1523,7 @@ var import_chalk22 = __toESM(require("chalk"));
1523
1523
  var import_figlet5 = __toESM(require("figlet"));
1524
1524
 
1525
1525
  // package.json
1526
- var version = "2.0.0-beta.14";
1526
+ var version = "2.0.0-beta.15";
1527
1527
 
1528
1528
  // bin/upload.ts
1529
1529
  var import_path7 = __toESM(require("path"));
@@ -5081,7 +5081,7 @@ function getAuthHeaders() {
5081
5081
  }
5082
5082
 
5083
5083
  // bin/utils/uploadToIpfsSplit.ts
5084
- var IPFS_API_URL = "https://pinme.dev/api/v3";
5084
+ var IPFS_API_URL = "https://pinme.benny1996.win/api/v3";
5085
5085
  var MAX_RETRIES = parseInt(process.env.MAX_RETRIES || "2");
5086
5086
  var RETRY_DELAY = parseInt(process.env.RETRY_DELAY_MS || "1000");
5087
5087
  var TIMEOUT = parseInt(process.env.TIMEOUT_MS || "600000");
@@ -5804,7 +5804,7 @@ async function isVip(tokenAddress, authToken) {
5804
5804
  throw e;
5805
5805
  }
5806
5806
  }
5807
- var CAR_API_BASE = process.env.CAR_API_BASE || "https://pinme.dev/api/v3";
5807
+ var CAR_API_BASE = process.env.CAR_API_BASE || "https://pinme.benny1996.win/api/v3";
5808
5808
  function createCarClient() {
5809
5809
  let headers = {};
5810
5810
  try {
@@ -6597,7 +6597,7 @@ var import_figlet4 = __toESM(require("figlet"));
6597
6597
 
6598
6598
  // bin/utils/removeFromIpfs.ts
6599
6599
  var import_chalk8 = __toESM(require("chalk"));
6600
- var ipfsApiUrl = "https://pinme.dev/api/v3";
6600
+ var ipfsApiUrl = "https://pinme.benny1996.win/api/v3";
6601
6601
  async function removeFromIpfs(value, type = "hash") {
6602
6602
  try {
6603
6603
  const uid = getUid();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinme",
3
- "version": "2.0.0-beta.14",
3
+ "version": "2.0.0-beta.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },