crash-js 0.1.74 → 0.1.76

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/crash-js/utils +1 -1
  2. package/package.json +2 -2
package/crash-js/utils CHANGED
@@ -93,7 +93,7 @@ function
93
93
  ( typeof global !== 'undefined' && global.global === global ) &&
94
94
  typeof __webpack_require__ !== 'function' ) {
95
95
  _argv =
96
- process.argv;
96
+ _yargv_get;
97
97
  }
98
98
  else {
99
99
  _argv =
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name":
3
3
  "crash-js",
4
4
  "version":
5
- "0.1.74",
5
+ "0.1.76",
6
6
  "description":
7
7
  "Crash Javascript library.",
8
8
  "funding":
@@ -59,7 +59,7 @@
59
59
  "crash-js-webpack":
60
60
  "^0.0.3",
61
61
  "eslint":
62
- "^10.0.0",
62
+ "^10.0.3",
63
63
  "globals":
64
64
  "^17.3.0",
65
65
  "@eslint/js":