@ctx-core/auth0-ui 12.2.107 → 12.2.110

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 +32 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.110
4
+
5
+ ### Patch Changes
6
+
7
+ - svelte: ^3.50.0 -> ^3.50.1
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@35.0.8
10
+ - @ctx-core/dialog-ui-svelte@1.0.24
11
+ - @ctx-core/svelte@13.0.3
12
+
13
+ ## 12.2.109
14
+
15
+ ### Patch Changes
16
+
17
+ - @ctx-core/function: ^21.0.1 -> ^21.1.0
18
+ - Updated dependencies
19
+ - @ctx-core/auth0@35.0.7
20
+ - @ctx-core/dialog@20.1.13
21
+ - @ctx-core/dom@11.1.28
22
+ - @ctx-core/jwt@10.1.20
23
+ - @ctx-core/object@22.2.8
24
+
25
+ ## 12.2.108
26
+
27
+ ### Patch Changes
28
+
29
+ - svelte: ^3.49.0 -> ^3.50.0
30
+ - Updated dependencies
31
+ - @ctx-core/auth0@35.0.6
32
+ - @ctx-core/dialog-ui-svelte@1.0.23
33
+ - @ctx-core/svelte@13.0.2
34
+
3
35
  ## 12.2.107
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.107",
3
+ "version": "12.2.110",
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": "^35.0.5",
27
+ "@ctx-core/auth0": "^35.0.8",
28
28
  "@ctx-core/auth0-management": "^9.0.71",
29
- "@ctx-core/dialog": "^20.1.12",
30
- "@ctx-core/dialog-ui-svelte": "^1.0.22",
31
- "@ctx-core/dom": "^11.1.27",
29
+ "@ctx-core/dialog": "^20.1.13",
30
+ "@ctx-core/dialog-ui-svelte": "^1.0.24",
31
+ "@ctx-core/dom": "^11.1.28",
32
32
  "@ctx-core/error": "^11.5.1",
33
33
  "@ctx-core/fetch-undici": "^2.3.5",
34
- "@ctx-core/function": "^21.0.1",
34
+ "@ctx-core/function": "^21.1.0",
35
35
  "@ctx-core/http": "^9.0.31",
36
- "@ctx-core/jwt": "^10.1.19",
36
+ "@ctx-core/jwt": "^10.1.20",
37
37
  "@ctx-core/logger": "^9.0.45",
38
- "@ctx-core/object": "^22.2.7",
39
- "@ctx-core/svelte": "^13.0.0",
38
+ "@ctx-core/object": "^22.2.8",
39
+ "@ctx-core/svelte": "^13.0.3",
40
40
  "@swc/cli": "^0.1.57",
41
- "@swc/core": "^1.2.245",
41
+ "@swc/core": "^1.2.249",
42
42
  "auth0-js": "^9.19.0",
43
43
  "jsonwebtoken": "^8.5.1",
44
44
  "polka": "next"
@@ -50,7 +50,7 @@
50
50
  "@types/jsonwebtoken": "^8.5.9",
51
51
  "@types/trouter": "^3.1.1",
52
52
  "rimraf": "^3.0.2",
53
- "svelte": "^3.49.0",
53
+ "svelte": "^3.50.1",
54
54
  "svelte-check": "^2.9.0",
55
55
  "svelte-preprocess": "^4.10.7",
56
56
  "svelte2tsx": "^0.5.16",