@ctx-core/auth0-ui 12.2.27 → 12.2.32

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 +45 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.32
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@33.0.4
10
+ - @ctx-core/auth0-management@9.0.23
11
+ - @ctx-core/dom@11.1.7
12
+
13
+ ## 12.2.31
14
+
15
+ ### Patch Changes
16
+
17
+ - update dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/auth0-management@9.0.22
20
+
21
+ ## 12.2.30
22
+
23
+ ### Patch Changes
24
+
25
+ - update dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/auth0-management@9.0.20
28
+ - @ctx-core/dialog@20.0.4
29
+ - @ctx-core/fetch-undici@1.1.6
30
+
31
+ ## 12.2.29
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies
36
+ - @ctx-core/auth0@33.0.0
37
+ - @ctx-core/dialog@20.0.3
38
+ - @ctx-core/auth0-management@9.0.19
39
+
40
+ ## 12.2.28
41
+
42
+ ### Patch Changes
43
+
44
+ - update dependencies
45
+ - Updated dependencies
46
+ - @ctx-core/auth0-management@9.0.18
47
+
3
48
  ## 12.2.27
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.27",
3
+ "version": "12.2.32",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -26,21 +26,21 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ctx-core/auth0": "^32.0.9",
30
- "@ctx-core/auth0-management": "^9.0.17",
31
- "@ctx-core/dialog": "^20.0.2",
29
+ "@ctx-core/auth0": "^33.0.4",
30
+ "@ctx-core/auth0-management": "^9.0.23",
31
+ "@ctx-core/dialog": "^20.0.5",
32
32
  "@ctx-core/dialog-ui-svelte": "^1.0.14",
33
- "@ctx-core/dom": "^11.1.6",
34
- "@ctx-core/error": "^11.3.1",
35
- "@ctx-core/fetch-undici": "^1.1.5",
36
- "@ctx-core/function": "20.4.0",
33
+ "@ctx-core/dom": "^11.1.7",
34
+ "@ctx-core/error": "^11.4.0",
35
+ "@ctx-core/fetch-undici": "^1.2.1",
36
+ "@ctx-core/function": "*",
37
37
  "@ctx-core/http": "^9.0.23",
38
- "@ctx-core/jwt": "^10.0.51",
38
+ "@ctx-core/jwt": "^10.1.1",
39
39
  "@ctx-core/logger": "^9.0.44",
40
- "@ctx-core/object": "22.1.0",
40
+ "@ctx-core/object": "*",
41
41
  "@ctx-core/svelte": "^10.1.8",
42
42
  "@swc/cli": "^0.1.55",
43
- "@swc/core": "^1.2.136",
43
+ "@swc/core": "^1.2.139",
44
44
  "auth0-js": "^9.19.0",
45
45
  "jsonwebtoken": "^8.5.1",
46
46
  "polka": "next"
@@ -53,9 +53,9 @@
53
53
  "@types/trouter": "^3.1.1",
54
54
  "rimraf": "^3.0.2",
55
55
  "svelte": "^3.46.4",
56
- "svelte-check": "^2.4.2",
57
- "svelte-preprocess": "^4.10.2",
58
- "svelte2tsx": "^0.5.2",
56
+ "svelte-check": "^2.4.3",
57
+ "svelte-preprocess": "^4.10.3",
58
+ "svelte2tsx": "^0.5.3",
59
59
  "tslib": "^2.3.1",
60
60
  "typescript": "next"
61
61
  },