@ctx-core/auth0-ui 11.0.6 → 11.0.13

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 +121 -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,126 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 11.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@26.0.8
10
+ - @ctx-core/auth0-management@6.0.111
11
+
12
+ ## 11.0.12
13
+
14
+ ### Patch Changes
15
+
16
+ - @swc/core: ^1.2.116 -> ^1.2.117
17
+ - Updated dependencies
18
+ - @ctx-core/auth0@26.0.7
19
+ - @ctx-core/auth0-management@6.0.110
20
+ - @ctx-core/dialog@15.0.84
21
+ - @ctx-core/dom@11.0.36
22
+ - @ctx-core/error@11.1.5
23
+ - @ctx-core/fetch@11.0.87
24
+ - @ctx-core/function@20.2.9
25
+ - @ctx-core/http@9.0.6
26
+ - @ctx-core/jwt@10.0.34
27
+ - @ctx-core/logger@9.0.25
28
+ - @ctx-core/object@21.0.28
29
+ - @ctx-core/store@27.0.42
30
+
31
+ ## 11.0.11
32
+
33
+ ### Patch Changes
34
+
35
+ - @swc/core: ^1.2.113 -> ^1.2.116
36
+ - Updated dependencies
37
+ - @ctx-core/auth0@26.0.6
38
+ - @ctx-core/auth0-management@6.0.109
39
+ - @ctx-core/dialog@15.0.83
40
+ - @ctx-core/dom@11.0.35
41
+ - @ctx-core/error@11.1.4
42
+ - @ctx-core/fetch@11.0.86
43
+ - @ctx-core/function@20.2.8
44
+ - @ctx-core/http@9.0.5
45
+ - @ctx-core/jwt@10.0.33
46
+ - @ctx-core/logger@9.0.24
47
+ - @ctx-core/object@21.0.27
48
+ - @ctx-core/store@27.0.41
49
+
50
+ ## 11.0.10
51
+
52
+ ### Patch Changes
53
+
54
+ - @swc/cli: ^0.1.51 -> ^0.1.52
55
+ - @swc/core: ^1.2.111 -> ^1.2.113
56
+ - Updated dependencies
57
+ - Updated dependencies
58
+ - Updated dependencies
59
+ - @ctx-core/logger@9.0.23
60
+ - @ctx-core/auth0@26.0.5
61
+ - @ctx-core/auth0-management@6.0.108
62
+ - @ctx-core/dialog@15.0.82
63
+ - @ctx-core/dom@11.0.34
64
+ - @ctx-core/error@11.1.3
65
+ - @ctx-core/fetch@11.0.85
66
+ - @ctx-core/function@20.2.7
67
+ - @ctx-core/http@9.0.4
68
+ - @ctx-core/jwt@10.0.32
69
+ - @ctx-core/object@21.0.26
70
+ - @ctx-core/store@27.0.40
71
+
72
+ ## 11.0.9
73
+
74
+ ### Patch Changes
75
+
76
+ - svelte: 3.44.1 -> 3.44.2
77
+ - @swc/core: ^1.2.110 -> ^1.2.111
78
+ - Updated dependencies
79
+ - Updated dependencies
80
+ - @ctx-core/auth0@26.0.4
81
+ - @ctx-core/auth0-management@6.0.107
82
+ - @ctx-core/dialog@15.0.81
83
+ - @ctx-core/store@27.0.39
84
+ - @ctx-core/dom@11.0.33
85
+ - @ctx-core/error@11.1.2
86
+ - @ctx-core/fetch@11.0.84
87
+ - @ctx-core/function@20.2.6
88
+ - @ctx-core/http@9.0.3
89
+ - @ctx-core/jwt@10.0.31
90
+ - @ctx-core/logger@9.0.22
91
+ - @ctx-core/object@21.0.25
92
+
93
+ ## 11.0.8
94
+
95
+ ### Patch Changes
96
+
97
+ - update dependencies
98
+ - Updated dependencies
99
+ - @ctx-core/auth0@26.0.3
100
+ - @ctx-core/auth0-management@6.0.106
101
+
102
+ ## 11.0.7
103
+
104
+ ### Patch Changes
105
+
106
+ - typescript: ^4.4.4 -> ^4.5.2
107
+ - @swc/core: ^1.2.108 -> ^1.2.110
108
+ - Updated dependencies
109
+ - Updated dependencies
110
+ - Updated dependencies
111
+ - @ctx-core/auth0@26.0.2
112
+ - @ctx-core/auth0-management@6.0.105
113
+ - @ctx-core/dialog@15.0.80
114
+ - @ctx-core/dom@11.0.32
115
+ - @ctx-core/error@11.0.20
116
+ - @ctx-core/fetch@11.0.83
117
+ - @ctx-core/function@20.2.5
118
+ - @ctx-core/http@9.0.2
119
+ - @ctx-core/jwt@10.0.30
120
+ - @ctx-core/logger@9.0.21
121
+ - @ctx-core/object@21.0.24
122
+ - @ctx-core/store@27.0.38
123
+
3
124
  ## 11.0.6
4
125
 
5
126
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "11.0.6",
3
+ "version": "11.0.13",
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.1",
32
- "@ctx-core/auth0-management": "^6.0.103",
33
- "@ctx-core/dialog": "^15.0.79",
34
- "@ctx-core/dom": "^11.0.31",
35
- "@ctx-core/error": "^11.0.19",
36
- "@ctx-core/fetch": "^11.0.82",
37
- "@ctx-core/function": "^20.2.4",
38
- "@ctx-core/http": "^9.0.1",
39
- "@ctx-core/jwt": "^10.0.29",
40
- "@ctx-core/logger": "^9.0.20",
41
- "@ctx-core/object": "^21.0.23",
42
- "@ctx-core/store": "^27.0.37",
31
+ "@ctx-core/auth0": "^26.0.8",
32
+ "@ctx-core/auth0-management": "^6.0.111",
33
+ "@ctx-core/dialog": "^15.0.84",
34
+ "@ctx-core/dom": "^11.0.36",
35
+ "@ctx-core/error": "^11.1.5",
36
+ "@ctx-core/fetch": "^11.0.87",
37
+ "@ctx-core/function": "^20.2.9",
38
+ "@ctx-core/http": "^9.0.6",
39
+ "@ctx-core/jwt": "^10.0.34",
40
+ "@ctx-core/logger": "^9.0.25",
41
+ "@ctx-core/object": "^21.0.28",
42
+ "@ctx-core/store": "^27.0.42",
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.77",
49
- "@ctx-core/dev-tools": "^7.2.1",
50
- "@swc/cli": "^0.1.51",
51
- "@swc/core": "^1.2.108",
48
+ "@ctx-core/ctx-core-package-tools": "^8.0.81",
49
+ "@ctx-core/dev-tools": "^7.2.6",
50
+ "@swc/cli": "^0.1.52",
51
+ "@swc/core": "^1.2.117",
52
52
  "@types/jsonwebtoken": "^8.5.6",
53
53
  "@types/polka": "^0.5.3",
54
- "svelte": "3.44.1",
55
- "typescript": "^4.4.4"
54
+ "@types/trouter": "^3.1.0",
55
+ "svelte": "3.44.2",
56
+ "typescript": "next"
56
57
  },
57
58
  "publishConfig": {
58
59
  "access": "public",