@ctx-core/auth0-ui 10.0.113 → 10.0.119

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,74 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 10.0.119
4
+
5
+ ### Patch Changes
6
+
7
+ - svelte: 3.44.0 -> 3.44.1
8
+ - Updated dependencies [undefined]
9
+ - @ctx-core/auth0@25.0.100
10
+ - @ctx-core/auth0-management@6.0.98
11
+ - @ctx-core/dialog@15.0.77
12
+ - @ctx-core/store@27.0.35
13
+
14
+ ## 10.0.118
15
+
16
+ ### Patch Changes
17
+
18
+ - typescript: ^4.4.3 -> ^4.4.4
19
+ - svelte: 3.43.1 -> 3.44.0
20
+ - Updated dependencies [undefined]
21
+ - Updated dependencies [undefined]
22
+ - Updated dependencies [undefined]
23
+ - Updated dependencies [undefined]
24
+ - Updated dependencies [undefined]
25
+ - @ctx-core/auth0@25.0.99
26
+ - @ctx-core/auth0-management@6.0.97
27
+ - @ctx-core/dialog@15.0.76
28
+ - @ctx-core/dom@11.0.28
29
+ - @ctx-core/error@11.0.17
30
+ - @ctx-core/fetch@11.0.77
31
+ - @ctx-core/jwt@10.0.25
32
+ - @ctx-core/object@21.0.21
33
+ - @ctx-core/store@27.0.34
34
+
35
+ ## 10.0.117
36
+
37
+ ### Patch Changes
38
+
39
+ - update dependencies
40
+ - Updated dependencies [undefined]
41
+ - @ctx-core/dialog@15.0.75
42
+ - @ctx-core/dom@11.0.27
43
+ - @ctx-core/fetch@11.0.76
44
+
45
+ ## 10.0.116
46
+
47
+ ### Patch Changes
48
+
49
+ - svelte: 3.43.0 -> 3.43.1
50
+ - Updated dependencies [undefined]
51
+ - Updated dependencies [undefined]
52
+ - @ctx-core/auth0@25.0.97
53
+ - @ctx-core/auth0-management@6.0.95
54
+ - @ctx-core/dialog@15.0.74
55
+ - @ctx-core/store@27.0.33
56
+
57
+ ## 10.0.115
58
+
59
+ ### Patch Changes
60
+
61
+ - update dependencies
62
+
63
+ ## 10.0.114
64
+
65
+ ### Patch Changes
66
+
67
+ - update dependencies
68
+ - Updated dependencies [undefined]
69
+ - @ctx-core/dialog@15.0.73
70
+ - @ctx-core/fetch@11.0.75
71
+
3
72
  ## 10.0.113
4
73
 
5
74
  ### 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.113",
3
+ "version": "10.0.119",
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.95",
33
- "@ctx-core/auth0-management": "^6.0.93",
34
- "@ctx-core/dialog": "^15.0.72",
35
- "@ctx-core/dom": "^11.0.26",
36
- "@ctx-core/error": "^11.0.16",
37
- "@ctx-core/fetch": "^11.0.74",
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.100",
33
+ "@ctx-core/auth0-management": "^6.0.98",
34
+ "@ctx-core/dialog": "^15.0.77",
35
+ "@ctx-core/dom": "^11.0.28",
36
+ "@ctx-core/error": "^11.0.17",
37
+ "@ctx-core/fetch": "^11.0.78",
38
+ "@ctx-core/jwt": "^10.0.25",
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.73",
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",