@eso-status/forum-message 2.0.0-dev.1 → 2.0.0-dev.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.
Files changed (2) hide show
  1. package/README.md +109 -105
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,110 +43,114 @@ const esoStatusRawDataList: EsoStatusRawData[] = await ForumMessage.getData(Foru
43
43
  ### Return exemple
44
44
  ```text
45
45
  [
46
- {
47
- source: 'https://forums.elderscrollsonline.com',
48
- raw: '• PC/Mac: NA and EU megaservers for patch maintenance – September 3, 4:00AM EDT (8:00 UTC) – 9:00AM EDT (13:00 UTC)',
49
- slug: 'server_pc_eu',
50
- type: 'server',
51
- support: 'pc',
52
- zone: 'eu',
53
- status: 'planned',
54
- rawSlug: 'PC/Mac: NA and EU megaservers for'
55
- },
56
- {
57
- source: 'https://forums.elderscrollsonline.com',
58
- raw: '• PC/Mac: NA and EU megaservers for patch maintenance – September 3, 4:00AM EDT (8:00 UTC) – 9:00AM EDT (13:00 UTC)',
59
- slug: 'server_pc_na',
60
- type: 'server',
61
- support: 'pc',
62
- zone: 'na',
63
- status: 'planned',
64
- rawSlug: 'PC/Mac: NA and EU megaservers for'
65
- },
66
- {
67
- source: 'https://forums.elderscrollsonline.com',
68
- raw: '• Xbox: NA and EU megaservers for patch maintenance – September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
69
- slug: 'server_xbox_eu',
70
- type: 'server',
71
- support: 'xbox',
72
- zone: 'eu',
73
- status: 'planned',
74
- rawSlug: 'Xbox: NA and EU megaservers for',
75
- rawDate: 'September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
76
- dates: [ Moment<2024-09-04T10:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
77
- },
78
- {
79
- source: 'https://forums.elderscrollsonline.com',
80
- raw: '• Xbox: NA and EU megaservers for patch maintenance – September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
81
- slug: 'server_xbox_na',
82
- type: 'server',
83
- support: 'xbox',
84
- zone: 'na',
85
- status: 'planned',
86
- rawSlug: 'Xbox: NA and EU megaservers for',
87
- rawDate: 'September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
88
- dates: [ Moment<2024-09-04T10:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
89
- },
90
- {
91
- source: 'https://forums.elderscrollsonline.com',
92
- raw: '• PlayStation®: NA and EU megaservers for patch maintenance – September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
93
- slug: 'server_ps_eu',
94
- type: 'server',
95
- support: 'ps',
96
- zone: 'eu',
97
- status: 'planned',
98
- rawSlug: 'PlayStation®: NA and EU megaservers for',
99
- rawDate: 'September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
100
- dates: [ Moment<2024-09-04T10:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
101
- },
102
- {
103
- source: 'https://forums.elderscrollsonline.com',
104
- raw: '• PlayStation®: NA and EU megaservers for patch maintenance – September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
105
- slug: 'server_ps_na',
106
- type: 'server',
107
- support: 'ps',
108
- zone: 'na',
109
- status: 'planned',
110
- rawSlug: 'PlayStation®: NA and EU megaservers for',
111
- rawDate: 'September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
112
- dates: [ Moment<2024-09-04T10:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
113
- },
114
- {
115
- source: 'https://forums.elderscrollsonline.com',
116
- raw: '• ESO Store and Account System for maintenance – September 4, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)',
117
- slug: 'service_store_eso',
118
- type: 'service',
119
- support: 'store',
120
- zone: 'eso',
121
- status: 'planned',
122
- rawSlug: 'ESO Store and Account System for',
123
- rawDate: 'September 4, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)',
124
- dates: [ Moment<2024-09-04T14:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
125
- },
126
- {
127
- source: 'https://forums.elderscrollsonline.com',
128
- raw: '• ESO Store and Account System for maintenance – September 4, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)',
129
- slug: 'service_system_account',
130
- type: 'service',
131
- support: 'system',
132
- zone: 'account',
133
- status: 'planned',
134
- rawSlug: 'ESO Store and Account System for',
135
- rawDate: 'September 4, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)',
136
- dates: [ Moment<2024-09-04T14:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
137
- },
138
- {
139
- source: 'https://forums.elderscrollsonline.com/en/categories/pts',
140
- raw: 'We will be performing maintenance on the PTS on Thursday at 9:00AM EDT (13:00 UTC).',
141
- slug: 'server_pc_pts',
142
- type: 'server',
143
- support: 'pc',
144
- zone: 'pts',
145
- status: 'planned',
146
- rawSlug: 'PTS',
147
- rawDate: 'Thursday at 9:00AM EDT (13:00 UTC). ',
148
- dates: [ Moment<2024-09-05T13:00:00Z> ],
149
- rawStatus: 'We will be performing maintenance'
150
- }
46
+ {
47
+ source: 'https://forums.elderscrollsonline.com',
48
+ raw: '• PC/Mac: NA and EU megaservers for patch maintenance – September 3, 4:00AM EDT (8:00 UTC) – 9:00AM EDT (13:00 UTC)',
49
+ slug: 'server_pc_eu',
50
+ type: 'server',
51
+ support: 'pc',
52
+ zone: 'eu',
53
+ status: 'planned',
54
+ rawSlug: 'PC/Mac: NA and EU megaservers for',
55
+ rawDate: 'September 3, 4:00AM EDT (8:00 UTC) – 9:00AM EDT (13:00 UTC)',
56
+ dates: [ Moment<2024-09-03T08:00:00Z>, Moment<2024-09-03T13:00:00Z> ]
57
+ },
58
+ {
59
+ source: 'https://forums.elderscrollsonline.com',
60
+ raw: '• PC/Mac: NA and EU megaservers for patch maintenance – September 3, 4:00AM EDT (8:00 UTC) – 9:00AM EDT (13:00 UTC)',
61
+ slug: 'server_pc_na',
62
+ type: 'server',
63
+ support: 'pc',
64
+ zone: 'na',
65
+ status: 'planned',
66
+ rawSlug: 'PC/Mac: NA and EU megaservers for',
67
+ rawDate: 'September 3, 4:00AM EDT (8:00 UTC) – 9:00AM EDT (13:00 UTC)',
68
+ dates: [ Moment<2024-09-03T08:00:00Z>, Moment<2024-09-03T13:00:00Z> ]
69
+ },
70
+ {
71
+ source: 'https://forums.elderscrollsonline.com',
72
+ raw: '• Xbox: NA and EU megaservers for patch maintenance – September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
73
+ slug: 'server_xbox_eu',
74
+ type: 'server',
75
+ support: 'xbox',
76
+ zone: 'eu',
77
+ status: 'planned',
78
+ rawSlug: 'Xbox: NA and EU megaservers for',
79
+ rawDate: 'September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
80
+ dates: [ Moment<2024-09-04T10:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
81
+ },
82
+ {
83
+ source: 'https://forums.elderscrollsonline.com',
84
+ raw: '• Xbox: NA and EU megaservers for patch maintenance – September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
85
+ slug: 'server_xbox_na',
86
+ type: 'server',
87
+ support: 'xbox',
88
+ zone: 'na',
89
+ status: 'planned',
90
+ rawSlug: 'Xbox: NA and EU megaservers for',
91
+ rawDate: 'September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
92
+ dates: [ Moment<2024-09-04T10:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
93
+ },
94
+ {
95
+ source: 'https://forums.elderscrollsonline.com',
96
+ raw: '• PlayStation®: NA and EU megaservers for patch maintenance – September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
97
+ slug: 'server_ps_eu',
98
+ type: 'server',
99
+ support: 'ps',
100
+ zone: 'eu',
101
+ status: 'planned',
102
+ rawSlug: 'PlayStation®: NA and EU megaservers for',
103
+ rawDate: 'September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
104
+ dates: [ Moment<2024-09-04T10:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
105
+ },
106
+ {
107
+ source: 'https://forums.elderscrollsonline.com',
108
+ raw: '• PlayStation®: NA and EU megaservers for patch maintenance – September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
109
+ slug: 'server_ps_na',
110
+ type: 'server',
111
+ support: 'ps',
112
+ zone: 'na',
113
+ status: 'planned',
114
+ rawSlug: 'PlayStation®: NA and EU megaservers for',
115
+ rawDate: 'September 4, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)',
116
+ dates: [ Moment<2024-09-04T10:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
117
+ },
118
+ {
119
+ source: 'https://forums.elderscrollsonline.com',
120
+ raw: '• ESO Store and Account System for maintenance – September 4, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)',
121
+ slug: 'service_store_eso',
122
+ type: 'service',
123
+ support: 'store',
124
+ zone: 'eso',
125
+ status: 'planned',
126
+ rawSlug: 'ESO Store and Account System for',
127
+ rawDate: 'September 4, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)',
128
+ dates: [ Moment<2024-09-04T14:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
129
+ },
130
+ {
131
+ source: 'https://forums.elderscrollsonline.com',
132
+ raw: '• ESO Store and Account System for maintenance – September 4, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)',
133
+ slug: 'service_system_account',
134
+ type: 'service',
135
+ support: 'system',
136
+ zone: 'account',
137
+ status: 'planned',
138
+ rawSlug: 'ESO Store and Account System for',
139
+ rawDate: 'September 4, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)',
140
+ dates: [ Moment<2024-09-04T14:00:00Z>, Moment<2024-09-04T16:00:00Z> ]
141
+ },
142
+ {
143
+ source: 'https://forums.elderscrollsonline.com/en/categories/pts',
144
+ raw: 'We will be performing maintenance on the PTS on Thursday at 9:00AM EDT (13:00 UTC).',
145
+ slug: 'server_pc_pts',
146
+ type: 'server',
147
+ support: 'pc',
148
+ zone: 'pts',
149
+ status: 'planned',
150
+ rawSlug: 'PTS',
151
+ rawDate: 'Thursday at 9:00AM EDT (13:00 UTC).',
152
+ rawStatus: 'We will be performing maintenance',
153
+ dates: [ Moment<2024-09-05T13:00:00Z> ]
154
+ }
151
155
  ]
152
156
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eso-status/forum-message",
3
- "version": "2.0.0-dev.1",
3
+ "version": "2.0.0-dev.2",
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> (https://dov118.dev)",
6
6
  "main": "lib/index.js",