warframe-worldstate-data 1.26.3 → 1.27.0

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.
@@ -698,6 +698,9 @@
698
698
  "/lotus/language/bosses/bosstylregor": {
699
699
  "value": "Boss Tyl Regor"
700
700
  },
701
+ "/lotus/language/communitymessages/joindiscord": {
702
+ "value": "Join the official Warframe Discord server"
703
+ },
701
704
  "/lotus/language/events/amalgameventname": {
702
705
  "value": "Operation: Hostile Mergers"
703
706
  },
@@ -18103,4 +18106,4 @@
18103
18106
  "projectindex": {
18104
18107
  "value": "Index Points"
18105
18108
  }
18106
- }
18109
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.26.3",
3
+ "version": "1.27.0",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {