@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.
Files changed (2) hide show
  1. package/LICENSE.md +1 -1
  2. package/package.json +4 -4
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 dov118
3
+ Copyright (c) 2026 dov118
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eso-status/forum-message",
3
- "version": "2.0.0-dev.22",
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.17",
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.3.3",
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.0"
120
+ "typescript-eslint": "8.57.1"
121
121
  },
122
122
  "jest": {
123
123
  "moduleFileExtensions": [