@axium/client 0.17.1 → 0.17.2

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/dist/locales.d.ts CHANGED
@@ -135,6 +135,7 @@ declare let currentLoaded: {
135
135
  readonly user: "User UUID:";
136
136
  };
137
137
  readonly tab: {
138
+ readonly dashboard: "Dashboard";
138
139
  readonly users: "Users";
139
140
  readonly config: "Configuration";
140
141
  readonly plugins: "Plugins";
package/locales/en.json CHANGED
@@ -129,6 +129,7 @@
129
129
  "user": "User UUID:"
130
130
  },
131
131
  "tab": {
132
+ "dashboard": "Dashboard",
132
133
  "users": "Users",
133
134
  "config": "Configuration",
134
135
  "plugins": "Plugins",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",