@ctx-core/auth0-ui 12.2.4 → 12.2.8

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0-management@8.0.4
10
+
11
+ ## 12.2.7
12
+
13
+ ### Patch Changes
14
+
15
+ - update dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/auth0-management@8.0.3
18
+
19
+ ## 12.2.6
20
+
21
+ ### Patch Changes
22
+
23
+ - auth0-js: ^9.18.1 -> ^9.19.0
24
+ - Updated dependencies
25
+ - @ctx-core/auth0@29.0.2
26
+
27
+ ## 12.2.5
28
+
29
+ ### Patch Changes
30
+
31
+ - update dependencies
32
+ - Updated dependencies
33
+ - @ctx-core/auth0-management@8.0.1
34
+
3
35
  ## 12.2.4
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.4",
3
+ "version": "12.2.8",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -26,12 +26,12 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ctx-core/auth0": "^29.0.0",
30
- "@ctx-core/auth0-management": "^8.0.0",
29
+ "@ctx-core/auth0": "^29.1.1",
30
+ "@ctx-core/auth0-management": "^8.0.4",
31
31
  "@ctx-core/dialog": "^18.0.16",
32
32
  "@ctx-core/dialog-ui-svelte": "^1.0.14",
33
33
  "@ctx-core/dom": "^11.1.5",
34
- "@ctx-core/error": "^11.1.23",
34
+ "@ctx-core/error": "^11.3.0",
35
35
  "@ctx-core/fetch-undici": "^1.1.0",
36
36
  "@ctx-core/function": "^20.4.0",
37
37
  "@ctx-core/http": "^9.0.22",
@@ -41,7 +41,7 @@
41
41
  "@ctx-core/svelte": "^10.1.7",
42
42
  "@swc/cli": "^0.1.55",
43
43
  "@swc/core": "^1.2.133",
44
- "auth0-js": "^9.18.1",
44
+ "auth0-js": "^9.19.0",
45
45
  "jsonwebtoken": "^8.5.1",
46
46
  "polka": "next"
47
47
  },
@@ -52,7 +52,7 @@
52
52
  "@types/jsonwebtoken": "^8.5.8",
53
53
  "@types/trouter": "^3.1.1",
54
54
  "rimraf": "^3.0.2",
55
- "svelte": "^3.46.2",
55
+ "svelte": "^3.46.3",
56
56
  "svelte-check": "^2.3.0",
57
57
  "svelte-preprocess": "^4.10.2",
58
58
  "svelte2tsx": "^0.4.14",