@ctx-core/auth0-ui 12.2.75 → 12.2.79

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,51 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.79
4
+
5
+ ### Patch Changes
6
+
7
+ - svelte-check: ^2.7.0 -> ^2.7.1
8
+ - svelte2tsx: ^0.5.9 -> ^0.5.10
9
+ - Updated dependencies
10
+ - @ctx-core/dialog-ui-svelte@1.0.19
11
+
12
+ ## 12.2.78
13
+
14
+ ### Patch Changes
15
+
16
+ - update dependencies
17
+
18
+ ## 12.2.77
19
+
20
+ ### Patch Changes
21
+
22
+ - update dependencies
23
+ - Updated dependencies
24
+ - @ctx-core/auth0-management@9.0.57
25
+ - @ctx-core/dom@11.1.18
26
+ - @ctx-core/fetch-undici@2.1.7
27
+ - @ctx-core/svelte@10.1.20
28
+
29
+ ## 12.2.76
30
+
31
+ ### Patch Changes
32
+
33
+ - @ctx-core/error: ^11.4.6 -> ^11.4.7
34
+ - @ctx-core/svelte: ^10.1.17 -> ^10.1.18
35
+ - @ctx-core/auth0-management: ^9.0.55 -> ^9.0.56
36
+ - @ctx-core/http: ^9.0.29 -> ^9.0.30
37
+ - @ctx-core/fetch-undici: ^2.1.5 -> ^2.1.6
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - Updated dependencies
44
+ - @ctx-core/auth0@34.2.19
45
+ - @ctx-core/jwt@10.1.11
46
+ - @ctx-core/dialog@20.0.21
47
+ - @ctx-core/dom@11.1.17
48
+
3
49
  ## 12.2.75
4
50
 
5
51
  ### 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.75",
3
+ "version": "12.2.79",
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",
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",
27
+ "@ctx-core/auth0": "^34.2.20",
28
+ "@ctx-core/auth0-management": "^9.0.57",
29
+ "@ctx-core/dialog": "^20.0.22",
30
+ "@ctx-core/dialog-ui-svelte": "^1.0.19",
31
+ "@ctx-core/dom": "^11.1.18",
32
+ "@ctx-core/error": "^11.4.7",
33
+ "@ctx-core/fetch-undici": "^2.1.8",
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.183",
42
42
  "auth0-js": "^9.19.0",
43
43
  "jsonwebtoken": "^8.5.1",
44
44
  "polka": "next"
@@ -51,9 +51,9 @@
51
51
  "@types/trouter": "^3.1.1",
52
52
  "rimraf": "^3.0.2",
53
53
  "svelte": "^3.48.0",
54
- "svelte-check": "^2.7.0",
54
+ "svelte-check": "^2.7.1",
55
55
  "svelte-preprocess": "^4.10.6",
56
- "svelte2tsx": "^0.5.9",
56
+ "svelte2tsx": "^0.5.10",
57
57
  "tslib": "^2.4.0",
58
58
  "typescript": "next"
59
59
  },