@virex-tech/paywallo-sdk 2.5.0 → 2.5.1
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2215,7 +2215,7 @@ var DEFAULT_API_URL, DEFAULT_WEB_URL;
|
|
|
2215
2215
|
var init_constants = __esm({
|
|
2216
2216
|
"src/core/constants.ts"() {
|
|
2217
2217
|
"use strict";
|
|
2218
|
-
DEFAULT_API_URL = "https://
|
|
2218
|
+
DEFAULT_API_URL = "https://panel.lucasqueiroga.shop";
|
|
2219
2219
|
DEFAULT_WEB_URL = "https://paywallo.com.br";
|
|
2220
2220
|
}
|
|
2221
2221
|
});
|
|
@@ -2547,8 +2547,8 @@ var init_NotificationHandlerSetup = __esm({
|
|
|
2547
2547
|
// src/core/version.ts
|
|
2548
2548
|
function resolveVersion() {
|
|
2549
2549
|
try {
|
|
2550
|
-
if ("2.5.
|
|
2551
|
-
return "2.5.
|
|
2550
|
+
if ("2.5.1") {
|
|
2551
|
+
return "2.5.1";
|
|
2552
2552
|
}
|
|
2553
2553
|
} catch {
|
|
2554
2554
|
}
|