@wf-financing/ui 4.2.0 → 4.3.0
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/CHANGELOG.md +6 -0
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
- package/src/config/url.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -25,7 +25,7 @@ const nI = {
|
|
|
25
25
|
rootName: "bannerRoot",
|
|
26
26
|
rootElement: "div",
|
|
27
27
|
rootElementId: "banner-root"
|
|
28
|
-
}, oI = [nI, rI, iI], m1 = "wayflyer-headless-sdk", sI = "https://embedded-finance-frontend.vercel.app/npm/@wf-financing/headless@
|
|
28
|
+
}, oI = [nI, rI, iI], m1 = "wayflyer-headless-sdk", sI = "https://embedded-finance-frontend.vercel.app/npm/@wf-financing/headless@3", aI = {
|
|
29
29
|
"2416e2af-c9f7-40ac-a2f0-f37dcfe59674": "whiteLabel",
|
|
30
30
|
"1f309265-5324-4f8b-88d7-9b0d5c77a27c": "wayflyer",
|
|
31
31
|
"970df87a-e7d5-4942-9450-a77cf771dca3": "athena",
|
|
@@ -38,7 +38,7 @@ const nI = {
|
|
|
38
38
|
"bb9f8122-66ff-41bd-a8c0-52a9af0b3b4f": "reveni",
|
|
39
39
|
"9f21c2f7-fd67-4557-82df-8e2f4783c66a": "linkMyBooks",
|
|
40
40
|
"01aba3d9-21d6-4a40-b6d2-a9f0c8628b0f": "linkMyBooks"
|
|
41
|
-
}, Gg = "4.
|
|
41
|
+
}, Gg = "4.3.0";
|
|
42
42
|
function Va(e) {
|
|
43
43
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
44
44
|
}
|
package/package.json
CHANGED
package/src/config/url.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const HEADLESS_SDK_URL = 'https://embedded-finance-frontend.vercel.app/npm/@wf-financing/headless@
|
|
1
|
+
export const HEADLESS_SDK_URL = 'https://embedded-finance-frontend.vercel.app/npm/@wf-financing/headless@3';
|