@webx-ui/module-admin 0.3.0 → 0.3.1

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/dist/types.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -39,6 +39,8 @@ export interface AdminUser {
39
39
  permissions: string[];
40
40
  /** The panel language they chose, or null if they never have. */
41
41
  locale?: string | null;
42
+ /** The key their photograph is stored under — not an address; the panel resolves it. */
43
+ avatar?: string | null;
42
44
  [key: string]: unknown;
43
45
  }
44
46
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webx-ui/module-admin",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "The frame a WebX UI admin panel runs in: bootstrap, the shell, the HTTP client and the module registry that pairs with webx-ui/module-admin on the server.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "vue-router": "^4.5.0"
45
45
  },
46
46
  "dependencies": {
47
- "@webx-ui/core": "^0.16.0",
47
+ "@webx-ui/core": "^0.17.0",
48
48
  "@webx-ui/tokens": "^0.2.0"
49
49
  },
50
50
  "devDependencies": {