errorreporter 1.0.354 → 1.0.356

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/index.js +1 -1
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- if(typeof window==='undefined'||window===null)var window=(typeof global==='undefined'||global===null)?{}:global;import * as __WEBPACK_EXTERNAL_MODULE_ua_parser_js_bfffbf01__ from "ua-parser-js";
1
+ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;import * as __WEBPACK_EXTERNAL_MODULE_ua_parser_js_bfffbf01__ from "ua-parser-js";
2
2
  /******/ var __webpack_modules__ = ([
3
3
  /* 0 */
4
4
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "errorreporter",
3
- "version": "1.0.354",
3
+ "version": "1.0.356",
4
4
  "description": "Error reporter for client.",
5
5
  "keywords": [
6
6
  "client",
@@ -56,21 +56,21 @@
56
56
  "@eslint/js": "^10.0.1",
57
57
  "@stylistic/eslint-plugin": "^5.10.0",
58
58
  "@types/jsdom": "^28.0.3",
59
- "@types/node": "^26.1.1",
59
+ "@types/node": "^26.1.2",
60
60
  "@types/webpack-env": "^1.18.8",
61
61
  "@typescript-eslint/eslint-plugin": "^8.65.0",
62
62
  "@typescript-eslint/parser": "^8.65.0",
63
- "clientnode": "^4.0.1469",
64
- "eslint": "^10.7.0",
63
+ "clientnode": "^4.0.1481",
64
+ "eslint": "^10.8.0",
65
65
  "eslint-config-google": "^0.14.0",
66
- "eslint-plugin-jsdoc": "^63.2.2",
66
+ "eslint-plugin-jsdoc": "^63.3.2",
67
67
  "jest": "^30.4.2",
68
68
  "jsdoc": "^4.0.5",
69
69
  "node-fetch": "^3.3.2",
70
70
  "typescript-eslint": "^8.65.0",
71
71
  "ua-parser-js": "^2.0.10",
72
- "web-documentation": "^1.0.42",
73
- "weboptimizer": "^4.0.36",
72
+ "web-documentation": "^1.0.44",
73
+ "weboptimizer": "^4.0.47",
74
74
  "webpack-dev-server": "^6.0.0"
75
75
  },
76
76
  "peerDependencies": {