warframe-worldstate-data 1.28.0 → 1.28.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.
Files changed (3) hide show
  1. package/.nvmrc +1 -0
  2. package/exports.js +1 -1
  3. package/package.json +1 -1
package/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ lts/gallium
package/exports.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  const safeRequire = require('./safeRequire');
4
4
 
5
- const locales = ['de', 'es', 'fr', 'it', 'ko', 'pl', 'pt', 'ru', 'zh', 'cs', 'sr'];
5
+ const locales = ['de', 'es', 'fr', 'it', 'ko', 'pl', 'pt', 'ru', 'zh', 'cs', 'sr', 'uk'];
6
6
 
7
7
  /**
8
8
  * Synthesis target information
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {