warframe-worldstate-parser 4.5.1 → 4.5.2
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/lib/models/News.js +1 -1
- package/package.json +1 -1
package/lib/models/News.js
CHANGED
|
@@ -5,7 +5,7 @@ import mdConfig from '../supporting/MarkdownSettings.js';
|
|
|
5
5
|
|
|
6
6
|
import WorldstateObject from './WorldstateObject.js';
|
|
7
7
|
|
|
8
|
-
const updateReg = /(update|hotfix)/i;
|
|
8
|
+
const updateReg = /(update|hotfix|patch-notes)/i;
|
|
9
9
|
const primeAccessReg = /(access)/i;
|
|
10
10
|
const streamReg = /(devstream|prime-time|warframeinternational|stream)/i;
|
|
11
11
|
const langString = /(\/Lotus\/Language\/)/i;
|