@axium/client 0.17.0 → 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
@@ -134,6 +134,13 @@ declare let currentLoaded: {
134
134
  readonly until: "Until:";
135
135
  readonly user: "User UUID:";
136
136
  };
137
+ readonly tab: {
138
+ readonly dashboard: "Dashboard";
139
+ readonly users: "Users";
140
+ readonly config: "Configuration";
141
+ readonly plugins: "Plugins";
142
+ readonly audit: "Audit Log";
143
+ };
137
144
  readonly filters: "Filters";
138
145
  readonly heading: "Audit Log";
139
146
  readonly invalid_filter: "Invalid Filter:";
package/locales/en.json CHANGED
@@ -128,6 +128,13 @@
128
128
  "until": "Until:",
129
129
  "user": "User UUID:"
130
130
  },
131
+ "tab": {
132
+ "dashboard": "Dashboard",
133
+ "users": "Users",
134
+ "config": "Configuration",
135
+ "plugins": "Plugins",
136
+ "audit": "Audit Log"
137
+ },
131
138
  "filters": "Filters",
132
139
  "heading": "Audit Log",
133
140
  "invalid_filter": "Invalid Filter:",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.17.0",
3
+ "version": "0.17.2",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",