@ctx-core/auth0-ui 12.2.163 → 12.2.165

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.165
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ctx-core/object@23.0.0
9
+ - @ctx-core/auth0@35.0.51
10
+ - @ctx-core/auth0-management@9.0.105
11
+ - @ctx-core/dialog@20.1.23
12
+ - @ctx-core/dom@11.2.14
13
+ - @ctx-core/error@11.5.9
14
+ - @ctx-core/fetch-undici@2.3.34
15
+ - @ctx-core/http@9.0.39
16
+ - @ctx-core/svelte@13.4.14
17
+
18
+ ## 12.2.164
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/auth0-management: ^9.0.102 -> ^9.0.103
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - @ctx-core/auth0@35.0.50
27
+ - @ctx-core/jwt@10.1.34
28
+ - @ctx-core/fetch-undici@2.3.33
29
+
3
30
  ## 12.2.163
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.163",
3
+ "version": "12.2.165",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,19 +24,19 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^35.0.49",
28
- "@ctx-core/auth0-management": "^9.0.102",
29
- "@ctx-core/dialog": "^20.1.22",
27
+ "@ctx-core/auth0": "^35.0.51",
28
+ "@ctx-core/auth0-management": "^9.0.105",
29
+ "@ctx-core/dialog": "^20.1.23",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.38",
31
- "@ctx-core/dom": "^11.2.13",
32
- "@ctx-core/error": "^11.5.8",
33
- "@ctx-core/fetch-undici": "^2.3.32",
31
+ "@ctx-core/dom": "^11.2.14",
32
+ "@ctx-core/error": "^11.5.9",
33
+ "@ctx-core/fetch-undici": "^2.3.34",
34
34
  "@ctx-core/function": "^21.6.0",
35
- "@ctx-core/http": "^9.0.38",
36
- "@ctx-core/jwt": "^10.1.33",
35
+ "@ctx-core/http": "^9.0.39",
36
+ "@ctx-core/jwt": "^10.1.34",
37
37
  "@ctx-core/logger": "^9.0.45",
38
- "@ctx-core/object": "^22.10.0",
39
- "@ctx-core/svelte": "^13.4.13",
38
+ "@ctx-core/object": "^23.0.0",
39
+ "@ctx-core/svelte": "^13.4.14",
40
40
  "@swc/cli": "^0.1.59",
41
41
  "@swc/core": "^1.3.25",
42
42
  "auth0-js": "^9.20.0",