@ctx-core/auth0-ui 10.0.98 → 10.0.105

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,76 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 10.0.105
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies [undefined]
9
+ - @ctx-core/dialog@15.0.68
10
+ - @ctx-core/fetch@11.0.70
11
+
12
+ ## 10.0.104
13
+
14
+ ### Patch Changes
15
+
16
+ - update dependencies
17
+ - Updated dependencies [undefined]
18
+ - @ctx-core/auth0@25.0.89
19
+ - @ctx-core/auth0-management@6.0.86
20
+
21
+ ## 10.0.103
22
+
23
+ ### Patch Changes
24
+
25
+ - svelte: 3.42.5 -> 3.42.6
26
+ - Updated dependencies [undefined]
27
+ - @ctx-core/auth0@25.0.88
28
+ - @ctx-core/auth0-management@6.0.85
29
+ - @ctx-core/dialog@15.0.67
30
+ - @ctx-core/store@27.0.31
31
+
32
+ ## 10.0.102
33
+
34
+ ### Patch Changes
35
+
36
+ - update dependencies
37
+ - Updated dependencies [undefined]
38
+ - @ctx-core/auth0@25.0.87
39
+
40
+ ## 10.0.101
41
+
42
+ ### Patch Changes
43
+
44
+ - update dependencies
45
+ - Updated dependencies [undefined]
46
+ - @ctx-core/auth0@25.0.86
47
+ - @ctx-core/dialog@15.0.66
48
+ - @ctx-core/dom@11.0.26
49
+ - @ctx-core/jwt@10.0.24
50
+ - @ctx-core/object@21.0.20
51
+ - @ctx-core/store@27.0.30
52
+
53
+ ## 10.0.100
54
+
55
+ ### Patch Changes
56
+
57
+ - update dependencies
58
+ - Updated dependencies [undefined]
59
+ - @ctx-core/auth0@25.0.85
60
+
61
+ ## 10.0.99
62
+
63
+ ### Patch Changes
64
+
65
+ - update dependencies
66
+ - Updated dependencies [undefined]
67
+ - @ctx-core/auth0@25.0.84
68
+ - @ctx-core/dialog@15.0.65
69
+ - @ctx-core/dom@11.0.25
70
+ - @ctx-core/jwt@10.0.23
71
+ - @ctx-core/object@21.0.19
72
+ - @ctx-core/store@27.0.29
73
+
3
74
  ## 10.0.98
4
75
 
5
76
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "10.0.98",
3
+ "version": "10.0.105",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -29,23 +29,23 @@
29
29
  },
30
30
  "browser": "./dist/index.browser.js",
31
31
  "dependencies": {
32
- "@ctx-core/auth0": "^25.0.83",
33
- "@ctx-core/auth0-management": "^6.0.82",
34
- "@ctx-core/dialog": "^15.0.64",
35
- "@ctx-core/dom": "^11.0.24",
32
+ "@ctx-core/auth0": "^25.0.90",
33
+ "@ctx-core/auth0-management": "^6.0.87",
34
+ "@ctx-core/dialog": "^15.0.68",
35
+ "@ctx-core/dom": "^11.0.26",
36
36
  "@ctx-core/error": "^11.0.16",
37
- "@ctx-core/fetch": "^11.0.66",
38
- "@ctx-core/jwt": "^10.0.22",
39
- "@ctx-core/object": "^21.0.18",
40
- "@ctx-core/store": "^27.0.28",
37
+ "@ctx-core/fetch": "^11.0.70",
38
+ "@ctx-core/jwt": "^10.0.24",
39
+ "@ctx-core/object": "^21.0.20",
40
+ "@ctx-core/store": "^27.0.31",
41
41
  "esm": "^3.2.25",
42
42
  "jsonwebtoken": "^8.5.1",
43
- "svelte": "3.42.5"
43
+ "svelte": "3.42.6"
44
44
  },
45
45
  "devDependencies": {
46
- "@ctx-core/ctx-core-package-tools": "^8.0.69",
46
+ "@ctx-core/ctx-core-package-tools": "^8.0.70",
47
47
  "@ctx-core/dev-tools": "^7.1.3",
48
- "@ctx-core/function": "^20.1.4",
48
+ "@ctx-core/function": "^20.2.1",
49
49
  "@types/jsonwebtoken": "^8.5.5",
50
50
  "typescript": "^4.4.3"
51
51
  },