@tstdl/base 0.81.18 → 0.81.19
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/.eslintrc.js +0 -2
- package/package.json +2 -2
package/.eslintrc.js
CHANGED
|
@@ -156,7 +156,6 @@ module.exports = {
|
|
|
156
156
|
'protected-instance-field',
|
|
157
157
|
'public-instance-field',
|
|
158
158
|
|
|
159
|
-
'private-abstract-field',
|
|
160
159
|
'protected-abstract-field',
|
|
161
160
|
'public-abstract-field',
|
|
162
161
|
|
|
@@ -182,7 +181,6 @@ module.exports = {
|
|
|
182
181
|
|
|
183
182
|
'public-abstract-method',
|
|
184
183
|
'protected-abstract-method',
|
|
185
|
-
'private-abstract-method',
|
|
186
184
|
|
|
187
185
|
'public-method',
|
|
188
186
|
'protected-method',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tstdl/base",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.19",
|
|
4
4
|
"author": "Patrick Hein",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"mjml": "^4.13",
|
|
50
50
|
"mongodb": "4.12",
|
|
51
51
|
"nodemailer": "^6.8",
|
|
52
|
-
"puppeteer": "^19.
|
|
52
|
+
"puppeteer": "^19.4",
|
|
53
53
|
"undici": "^5.13",
|
|
54
54
|
"urlpattern-polyfill": "^6.0"
|
|
55
55
|
},
|