@eso-status/forum-message 2.0.0-dev.22 → 2.0.0-dev.23
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/LICENSE.md +1 -1
- package/package.json +4 -4
package/LICENSE.md
CHANGED
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.23",
|
|
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",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"prepare": "husky"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@eso-status/types": "2.0.0-dev.
|
|
91
|
+
"@eso-status/types": "2.0.0-dev.19",
|
|
92
92
|
"axios": "1.13.6",
|
|
93
93
|
"moment": "2.30.1"
|
|
94
94
|
},
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
"globals": "17.4.0",
|
|
113
113
|
"husky": "9.1.7",
|
|
114
114
|
"jest": "30.3.0",
|
|
115
|
-
"lint-staged": "16.
|
|
115
|
+
"lint-staged": "16.4.0",
|
|
116
116
|
"nodemon": "3.1.14",
|
|
117
117
|
"prettier": "3.8.1",
|
|
118
118
|
"ts-jest": "29.4.6",
|
|
119
119
|
"typescript": "5.9.3",
|
|
120
|
-
"typescript-eslint": "8.57.
|
|
120
|
+
"typescript-eslint": "8.57.1"
|
|
121
121
|
},
|
|
122
122
|
"jest": {
|
|
123
123
|
"moduleFileExtensions": [
|