@ctx-core/auth0-ui 12.2.202 → 12.2.205

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,49 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.205
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/object: ^24.1.1 -> ^24.1.2
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@35.0.79
10
+ - @ctx-core/auth0-management@9.0.136
11
+ - @ctx-core/dialog@20.1.30
12
+ - @ctx-core/dom@11.2.26
13
+ - @ctx-core/error@11.5.15
14
+ - @ctx-core/fetch-undici@2.3.58
15
+ - @ctx-core/http@9.0.47
16
+ - @ctx-core/svelte@13.4.21
17
+
18
+ ## 12.2.204
19
+
20
+ ### Patch Changes
21
+
22
+ - tsconfig.json: - importsNotUsedAsValues
23
+ - Updated dependencies
24
+ - @ctx-core/auth0@35.0.78
25
+ - @ctx-core/auth0-management@9.0.135
26
+ - @ctx-core/dialog@20.1.29
27
+ - @ctx-core/dialog-ui-svelte@1.0.44
28
+ - @ctx-core/dom@11.2.25
29
+ - @ctx-core/error@11.5.14
30
+ - @ctx-core/fetch-undici@2.3.57
31
+ - @ctx-core/function@21.6.1
32
+ - @ctx-core/http@9.0.46
33
+ - @ctx-core/jwt@10.1.46
34
+ - @ctx-core/logger@9.0.48
35
+ - @ctx-core/object@24.1.1
36
+ - @ctx-core/svelte@13.4.20
37
+
38
+ ## 12.2.203
39
+
40
+ ### Patch Changes
41
+
42
+ - @ctx-core/dialog: ^20.1.27 -> ^20.1.28
43
+ - @ctx-core/auth0: ^35.0.76 -> ^35.0.77
44
+ - Updated dependencies
45
+ - @ctx-core/auth0-management@9.0.134
46
+
3
47
  ## 12.2.202
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.202",
3
+ "version": "12.2.205",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,21 +24,21 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^35.0.76",
28
- "@ctx-core/auth0-management": "^9.0.133",
29
- "@ctx-core/dialog": "^20.1.27",
30
- "@ctx-core/dialog-ui-svelte": "^1.0.43",
31
- "@ctx-core/dom": "^11.2.24",
32
- "@ctx-core/error": "^11.5.13",
33
- "@ctx-core/fetch-undici": "^2.3.56",
34
- "@ctx-core/function": "^21.6.0",
35
- "@ctx-core/http": "^9.0.45",
36
- "@ctx-core/jwt": "^10.1.45",
37
- "@ctx-core/logger": "^9.0.47",
38
- "@ctx-core/object": "^24.0.1",
39
- "@ctx-core/svelte": "^13.4.19",
40
- "@swc/cli": "^0.1.59",
41
- "@swc/core": "^1.3.30",
27
+ "@ctx-core/auth0": "^35.0.79",
28
+ "@ctx-core/auth0-management": "^9.0.136",
29
+ "@ctx-core/dialog": "^20.1.30",
30
+ "@ctx-core/dialog-ui-svelte": "^1.0.44",
31
+ "@ctx-core/dom": "^11.2.26",
32
+ "@ctx-core/error": "^11.5.15",
33
+ "@ctx-core/fetch-undici": "^2.3.58",
34
+ "@ctx-core/function": "^21.6.1",
35
+ "@ctx-core/http": "^9.0.47",
36
+ "@ctx-core/jwt": "^10.1.46",
37
+ "@ctx-core/logger": "^9.0.48",
38
+ "@ctx-core/object": "^24.1.2",
39
+ "@ctx-core/svelte": "^13.4.21",
40
+ "@swc/cli": "^0.1.60",
41
+ "@swc/core": "^1.3.31",
42
42
  "auth0-js": "^9.20.1",
43
43
  "jsonwebtoken": "^9.0.0",
44
44
  "polka": "next"
package/tsconfig.json CHANGED
@@ -6,7 +6,6 @@
6
6
  "declaration": true,
7
7
  "declarationDir": "lib",
8
8
  "esModuleInterop": true,
9
- "importsNotUsedAsValues": "error",
10
9
  "lib": ["dom", "ESNext"],
11
10
  "mapRoot": "",
12
11
  "module": "ESNext",