@wf-financing/ui 3.13.1 → 3.13.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/CHANGELOG.md +11 -0
- package/dist/index.es.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @wf-financing/ui
|
|
2
2
|
|
|
3
|
+
## 3.13.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- testing OIDC release flow
|
|
8
|
+
|
|
9
|
+
- Updated dependencies []:
|
|
10
|
+
- @wf-financing/embedded-types@0.7.1
|
|
11
|
+
- @wf-financing/logger@1.1.2
|
|
12
|
+
- @wf-financing/ui-assets@0.3.2
|
|
13
|
+
|
|
3
14
|
## 3.13.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.es.js
CHANGED
|
@@ -23932,7 +23932,7 @@ const em = {
|
|
|
23932
23932
|
"8124d71d-1de6-4a39-8cff-dd2ce96c8363": "rocketFuel",
|
|
23933
23933
|
"0e553c21-13a7-461f-bf4d-5a92fad4a403": "reveni",
|
|
23934
23934
|
"bb9f8122-66ff-41bd-a8c0-52a9af0b3b4f": "reveni"
|
|
23935
|
-
}, t7 = "3.13.
|
|
23935
|
+
}, t7 = "3.13.2", n7 = "https://static.wayflyer.com/flyui-assets/styles/flyui-f0765dfb.css", tm = {
|
|
23936
23936
|
styles: n7
|
|
23937
23937
|
}, sS = "wf-flyui-styles", r7 = async ({ shadow: e, onStylesLoad: t, onStylesLoadError: n }) => {
|
|
23938
23938
|
if (!tm || !("styles" in tm))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wf-financing/ui",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.2",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./dist/index.es.js",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"react-intl": "^6.2.5",
|
|
38
38
|
"react-markdown": "^10.1.0",
|
|
39
39
|
"styled-components": "^6.1.19",
|
|
40
|
-
"@wf-financing/embedded-types": "0.7.
|
|
41
|
-
"@wf-financing/ui-assets": "0.3.
|
|
42
|
-
"@wf-financing/logger": "1.1.
|
|
40
|
+
"@wf-financing/embedded-types": "0.7.1",
|
|
41
|
+
"@wf-financing/ui-assets": "0.3.2",
|
|
42
|
+
"@wf-financing/logger": "1.1.2"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|