@ctx-core/auth0-ui 12.2.74 → 12.2.78

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,54 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.78
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 12.2.77
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/auth0-management@9.0.57
16
+ - @ctx-core/dom@11.1.18
17
+ - @ctx-core/fetch-undici@2.1.7
18
+ - @ctx-core/svelte@10.1.20
19
+
20
+ ## 12.2.76
21
+
22
+ ### Patch Changes
23
+
24
+ - @ctx-core/error: ^11.4.6 -> ^11.4.7
25
+ - @ctx-core/svelte: ^10.1.17 -> ^10.1.18
26
+ - @ctx-core/auth0-management: ^9.0.55 -> ^9.0.56
27
+ - @ctx-core/http: ^9.0.29 -> ^9.0.30
28
+ - @ctx-core/fetch-undici: ^2.1.5 -> ^2.1.6
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - @ctx-core/auth0@34.2.19
36
+ - @ctx-core/jwt@10.1.11
37
+ - @ctx-core/dialog@20.0.21
38
+ - @ctx-core/dom@11.1.17
39
+
40
+ ## 12.2.75
41
+
42
+ ### Patch Changes
43
+
44
+ - @ctx-core/function: 20.8.0
45
+ - Updated dependencies
46
+ - @ctx-core/auth0@34.2.18
47
+ - @ctx-core/dialog@20.0.20
48
+ - @ctx-core/dom@11.1.16
49
+ - @ctx-core/jwt@10.1.10
50
+ - @ctx-core/object@22.1.10
51
+
3
52
  ## 12.2.74
4
53
 
5
54
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/auth0_ui_ctx_key.ts"],"sourcesContent":["export const auth0_ui_ctx_key = Symbol('auth0_ui_ctx')\n"],"names":["auth0_ui_ctx_key","Symbol"],"mappings":"OAAO,MAAMA,gBAAgB,GAAGC,MAAM,CAAC,cAAc,CAAC,CAAA"}
1
+ {"version":3,"sources":["../src/auth0_ui_ctx_key.ts"],"sourcesContent":["export const auth0_ui_ctx_key = Symbol('auth0_ui_ctx')\n"],"names":["auth0_ui_ctx_key","Symbol"],"mappings":"AAAA,OAAO,MAAMA,gBAAgB,GAAGC,MAAM,CAAC,cAAc,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.74",
3
+ "version": "12.2.78",
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.17",
28
- "@ctx-core/auth0-management": "^9.0.55",
29
- "@ctx-core/dialog": "^20.0.19",
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.15",
32
- "@ctx-core/error": "^11.4.6",
33
- "@ctx-core/fetch-undici": "^2.1.5",
34
- "@ctx-core/function": "^20.7.1",
35
- "@ctx-core/http": "^9.0.29",
36
- "@ctx-core/jwt": "^10.1.9",
31
+ "@ctx-core/dom": "^11.1.18",
32
+ "@ctx-core/error": "^11.4.7",
33
+ "@ctx-core/fetch-undici": "^2.1.8",
34
+ "@ctx-core/function": "^20.8.0",
35
+ "@ctx-core/http": "^9.0.30",
36
+ "@ctx-core/jwt": "^10.1.11",
37
37
  "@ctx-core/logger": "^9.0.45",
38
- "@ctx-core/object": "^22.1.9",
39
- "@ctx-core/svelte": "^10.1.17",
38
+ "@ctx-core/object": "^22.1.10",
39
+ "@ctx-core/svelte": "^10.1.20",
40
40
  "@swc/cli": "^0.1.57",
41
- "@swc/core": "^1.2.174",
41
+ "@swc/core": "^1.2.183",
42
42
  "auth0-js": "^9.19.0",
43
43
  "jsonwebtoken": "^8.5.1",
44
44
  "polka": "next"