@things-factory/auth-ui 4.3.179 → 4.3.223

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.
@@ -393,7 +393,7 @@ class UserRoleEditor extends connect(store)(LitElement) {
393
393
 
394
394
  const response = await client.mutate({
395
395
  mutation: gql`
396
- mutation deleteDomaineUser($email: String!) {
396
+ mutation deleteDomainUser($email: String!) {
397
397
  deleteDomainUser(email: $email)
398
398
  }
399
399
  `,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/auth-ui",
3
- "version": "4.3.179",
3
+ "version": "4.3.223",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -33,10 +33,10 @@
33
33
  "@operato/i18n": "^0.4.6",
34
34
  "@operato/layout": "^0.4.6",
35
35
  "@operato/lottie-player": "^0.4.6",
36
- "@things-factory/auth-base": "^4.3.179",
36
+ "@things-factory/auth-base": "^4.3.223",
37
37
  "@things-factory/i18n-base": "^4.3.179",
38
38
  "@things-factory/more-base": "^4.3.179",
39
39
  "clipboard": "^2.0.6"
40
40
  },
41
- "gitHead": "4360078d5067a99c1d5e30caaef86a2e4c933b26"
41
+ "gitHead": "505ebb8ac9b51539801329c45f47da24e05745f1"
42
42
  }