@ctx-core/auth0-ui 12.2.180 → 12.2.182

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 +23 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.182
4
+
5
+ ### Patch Changes
6
+
7
+ - rimraf: ^3.0.2 -> ^4.0.1
8
+ - auth0-js: ^9.20.0 -> ^9.20.1
9
+ - @types/jsonwebtoken: ^9.0.0 -> ^9.0.1
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - Updated dependencies
14
+ - @ctx-core/auth0-management@9.0.118
15
+ - @ctx-core/dialog-ui-svelte@1.0.40
16
+ - @ctx-core/http@9.0.42
17
+ - @ctx-core/logger@9.0.46
18
+ - @ctx-core/auth0@35.0.63
19
+
20
+ ## 12.2.181
21
+
22
+ ### Patch Changes
23
+
24
+ - @ctx-core/auth0-management: ^9.0.116 -> ^9.0.117
25
+
3
26
  ## 12.2.180
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.180",
3
+ "version": "12.2.182",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,22 +24,22 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^35.0.62",
28
- "@ctx-core/auth0-management": "^9.0.116",
27
+ "@ctx-core/auth0": "^35.0.63",
28
+ "@ctx-core/auth0-management": "^9.0.118",
29
29
  "@ctx-core/dialog": "^20.1.25",
30
- "@ctx-core/dialog-ui-svelte": "^1.0.39",
30
+ "@ctx-core/dialog-ui-svelte": "^1.0.40",
31
31
  "@ctx-core/dom": "^11.2.19",
32
32
  "@ctx-core/error": "^11.5.11",
33
33
  "@ctx-core/fetch-undici": "^2.3.44",
34
34
  "@ctx-core/function": "^21.6.0",
35
- "@ctx-core/http": "^9.0.41",
35
+ "@ctx-core/http": "^9.0.42",
36
36
  "@ctx-core/jwt": "^10.1.40",
37
- "@ctx-core/logger": "^9.0.45",
37
+ "@ctx-core/logger": "^9.0.46",
38
38
  "@ctx-core/object": "^23.1.0",
39
39
  "@ctx-core/svelte": "^13.4.17",
40
40
  "@swc/cli": "^0.1.59",
41
41
  "@swc/core": "^1.3.26",
42
- "auth0-js": "^9.20.0",
42
+ "auth0-js": "^9.20.1",
43
43
  "jsonwebtoken": "^9.0.0",
44
44
  "polka": "next"
45
45
  },
@@ -47,9 +47,9 @@
47
47
  "@sveltejs/adapter-auto": "next",
48
48
  "@sveltejs/kit": "next",
49
49
  "@types/auth0-js": "^9.14.7",
50
- "@types/jsonwebtoken": "^9.0.0",
50
+ "@types/jsonwebtoken": "^9.0.1",
51
51
  "@types/trouter": "^3.1.1",
52
- "rimraf": "^3.0.2",
52
+ "rimraf": "^4.0.1",
53
53
  "svelte": "^3.55.1",
54
54
  "svelte-check": "^3.0.2",
55
55
  "svelte-preprocess": "^5.0.0",