@ctx-core/auth0-ui 12.1.23 → 12.1.27

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.1.27
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@28.0.21
10
+ - @ctx-core/auth0-management@7.0.21
11
+ - @ctx-core/dialog@18.0.14
12
+ - @ctx-core/fetch@11.0.112
13
+
14
+ ## 12.1.26
15
+
16
+ ### Patch Changes
17
+
18
+ - 738370415: @types/jsonwebtoken: ^8.5.6 -> ^8.5.7
19
+ - 738370415: svelte: ^3.45.0 -> ^3.46.1
20
+ - Updated dependencies [738370415]
21
+ - @ctx-core/auth0@28.0.19
22
+ - @ctx-core/auth0-management@7.0.20
23
+ - @ctx-core/dialog-ui-svelte@1.0.14
24
+ - @ctx-core/svelte@10.1.6
25
+
26
+ ## 12.1.25
27
+
28
+ ### Patch Changes
29
+
30
+ - update dependencies
31
+ - Updated dependencies
32
+ - @ctx-core/auth0-management@7.0.19
33
+ - @ctx-core/fetch@11.0.111
34
+
35
+ ## 12.1.24
36
+
37
+ ### Patch Changes
38
+
39
+ - update dependencies
40
+ - Updated dependencies
41
+ - @ctx-core/auth0-management@7.0.18
42
+ - @ctx-core/fetch@11.0.110
43
+
3
44
  ## 12.1.23
4
45
 
5
46
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.1.23",
3
+ "version": "12.1.27",
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": "^28.0.15",
30
- "@ctx-core/auth0-management": "^7.0.17",
31
- "@ctx-core/dialog": "^18.0.10",
32
- "@ctx-core/dialog-ui-svelte": "^1.0.13",
29
+ "@ctx-core/auth0": "^28.0.21",
30
+ "@ctx-core/auth0-management": "^7.0.21",
31
+ "@ctx-core/dialog": "^18.0.14",
32
+ "@ctx-core/dialog-ui-svelte": "^1.0.14",
33
33
  "@ctx-core/dom": "^11.1.5",
34
34
  "@ctx-core/error": "^11.1.23",
35
- "@ctx-core/fetch": "^11.0.109",
35
+ "@ctx-core/fetch": "^11.0.112",
36
36
  "@ctx-core/function": "^20.2.25",
37
37
  "@ctx-core/http": "^9.0.22",
38
38
  "@ctx-core/jwt": "^10.0.50",
39
39
  "@ctx-core/logger": "^9.0.44",
40
40
  "@ctx-core/object": "^22.0.12",
41
- "@ctx-core/svelte": "^10.1.5",
41
+ "@ctx-core/svelte": "^10.1.6",
42
42
  "@swc/cli": "^0.1.55",
43
- "@swc/core": "^1.2.127",
43
+ "@swc/core": "^1.2.128",
44
44
  "auth0-js": "^9.18.0",
45
45
  "jsonwebtoken": "^8.5.1",
46
46
  "polka": "next"
@@ -48,13 +48,13 @@
48
48
  "devDependencies": {
49
49
  "@sveltejs/adapter-auto": "next",
50
50
  "@sveltejs/kit": "next",
51
- "@types/jsonwebtoken": "^8.5.6",
51
+ "@types/jsonwebtoken": "^8.5.7",
52
52
  "@types/trouter": "^3.1.1",
53
53
  "rimraf": "^3.0.2",
54
- "svelte": "^3.45.0",
55
- "svelte-check": "^2.2.11",
54
+ "svelte": "^3.46.1",
55
+ "svelte-check": "^2.2.12",
56
56
  "svelte-preprocess": "^4.10.1",
57
- "svelte2tsx": "^0.4.12",
57
+ "svelte2tsx": "^0.4.13",
58
58
  "tslib": "^2.3.1",
59
59
  "typescript": "next"
60
60
  },