@ctx-core/auth0-ui 10.0.107 → 10.0.115

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 +65 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 10.0.115
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 10.0.114
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+ - Updated dependencies [undefined]
15
+ - @ctx-core/dialog@15.0.73
16
+ - @ctx-core/fetch@11.0.75
17
+
18
+ ## 10.0.113
19
+
20
+ ### Patch Changes
21
+
22
+ - update dependencies
23
+
24
+ ## 10.0.112
25
+
26
+ ### Patch Changes
27
+
28
+ - update dependencies
29
+ - Updated dependencies [undefined]
30
+ - @ctx-core/dialog@15.0.72
31
+ - @ctx-core/fetch@11.0.74
32
+
33
+ ## 10.0.111
34
+
35
+ ### Patch Changes
36
+
37
+ - update dependencies
38
+ - Updated dependencies [undefined]
39
+ - @ctx-core/auth0@25.0.94
40
+ - @ctx-core/auth0-management@6.0.92
41
+
42
+ ## 10.0.110
43
+
44
+ ### Patch Changes
45
+
46
+ - svelte: 3.42.6 -> 3.43.0
47
+ - Updated dependencies [undefined]
48
+ - @ctx-core/auth0@25.0.93
49
+ - @ctx-core/auth0-management@6.0.91
50
+ - @ctx-core/dialog@15.0.71
51
+ - @ctx-core/store@27.0.32
52
+
53
+ ## 10.0.109
54
+
55
+ ### Patch Changes
56
+
57
+ - update dependencies
58
+
59
+ ## 10.0.108
60
+
61
+ ### Patch Changes
62
+
63
+ - update dependencies
64
+ - Updated dependencies [undefined]
65
+ - @ctx-core/dialog@15.0.70
66
+ - @ctx-core/fetch@11.0.72
67
+
3
68
  ## 10.0.107
4
69
 
5
70
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "10.0.107",
3
+ "version": "10.0.115",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -29,21 +29,21 @@
29
29
  },
30
30
  "browser": "./dist/index.browser.js",
31
31
  "dependencies": {
32
- "@ctx-core/auth0": "^25.0.91",
33
- "@ctx-core/auth0-management": "^6.0.89",
34
- "@ctx-core/dialog": "^15.0.69",
32
+ "@ctx-core/auth0": "^25.0.96",
33
+ "@ctx-core/auth0-management": "^6.0.94",
34
+ "@ctx-core/dialog": "^15.0.73",
35
35
  "@ctx-core/dom": "^11.0.26",
36
36
  "@ctx-core/error": "^11.0.16",
37
- "@ctx-core/fetch": "^11.0.71",
37
+ "@ctx-core/fetch": "^11.0.75",
38
38
  "@ctx-core/jwt": "^10.0.24",
39
39
  "@ctx-core/object": "^21.0.20",
40
- "@ctx-core/store": "^27.0.31",
40
+ "@ctx-core/store": "^27.0.32",
41
41
  "esm": "^3.2.25",
42
42
  "jsonwebtoken": "^8.5.1",
43
- "svelte": "3.42.6"
43
+ "svelte": "3.43.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@ctx-core/ctx-core-package-tools": "^8.0.71",
46
+ "@ctx-core/ctx-core-package-tools": "^8.0.74",
47
47
  "@ctx-core/dev-tools": "^7.1.3",
48
48
  "@ctx-core/function": "^20.2.1",
49
49
  "@types/jsonwebtoken": "^8.5.5",