@ctx-core/auth0-ui 10.0.115 → 10.0.120

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,68 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 10.0.120
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies [undefined]
9
+ - @ctx-core/auth0@25.0.101
10
+ - @ctx-core/fetch@11.0.79
11
+
12
+ ## 10.0.119
13
+
14
+ ### Patch Changes
15
+
16
+ - svelte: 3.44.0 -> 3.44.1
17
+ - Updated dependencies [undefined]
18
+ - @ctx-core/auth0@25.0.100
19
+ - @ctx-core/auth0-management@6.0.98
20
+ - @ctx-core/dialog@15.0.77
21
+ - @ctx-core/store@27.0.35
22
+
23
+ ## 10.0.118
24
+
25
+ ### Patch Changes
26
+
27
+ - typescript: ^4.4.3 -> ^4.4.4
28
+ - svelte: 3.43.1 -> 3.44.0
29
+ - Updated dependencies [undefined]
30
+ - Updated dependencies [undefined]
31
+ - Updated dependencies [undefined]
32
+ - Updated dependencies [undefined]
33
+ - Updated dependencies [undefined]
34
+ - @ctx-core/auth0@25.0.99
35
+ - @ctx-core/auth0-management@6.0.97
36
+ - @ctx-core/dialog@15.0.76
37
+ - @ctx-core/dom@11.0.28
38
+ - @ctx-core/error@11.0.17
39
+ - @ctx-core/fetch@11.0.77
40
+ - @ctx-core/jwt@10.0.25
41
+ - @ctx-core/object@21.0.21
42
+ - @ctx-core/store@27.0.34
43
+
44
+ ## 10.0.117
45
+
46
+ ### Patch Changes
47
+
48
+ - update dependencies
49
+ - Updated dependencies [undefined]
50
+ - @ctx-core/dialog@15.0.75
51
+ - @ctx-core/dom@11.0.27
52
+ - @ctx-core/fetch@11.0.76
53
+
54
+ ## 10.0.116
55
+
56
+ ### Patch Changes
57
+
58
+ - svelte: 3.43.0 -> 3.43.1
59
+ - Updated dependencies [undefined]
60
+ - Updated dependencies [undefined]
61
+ - @ctx-core/auth0@25.0.97
62
+ - @ctx-core/auth0-management@6.0.95
63
+ - @ctx-core/dialog@15.0.74
64
+ - @ctx-core/store@27.0.33
65
+
3
66
  ## 10.0.115
4
67
 
5
68
  ### 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.115",
3
+ "version": "10.0.120",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -29,25 +29,25 @@
29
29
  },
30
30
  "browser": "./dist/index.browser.js",
31
31
  "dependencies": {
32
- "@ctx-core/auth0": "^25.0.96",
33
- "@ctx-core/auth0-management": "^6.0.94",
34
- "@ctx-core/dialog": "^15.0.73",
35
- "@ctx-core/dom": "^11.0.26",
36
- "@ctx-core/error": "^11.0.16",
37
- "@ctx-core/fetch": "^11.0.75",
38
- "@ctx-core/jwt": "^10.0.24",
39
- "@ctx-core/object": "^21.0.20",
40
- "@ctx-core/store": "^27.0.32",
32
+ "@ctx-core/auth0": "^25.0.101",
33
+ "@ctx-core/auth0-management": "^6.0.99",
34
+ "@ctx-core/dialog": "^15.0.77",
35
+ "@ctx-core/dom": "^11.0.29",
36
+ "@ctx-core/error": "^11.0.17",
37
+ "@ctx-core/fetch": "^11.0.79",
38
+ "@ctx-core/jwt": "^10.0.26",
39
+ "@ctx-core/object": "^21.0.21",
40
+ "@ctx-core/store": "^27.0.35",
41
41
  "esm": "^3.2.25",
42
42
  "jsonwebtoken": "^8.5.1",
43
- "svelte": "3.43.0"
43
+ "svelte": "3.44.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@ctx-core/ctx-core-package-tools": "^8.0.74",
47
- "@ctx-core/dev-tools": "^7.1.3",
48
- "@ctx-core/function": "^20.2.1",
46
+ "@ctx-core/ctx-core-package-tools": "^8.0.77",
47
+ "@ctx-core/dev-tools": "^7.1.4",
48
+ "@ctx-core/function": "^20.2.2",
49
49
  "@types/jsonwebtoken": "^8.5.5",
50
- "typescript": "^4.4.3"
50
+ "typescript": "^4.4.4"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public",