@ctx-core/auth0-ui 12.2.12 → 12.2.13

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,13 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0-management@9.0.5
10
+
3
11
  ## 12.2.12
4
12
 
5
13
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
@@ -8,7 +8,7 @@ const ctx = getContext_auth0_ui_ctx()
8
8
  const AUTH0_DOMAIN$ = AUTH0_DOMAIN$_(ctx)
9
9
  const auth0_token_error$ = auth0_token_error$_(ctx)
10
10
  const _ = new Auth0_c(ctx)
11
- let email_input:HTMLInputElement, error:string
11
+ let email_input:HTMLInputElement, error:typeof $auth0_token_error$?.error
12
12
  $: error = $auth0_token_error$?.error
13
13
  </script>
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.12",
3
+ "version": "12.2.13",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -26,8 +26,8 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ctx-core/auth0": "^30.0.3",
30
- "@ctx-core/auth0-management": "^9.0.4",
29
+ "@ctx-core/auth0": "^30.0.4",
30
+ "@ctx-core/auth0-management": "^9.0.5",
31
31
  "@ctx-core/dialog": "^19.0.0",
32
32
  "@ctx-core/dialog-ui-svelte": "^1.0.14",
33
33
  "@ctx-core/dom": "^11.1.5",
@@ -8,7 +8,7 @@ const ctx = getContext_auth0_ui_ctx()
8
8
  const AUTH0_DOMAIN$ = AUTH0_DOMAIN$_(ctx)
9
9
  const auth0_token_error$ = auth0_token_error$_(ctx)
10
10
  const _ = new Auth0_c(ctx)
11
- let email_input:HTMLInputElement, error:string
11
+ let email_input:HTMLInputElement, error:typeof $auth0_token_error$?.error
12
12
  $: error = $auth0_token_error$?.error
13
13
  </script>
14
14