warframe-worldstate-parser 4.3.0 → 4.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.
@@ -268,6 +268,12 @@ export default class WorldEvent extends WorldstateObject {
268
268
  if (data.JobAffiliationTag) {
269
269
  this.affiliatedWith = syndicate(data.JobAffiliationTag, locale);
270
270
  }
271
+
272
+ /**
273
+ * The event's tag
274
+ * @type {string}
275
+ */
276
+ this.tag = data.Tag;
271
277
  }
272
278
 
273
279
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-parser",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "An Open parser for Warframe's Worldstate in Javascript",
5
5
  "keywords": [
6
6
  "warframe-worldstate",
@@ -167,6 +167,11 @@ export default class WorldEvent extends WorldstateObject {
167
167
  activation: any;
168
168
  };
169
169
  affiliatedWith: any;
170
+ /**
171
+ * The event's tag
172
+ * @type {string}
173
+ */
174
+ tag: string;
170
175
  /**
171
176
  * Get whether the event has expired
172
177
  * @returns {boolean} whether the event has expired