@ctx-core/auth0-ui 10.0.100 → 10.0.106

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 +59 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 10.0.106
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies [undefined]
9
+ - @ctx-core/dialog@15.0.69
10
+ - @ctx-core/fetch@11.0.71
11
+
12
+ ## 10.0.105
13
+
14
+ ### Patch Changes
15
+
16
+ - update dependencies
17
+ - Updated dependencies [undefined]
18
+ - @ctx-core/dialog@15.0.68
19
+ - @ctx-core/fetch@11.0.70
20
+
21
+ ## 10.0.104
22
+
23
+ ### Patch Changes
24
+
25
+ - update dependencies
26
+ - Updated dependencies [undefined]
27
+ - @ctx-core/auth0@25.0.89
28
+ - @ctx-core/auth0-management@6.0.86
29
+
30
+ ## 10.0.103
31
+
32
+ ### Patch Changes
33
+
34
+ - svelte: 3.42.5 -> 3.42.6
35
+ - Updated dependencies [undefined]
36
+ - @ctx-core/auth0@25.0.88
37
+ - @ctx-core/auth0-management@6.0.85
38
+ - @ctx-core/dialog@15.0.67
39
+ - @ctx-core/store@27.0.31
40
+
41
+ ## 10.0.102
42
+
43
+ ### Patch Changes
44
+
45
+ - update dependencies
46
+ - Updated dependencies [undefined]
47
+ - @ctx-core/auth0@25.0.87
48
+
49
+ ## 10.0.101
50
+
51
+ ### Patch Changes
52
+
53
+ - update dependencies
54
+ - Updated dependencies [undefined]
55
+ - @ctx-core/auth0@25.0.86
56
+ - @ctx-core/dialog@15.0.66
57
+ - @ctx-core/dom@11.0.26
58
+ - @ctx-core/jwt@10.0.24
59
+ - @ctx-core/object@21.0.20
60
+ - @ctx-core/store@27.0.30
61
+
3
62
  ## 10.0.100
4
63
 
5
64
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "10.0.100",
3
+ "version": "10.0.106",
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.85",
33
- "@ctx-core/auth0-management": "^6.0.83",
34
- "@ctx-core/dialog": "^15.0.65",
35
- "@ctx-core/dom": "^11.0.25",
32
+ "@ctx-core/auth0": "^25.0.91",
33
+ "@ctx-core/auth0-management": "^6.0.88",
34
+ "@ctx-core/dialog": "^15.0.69",
35
+ "@ctx-core/dom": "^11.0.26",
36
36
  "@ctx-core/error": "^11.0.16",
37
- "@ctx-core/fetch": "^11.0.67",
38
- "@ctx-core/jwt": "^10.0.23",
39
- "@ctx-core/object": "^21.0.19",
40
- "@ctx-core/store": "^27.0.29",
37
+ "@ctx-core/fetch": "^11.0.71",
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.71",
47
47
  "@ctx-core/dev-tools": "^7.1.3",
48
- "@ctx-core/function": "^20.2.0",
48
+ "@ctx-core/function": "^20.2.1",
49
49
  "@types/jsonwebtoken": "^8.5.5",
50
50
  "typescript": "^4.4.3"
51
51
  },