@wf-financing/ui 4.7.0 → 4.7.2

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/.env.development CHANGED
@@ -1 +1,3 @@
1
- VITE_IS_EMBEDDED_JOURNEY=true
1
+ VITE_IS_EMBEDDED_JOURNEY=true
2
+ VITE_BACKEND_BASE_URL=http://localhost:16000
3
+ VITE_SANDBOX_BASE_URL=https://sandbox-api.wayflyer.com/financing
@@ -0,0 +1,2 @@
1
+ VITE_BACKEND_BASE_URL=https://api.wayflyer.com/financing
2
+ VITE_SANDBOX_BASE_URL=https://sandbox-api.wayflyer.com/financing
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @wf-financing/ui
2
2
 
3
+ ## 4.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove dynamic imports
8
+
9
+ ## 4.7.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Remove extra script fetch for UI SDK users, include Headless in UI bundle
14
+
15
+ - Updated dependencies []:
16
+ - @wf-financing/headless@3.3.3
17
+
3
18
  ## 4.7.0
4
19
 
5
20
  ### Minor Changes