@ctx-core/auth0-ui 12.2.181 → 12.2.183

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 +33 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.183
4
+
5
+ ### Patch Changes
6
+
7
+ - rimraf: ^4.0.1 -> ^4.0.4
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/fetch-undici@2.3.45
14
+ - @ctx-core/dom@11.2.20
15
+ - @ctx-core/dialog-ui-svelte@1.0.41
16
+ - @ctx-core/http@9.0.43
17
+ - @ctx-core/logger@9.0.47
18
+
19
+ ## 12.2.182
20
+
21
+ ### Patch Changes
22
+
23
+ - rimraf: ^3.0.2 -> ^4.0.1
24
+ - auth0-js: ^9.20.0 -> ^9.20.1
25
+ - @types/jsonwebtoken: ^9.0.0 -> ^9.0.1
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - @ctx-core/auth0-management@9.0.118
31
+ - @ctx-core/dialog-ui-svelte@1.0.40
32
+ - @ctx-core/http@9.0.42
33
+ - @ctx-core/logger@9.0.46
34
+ - @ctx-core/auth0@35.0.63
35
+
3
36
  ## 12.2.181
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.181",
3
+ "version": "12.2.183",
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.117",
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",
31
- "@ctx-core/dom": "^11.2.19",
30
+ "@ctx-core/dialog-ui-svelte": "^1.0.41",
31
+ "@ctx-core/dom": "^11.2.20",
32
32
  "@ctx-core/error": "^11.5.11",
33
- "@ctx-core/fetch-undici": "^2.3.44",
33
+ "@ctx-core/fetch-undici": "^2.3.45",
34
34
  "@ctx-core/function": "^21.6.0",
35
- "@ctx-core/http": "^9.0.41",
35
+ "@ctx-core/http": "^9.0.43",
36
36
  "@ctx-core/jwt": "^10.1.40",
37
- "@ctx-core/logger": "^9.0.45",
37
+ "@ctx-core/logger": "^9.0.47",
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.4",
53
53
  "svelte": "^3.55.1",
54
54
  "svelte-check": "^3.0.2",
55
55
  "svelte-preprocess": "^5.0.0",