@ctx-core/auth0-ui 11.0.8 → 11.0.14

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 (3) hide show
  1. package/.swcrc +1 -1
  2. package/CHANGELOG.md +109 -0
  3. package/package.json +20 -19
package/.swcrc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "jsc": {
3
- "target": "es2019",
3
+ "target": "es2020",
4
4
  "parser": {
5
5
  "syntax": "typescript",
6
6
  "tsx": true,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,114 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 11.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.117 -> ^1.2.118
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@26.0.9
10
+ - @ctx-core/auth0-management@6.0.112
11
+ - @ctx-core/dialog@15.0.85
12
+ - @ctx-core/dom@11.0.37
13
+ - @ctx-core/error@11.1.6
14
+ - @ctx-core/fetch@11.0.88
15
+ - @ctx-core/function@20.2.10
16
+ - @ctx-core/http@9.0.7
17
+ - @ctx-core/jwt@10.0.35
18
+ - @ctx-core/logger@9.0.26
19
+ - @ctx-core/object@21.0.29
20
+ - @ctx-core/store@27.0.43
21
+
22
+ ## 11.0.13
23
+
24
+ ### Patch Changes
25
+
26
+ - update dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/auth0@26.0.8
29
+ - @ctx-core/auth0-management@6.0.111
30
+
31
+ ## 11.0.12
32
+
33
+ ### Patch Changes
34
+
35
+ - @swc/core: ^1.2.116 -> ^1.2.117
36
+ - Updated dependencies
37
+ - @ctx-core/auth0@26.0.7
38
+ - @ctx-core/auth0-management@6.0.110
39
+ - @ctx-core/dialog@15.0.84
40
+ - @ctx-core/dom@11.0.36
41
+ - @ctx-core/error@11.1.5
42
+ - @ctx-core/fetch@11.0.87
43
+ - @ctx-core/function@20.2.9
44
+ - @ctx-core/http@9.0.6
45
+ - @ctx-core/jwt@10.0.34
46
+ - @ctx-core/logger@9.0.25
47
+ - @ctx-core/object@21.0.28
48
+ - @ctx-core/store@27.0.42
49
+
50
+ ## 11.0.11
51
+
52
+ ### Patch Changes
53
+
54
+ - @swc/core: ^1.2.113 -> ^1.2.116
55
+ - Updated dependencies
56
+ - @ctx-core/auth0@26.0.6
57
+ - @ctx-core/auth0-management@6.0.109
58
+ - @ctx-core/dialog@15.0.83
59
+ - @ctx-core/dom@11.0.35
60
+ - @ctx-core/error@11.1.4
61
+ - @ctx-core/fetch@11.0.86
62
+ - @ctx-core/function@20.2.8
63
+ - @ctx-core/http@9.0.5
64
+ - @ctx-core/jwt@10.0.33
65
+ - @ctx-core/logger@9.0.24
66
+ - @ctx-core/object@21.0.27
67
+ - @ctx-core/store@27.0.41
68
+
69
+ ## 11.0.10
70
+
71
+ ### Patch Changes
72
+
73
+ - @swc/cli: ^0.1.51 -> ^0.1.52
74
+ - @swc/core: ^1.2.111 -> ^1.2.113
75
+ - Updated dependencies
76
+ - Updated dependencies
77
+ - Updated dependencies
78
+ - @ctx-core/logger@9.0.23
79
+ - @ctx-core/auth0@26.0.5
80
+ - @ctx-core/auth0-management@6.0.108
81
+ - @ctx-core/dialog@15.0.82
82
+ - @ctx-core/dom@11.0.34
83
+ - @ctx-core/error@11.1.3
84
+ - @ctx-core/fetch@11.0.85
85
+ - @ctx-core/function@20.2.7
86
+ - @ctx-core/http@9.0.4
87
+ - @ctx-core/jwt@10.0.32
88
+ - @ctx-core/object@21.0.26
89
+ - @ctx-core/store@27.0.40
90
+
91
+ ## 11.0.9
92
+
93
+ ### Patch Changes
94
+
95
+ - svelte: 3.44.1 -> 3.44.2
96
+ - @swc/core: ^1.2.110 -> ^1.2.111
97
+ - Updated dependencies
98
+ - Updated dependencies
99
+ - @ctx-core/auth0@26.0.4
100
+ - @ctx-core/auth0-management@6.0.107
101
+ - @ctx-core/dialog@15.0.81
102
+ - @ctx-core/store@27.0.39
103
+ - @ctx-core/dom@11.0.33
104
+ - @ctx-core/error@11.1.2
105
+ - @ctx-core/fetch@11.0.84
106
+ - @ctx-core/function@20.2.6
107
+ - @ctx-core/http@9.0.3
108
+ - @ctx-core/jwt@10.0.31
109
+ - @ctx-core/logger@9.0.22
110
+ - @ctx-core/object@21.0.25
111
+
3
112
  ## 11.0.8
4
113
 
5
114
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "11.0.8",
3
+ "version": "11.0.14",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,31 +28,32 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^26.0.3",
32
- "@ctx-core/auth0-management": "^6.0.106",
33
- "@ctx-core/dialog": "^15.0.80",
34
- "@ctx-core/dom": "^11.0.32",
35
- "@ctx-core/error": "^11.0.20",
36
- "@ctx-core/fetch": "^11.0.83",
37
- "@ctx-core/function": "^20.2.5",
38
- "@ctx-core/http": "^9.0.2",
39
- "@ctx-core/jwt": "^10.0.30",
40
- "@ctx-core/logger": "^9.0.21",
41
- "@ctx-core/object": "^21.0.24",
42
- "@ctx-core/store": "^27.0.38",
31
+ "@ctx-core/auth0": "^26.0.9",
32
+ "@ctx-core/auth0-management": "^6.0.112",
33
+ "@ctx-core/dialog": "^15.0.85",
34
+ "@ctx-core/dom": "^11.0.37",
35
+ "@ctx-core/error": "^11.1.6",
36
+ "@ctx-core/fetch": "^11.0.88",
37
+ "@ctx-core/function": "^20.2.10",
38
+ "@ctx-core/http": "^9.0.7",
39
+ "@ctx-core/jwt": "^10.0.35",
40
+ "@ctx-core/logger": "^9.0.26",
41
+ "@ctx-core/object": "^21.0.29",
42
+ "@ctx-core/store": "^27.0.43",
43
43
  "auth0-js": "^9.18.0",
44
44
  "jsonwebtoken": "^8.5.1",
45
45
  "polka": "^0.5.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@ctx-core/ctx-core-package-tools": "^8.0.78",
49
- "@ctx-core/dev-tools": "^7.2.2",
50
- "@swc/cli": "^0.1.51",
51
- "@swc/core": "^1.2.110",
48
+ "@ctx-core/ctx-core-package-tools": "^8.0.81",
49
+ "@ctx-core/dev-tools": "^7.2.7",
50
+ "@swc/cli": "^0.1.52",
51
+ "@swc/core": "^1.2.118",
52
52
  "@types/jsonwebtoken": "^8.5.6",
53
53
  "@types/polka": "^0.5.3",
54
- "svelte": "3.44.1",
55
- "typescript": "^4.5.2"
54
+ "@types/trouter": "^3.1.0",
55
+ "svelte": "3.44.2",
56
+ "typescript": "next"
56
57
  },
57
58
  "publishConfig": {
58
59
  "access": "public",