@ctx-core/auth0-ui 11.0.18 → 11.0.23

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 +39 -0
  2. package/package.json +7 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 11.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@26.0.16
10
+ - @ctx-core/auth0-management@6.0.118
11
+
12
+ ## 11.0.22
13
+
14
+ ### Patch Changes
15
+
16
+ - update dependencies
17
+ - Updated dependencies
18
+ - @ctx-core/auth0-management@6.0.117
19
+
20
+ ## 11.0.21
21
+
22
+ ### Patch Changes
23
+
24
+ - update dependencies
25
+
26
+ ## 11.0.20
27
+
28
+ ### Patch Changes
29
+
30
+ - update dependencies
31
+ - Updated dependencies
32
+ - @ctx-core/auth0@26.0.14
33
+ - @ctx-core/dialog@15.0.88
34
+ - @ctx-core/fetch@11.0.91
35
+
36
+ ## 11.0.19
37
+
38
+ ### Patch Changes
39
+
40
+ - update dependencies
41
+
3
42
  ## 11.0.18
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "11.0.18",
3
+ "version": "11.0.23",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -21,22 +21,21 @@
21
21
  "types": "./src/index.ts",
22
22
  "exports": {
23
23
  ".": {
24
- "require": "./dist/index.cjs",
25
24
  "import": "./dist/index.js"
26
25
  },
27
26
  "./package.json": "./package.json"
28
27
  },
29
28
  "dependencies": {
30
- "@ctx-core/auth0": "^26.0.13",
31
- "@ctx-core/auth0-management": "^6.0.115",
32
- "@ctx-core/dialog": "^15.0.87",
29
+ "@ctx-core/auth0": "^26.0.16",
30
+ "@ctx-core/auth0-management": "^6.0.118",
31
+ "@ctx-core/dialog": "^15.0.88",
33
32
  "@ctx-core/dom": "^11.0.39",
34
33
  "@ctx-core/error": "^11.1.8",
35
- "@ctx-core/fetch": "^11.0.90",
34
+ "@ctx-core/fetch": "^11.0.92",
36
35
  "@ctx-core/function": "^20.2.12",
37
36
  "@ctx-core/http": "^9.0.9",
38
37
  "@ctx-core/jwt": "^10.0.37",
39
- "@ctx-core/logger": "^9.0.27",
38
+ "@ctx-core/logger": "^9.0.28",
40
39
  "@ctx-core/object": "^21.0.30",
41
40
  "@ctx-core/store": "^27.0.45",
42
41
  "auth0-js": "^9.18.0",
@@ -44,7 +43,7 @@
44
43
  "polka": "^0.5.2"
45
44
  },
46
45
  "devDependencies": {
47
- "@ctx-core/ctx-core-package-tools": "^8.0.83",
46
+ "@ctx-core/ctx-core-package-tools": "^8.0.85",
48
47
  "@ctx-core/dev-tools": "^7.2.9",
49
48
  "@swc/cli": "^0.1.52",
50
49
  "@swc/core": "^1.2.118",