@ctx-core/auth0-ui 12.1.28 → 12.2.3
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 +35 -0
- package/package.json +6 -6
- package/COMMIT_EDITMSG +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @ctx-core/auth0-ui
|
|
2
2
|
|
|
3
|
+
## 12.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update dependencies
|
|
8
|
+
|
|
9
|
+
## 12.2.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- update dependencies
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @ctx-core/auth0@28.1.2
|
|
16
|
+
- @ctx-core/auth0-management@7.1.4
|
|
17
|
+
|
|
18
|
+
## 12.2.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- update dependencies
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @ctx-core/auth0-management@7.1.3
|
|
25
|
+
|
|
26
|
+
## 12.2.0
|
|
27
|
+
|
|
28
|
+
### Minor Changes
|
|
29
|
+
|
|
30
|
+
- @ctx-core/fetch-undici instead of @ctx-core/fetch
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
- @ctx-core/auth0@28.1.0
|
|
36
|
+
- @ctx-core/auth0-management@7.1.0
|
|
37
|
+
|
|
3
38
|
## 12.1.28
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/auth0-ui",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.3",
|
|
4
4
|
"description": "ctx-core auth0 ui component & express endpoints",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ctx-core/auth0": "^28.
|
|
30
|
-
"@ctx-core/auth0-management": "^7.
|
|
29
|
+
"@ctx-core/auth0": "^28.1.2",
|
|
30
|
+
"@ctx-core/auth0-management": "^7.1.5",
|
|
31
31
|
"@ctx-core/dialog": "^18.0.16",
|
|
32
32
|
"@ctx-core/dialog-ui-svelte": "^1.0.14",
|
|
33
33
|
"@ctx-core/dom": "^11.1.5",
|
|
34
34
|
"@ctx-core/error": "^11.1.23",
|
|
35
|
-
"@ctx-core/fetch": "^
|
|
36
|
-
"@ctx-core/function": "^20.
|
|
35
|
+
"@ctx-core/fetch-undici": "^1.0.3",
|
|
36
|
+
"@ctx-core/function": "^20.4.0",
|
|
37
37
|
"@ctx-core/http": "^9.0.22",
|
|
38
38
|
"@ctx-core/jwt": "^10.0.50",
|
|
39
39
|
"@ctx-core/logger": "^9.0.44",
|
|
40
|
-
"@ctx-core/object": "^22.0.
|
|
40
|
+
"@ctx-core/object": "^22.0.13",
|
|
41
41
|
"@ctx-core/svelte": "^10.1.7",
|
|
42
42
|
"@swc/cli": "^0.1.55",
|
|
43
43
|
"@swc/core": "^1.2.133",
|
package/COMMIT_EDITMSG
DELETED