@ctx-core/auth0-ui 12.2.184 → 12.2.186

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 +19 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.186
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.3.46 -> ^2.3.47
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@35.0.66
10
+ - @ctx-core/auth0-management@9.0.121
11
+
12
+ ## 12.2.185
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/auth0: ^35.0.64 -> ^35.0.65
17
+ - @ctx-core/fetch-undici: ^2.3.45 -> ^2.3.46
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - @ctx-core/auth0-management@9.0.120
21
+
3
22
  ## 12.2.184
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.184",
3
+ "version": "12.2.186",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,13 +24,13 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^35.0.64",
28
- "@ctx-core/auth0-management": "^9.0.119",
27
+ "@ctx-core/auth0": "^35.0.66",
28
+ "@ctx-core/auth0-management": "^9.0.121",
29
29
  "@ctx-core/dialog": "^20.1.25",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.41",
31
31
  "@ctx-core/dom": "^11.2.20",
32
32
  "@ctx-core/error": "^11.5.11",
33
- "@ctx-core/fetch-undici": "^2.3.45",
33
+ "@ctx-core/fetch-undici": "^2.3.47",
34
34
  "@ctx-core/function": "^21.6.0",
35
35
  "@ctx-core/http": "^9.0.43",
36
36
  "@ctx-core/jwt": "^10.1.41",
@@ -38,7 +38,7 @@
38
38
  "@ctx-core/object": "^23.1.0",
39
39
  "@ctx-core/svelte": "^13.4.17",
40
40
  "@swc/cli": "^0.1.59",
41
- "@swc/core": "^1.3.26",
41
+ "@swc/core": "^1.3.27",
42
42
  "auth0-js": "^9.20.1",
43
43
  "jsonwebtoken": "^9.0.0",
44
44
  "polka": "next"
@@ -49,7 +49,7 @@
49
49
  "@types/auth0-js": "^9.14.7",
50
50
  "@types/jsonwebtoken": "^9.0.1",
51
51
  "@types/trouter": "^3.1.1",
52
- "rimraf": "^4.0.4",
52
+ "rimraf": "^4.1.1",
53
53
  "svelte": "^3.55.1",
54
54
  "svelte-check": "^3.0.2",
55
55
  "svelte-preprocess": "^5.0.0",