errorreporter 1.0.356 → 1.0.357
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/package.json +24 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "errorreporter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.357",
|
|
4
4
|
"description": "Error reporter for client.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -14,19 +14,21 @@
|
|
|
14
14
|
},
|
|
15
15
|
"license": "CC-BY-3.0",
|
|
16
16
|
"author": {
|
|
17
|
-
"name": "Torben Sickert",
|
|
18
17
|
"email": "info@torben.website",
|
|
18
|
+
"name": "Torben Sickert",
|
|
19
19
|
"url": "https://torben.website"
|
|
20
20
|
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "https://github.com/thaibault/errorreporter"
|
|
24
|
+
},
|
|
25
|
+
"type": "module",
|
|
21
26
|
"files": [
|
|
22
27
|
"index.d.ts",
|
|
23
28
|
"index.js",
|
|
24
29
|
"type.d.ts"
|
|
25
30
|
],
|
|
26
|
-
"
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "https://github.com/thaibault/errorreporter"
|
|
29
|
-
},
|
|
31
|
+
"sideEffects": true,
|
|
30
32
|
"scripts": {
|
|
31
33
|
"build": "yarn build:types; yarn build:bundle:compatible",
|
|
32
34
|
"build:bundle": "yarn build:types; yarn build:bundle:compatible",
|
|
@@ -52,52 +54,45 @@
|
|
|
52
54
|
"devDependencies": {
|
|
53
55
|
"@babel/eslint-parser": "^8.0.1",
|
|
54
56
|
"@babel/plugin-transform-proto-to-assign": "^8.0.1",
|
|
55
|
-
"@babel/runtime": "^8.0.0",
|
|
56
57
|
"@eslint/js": "^10.0.1",
|
|
57
58
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
58
|
-
"@types/jsdom": "^
|
|
59
|
-
"@types/node": "^26.
|
|
59
|
+
"@types/jsdom": "^30.0.0",
|
|
60
|
+
"@types/node": "^26.2.0",
|
|
60
61
|
"@types/webpack-env": "^1.18.8",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
62
|
-
"@typescript-eslint/parser": "^8.
|
|
63
|
-
"clientnode": "^4.0.
|
|
64
|
-
"eslint": "^10.8.
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^8.67.0",
|
|
63
|
+
"@typescript-eslint/parser": "^8.67.0",
|
|
64
|
+
"clientnode": "^4.0.1484",
|
|
65
|
+
"eslint": "^10.8.1",
|
|
65
66
|
"eslint-config-google": "^0.14.0",
|
|
66
|
-
"eslint-plugin-jsdoc": "^
|
|
67
|
+
"eslint-plugin-jsdoc": "^64.2.1",
|
|
67
68
|
"jest": "^30.4.2",
|
|
68
69
|
"jsdoc": "^4.0.5",
|
|
69
70
|
"node-fetch": "^3.3.2",
|
|
70
|
-
"typescript-eslint": "^8.
|
|
71
|
+
"typescript-eslint": "^8.67.0",
|
|
71
72
|
"ua-parser-js": "^2.0.10",
|
|
72
|
-
"web-documentation": "^1.0.
|
|
73
|
-
"weboptimizer": "^4.0.
|
|
73
|
+
"web-documentation": "^1.0.45",
|
|
74
|
+
"weboptimizer": "^4.0.53",
|
|
74
75
|
"webpack-dev-server": "^6.0.0"
|
|
75
76
|
},
|
|
76
77
|
"peerDependencies": {
|
|
77
|
-
"@babel/runtime": "*",
|
|
78
78
|
"ua-parser-js": "*"
|
|
79
79
|
},
|
|
80
80
|
"peerDependenciesMeta": {
|
|
81
|
-
"@babel/runtime": {
|
|
82
|
-
"optional": true
|
|
83
|
-
},
|
|
84
81
|
"ua-parser-js": {
|
|
85
82
|
"optional": true
|
|
86
83
|
}
|
|
87
84
|
},
|
|
88
|
-
"engines": {
|
|
89
|
-
"node": ">=24",
|
|
90
|
-
"npm": ">=11",
|
|
91
|
-
"yarn": ">=4"
|
|
92
|
-
},
|
|
93
85
|
"resolutions": {
|
|
94
86
|
"colors": "1.4.0",
|
|
95
|
-
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
96
87
|
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
88
|
+
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
97
89
|
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"
|
|
98
90
|
},
|
|
99
|
-
"
|
|
100
|
-
|
|
91
|
+
"engines": {
|
|
92
|
+
"node": ">=24",
|
|
93
|
+
"npm": ">=11",
|
|
94
|
+
"yarn": ">=4"
|
|
95
|
+
},
|
|
101
96
|
"webDocumentation": {
|
|
102
97
|
"tagline": "Error reporter for client.",
|
|
103
98
|
"trackingCode": "UA-40192634-22"
|
|
@@ -119,19 +114,6 @@
|
|
|
119
114
|
}
|
|
120
115
|
}
|
|
121
116
|
}
|
|
122
|
-
},
|
|
123
|
-
"target:bundle": {
|
|
124
|
-
"module": {
|
|
125
|
-
"preprocessor": {
|
|
126
|
-
"javaScript": {
|
|
127
|
-
"options": {
|
|
128
|
-
"plugins": {
|
|
129
|
-
"__remove__": "@babel/plugin-transform-runtime"
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
117
|
}
|
|
136
118
|
},
|
|
137
119
|
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
|