pinme 2.0.2-beta.15 → 2.0.2-beta.16
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4759,10 +4759,10 @@ var init_config = __esm({
|
|
|
4759
4759
|
PROD_WALLET_RECHARGE_URL = "https://pinme.eth.limo/#/profile?tab=wallet";
|
|
4760
4760
|
TEST_WALLET_RECHARGE_URL = "https://test-pinme.pinit.eth.limo/#/profile?tab=wallet";
|
|
4761
4761
|
APP_CONFIG = {
|
|
4762
|
-
pinmeApiBase: trimTrailingSlash("https://pinme.
|
|
4763
|
-
ipfsApiUrl: trimTrailingSlash("https://pinme.
|
|
4762
|
+
pinmeApiBase: trimTrailingSlash("https://pinme.dev/api/v4"),
|
|
4763
|
+
ipfsApiUrl: trimTrailingSlash("https://pinme.dev/api/v3"),
|
|
4764
4764
|
carApiBase: trimTrailingSlash(
|
|
4765
|
-
process.env.CAR_API_BASE || "https://pinme.
|
|
4765
|
+
process.env.CAR_API_BASE || "https://pinme.dev/api/v3"
|
|
4766
4766
|
),
|
|
4767
4767
|
pinmeWebUrl: trimTrailingSlash(
|
|
4768
4768
|
process.env.PINME_WEB_URL || DEFAULT_PINME_WEB_URL
|
|
@@ -5919,7 +5919,7 @@ var import_chalk26 = __toESM(require("chalk"));
|
|
|
5919
5919
|
var import_figlet5 = __toESM(require("figlet"));
|
|
5920
5920
|
|
|
5921
5921
|
// package.json
|
|
5922
|
-
var version = "2.0.2-beta.
|
|
5922
|
+
var version = "2.0.2-beta.16";
|
|
5923
5923
|
|
|
5924
5924
|
// bin/upload.ts
|
|
5925
5925
|
var import_path6 = __toESM(require("path"));
|