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