@axium/client 0.17.1 → 0.17.3

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
@@ -118,6 +118,13 @@ declare let currentLoaded: {
118
118
  };
119
119
  readonly admin: {
120
120
  readonly heading: "Administration";
121
+ readonly tab: {
122
+ readonly dashboard: "Dashboard";
123
+ readonly users: "Users";
124
+ readonly config: "Configuration";
125
+ readonly plugins: "Plugins";
126
+ readonly audit: "Audit Log";
127
+ };
121
128
  readonly audit: {
122
129
  readonly any: "Any";
123
130
  readonly apply: "Apply";
@@ -134,12 +141,6 @@ declare let currentLoaded: {
134
141
  readonly until: "Until:";
135
142
  readonly user: "User UUID:";
136
143
  };
137
- readonly tab: {
138
- readonly users: "Users";
139
- readonly config: "Configuration";
140
- readonly plugins: "Plugins";
141
- readonly audit: "Audit Log";
142
- };
143
144
  readonly filters: "Filters";
144
145
  readonly heading: "Audit Log";
145
146
  readonly invalid_filter: "Invalid Filter:";
package/locales/en.json CHANGED
@@ -112,6 +112,13 @@
112
112
  },
113
113
  "admin": {
114
114
  "heading": "Administration",
115
+ "tab": {
116
+ "dashboard": "Dashboard",
117
+ "users": "Users",
118
+ "config": "Configuration",
119
+ "plugins": "Plugins",
120
+ "audit": "Audit Log"
121
+ },
115
122
  "audit": {
116
123
  "any": "Any",
117
124
  "apply": "Apply",
@@ -128,12 +135,6 @@
128
135
  "until": "Until:",
129
136
  "user": "User UUID:"
130
137
  },
131
- "tab": {
132
- "users": "Users",
133
- "config": "Configuration",
134
- "plugins": "Plugins",
135
- "audit": "Audit Log"
136
- },
137
138
  "filters": "Filters",
138
139
  "heading": "Audit Log",
139
140
  "invalid_filter": "Invalid Filter:",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.17.1",
3
+ "version": "0.17.3",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",