@ctx-core/auth0-ui 12.2.75 → 12.2.77

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 CHANGED
@@ -1,5 +1,36 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.77
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0-management@9.0.57
10
+ - @ctx-core/dom@11.1.18
11
+ - @ctx-core/fetch-undici@2.1.7
12
+ - @ctx-core/svelte@10.1.20
13
+
14
+ ## 12.2.76
15
+
16
+ ### Patch Changes
17
+
18
+ - @ctx-core/error: ^11.4.6 -> ^11.4.7
19
+ - @ctx-core/svelte: ^10.1.17 -> ^10.1.18
20
+ - @ctx-core/auth0-management: ^9.0.55 -> ^9.0.56
21
+ - @ctx-core/http: ^9.0.29 -> ^9.0.30
22
+ - @ctx-core/fetch-undici: ^2.1.5 -> ^2.1.6
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/auth0@34.2.19
30
+ - @ctx-core/jwt@10.1.11
31
+ - @ctx-core/dialog@20.0.21
32
+ - @ctx-core/dom@11.1.17
33
+
3
34
  ## 12.2.75
4
35
 
5
36
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.75",
3
+ "version": "12.2.77",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,21 +24,21 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^34.2.18",
28
- "@ctx-core/auth0-management": "^9.0.55",
29
- "@ctx-core/dialog": "^20.0.20",
27
+ "@ctx-core/auth0": "^34.2.20",
28
+ "@ctx-core/auth0-management": "^9.0.57",
29
+ "@ctx-core/dialog": "^20.0.22",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.18",
31
- "@ctx-core/dom": "^11.1.16",
32
- "@ctx-core/error": "^11.4.6",
33
- "@ctx-core/fetch-undici": "^2.1.5",
31
+ "@ctx-core/dom": "^11.1.18",
32
+ "@ctx-core/error": "^11.4.7",
33
+ "@ctx-core/fetch-undici": "^2.1.7",
34
34
  "@ctx-core/function": "^20.8.0",
35
- "@ctx-core/http": "^9.0.29",
36
- "@ctx-core/jwt": "^10.1.10",
35
+ "@ctx-core/http": "^9.0.30",
36
+ "@ctx-core/jwt": "^10.1.11",
37
37
  "@ctx-core/logger": "^9.0.45",
38
38
  "@ctx-core/object": "^22.1.10",
39
- "@ctx-core/svelte": "^10.1.17",
39
+ "@ctx-core/svelte": "^10.1.20",
40
40
  "@swc/cli": "^0.1.57",
41
- "@swc/core": "^1.2.177",
41
+ "@swc/core": "^1.2.178",
42
42
  "auth0-js": "^9.19.0",
43
43
  "jsonwebtoken": "^8.5.1",
44
44
  "polka": "next"