pinme 1.0.8 → 1.0.9

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 +2 -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.8";
370
+ var version = "1.0.9";
371
371
 
372
372
  // bin/upload.ts
373
373
  var import_path5 = __toESM(require("path"));
@@ -537,7 +537,7 @@ function getDeviceId() {
537
537
  }
538
538
 
539
539
  // bin/utils/uploadToIpfs.ts
540
- var ipfsApiUrl = "https://ipfs.glitterprotocol.dev/api/v2";
540
+ var ipfsApiUrl = "https://pinme.dev/api/v2";
541
541
  var ERROR_CODES = {
542
542
  "30001": `File too large, single file max size: ${"20"}MB,single folder max size: ${"500"}MB`,
543
543
  "30002": `Max storage quorum ${Number("1000") / 1e3} GB reached`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinme",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },