@eso-status/forum-message 2.0.0-dev.19 → 2.0.0-dev.21
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/connector.js +2 -2
- package/package.json +1 -1
package/lib/connector.js
CHANGED
|
@@ -83,8 +83,8 @@ class Connector {
|
|
|
83
83
|
this.raw = list.map((raw) => {
|
|
84
84
|
let initialRaw = raw;
|
|
85
85
|
initialRaw = initialRaw.replace(' 。', '');
|
|
86
|
-
initialRaw = initialRaw.
|
|
87
|
-
initialRaw = initialRaw.
|
|
86
|
+
initialRaw = initialRaw.replaceAll('\n', '');
|
|
87
|
+
initialRaw = initialRaw.replaceAll('<br/>\n', '<br>');
|
|
88
88
|
initialRaw = initialRaw.replace(' Thank you for your patience!', '');
|
|
89
89
|
initialRaw = initialRaw.replace(' Thank you for your patience.', '');
|
|
90
90
|
initialRaw = initialRaw.replace(' We will update as new information becomes available.', '');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eso-status/forum-message",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.21",
|
|
4
4
|
"description": "Library for retrieving and formatting data, available at https://forums.elderscrollsonline.com or https://forums.elderscrollsonline.com/en/categories/pts",
|
|
5
5
|
"author": "@dov118 <contact.dov118.dev@gmail.com> (https://dov118.dev)",
|
|
6
6
|
"main": "lib/index.js",
|